robot: "Unparsed triple" errors for models with reification and annotation properties

I’m trying to use merge to merge together an ontology and a file with a set of entities that have annotation properties. This second file is generated by flattening Turtle* to Turtle with RDFstarTools.

I’m getting floods of INFO messages about "Unparsed triple"s.

These seem to be for any triple whose predicate is rdf:subject, rdf:predicate or rdf:object or that are of the form URL rdf:type rdf:Statement.

Should I even expect this to work?

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 22 (10 by maintainers)

Most upvoted comments

I do think that the “I’m quietly throwing your precious triples into the bitbucket” issue needs to be fixed, even if it requires some more complex interaction with OWLAPI’s parser.

I opened an issue: https://github.com/owlcs/owlapi/issues/988

I also think we should add some sort of discussion to the docs about the dangers of trying to use ROBOT as a tool for arbitrary RDF.