stardog data add --named-graph http://schemas.abbvienet.com/ontologies/infrastructure.owl -f "RDF/XML" infrastructureDb /tmp/infrastructure.owl
WARNING: Error parsing /tmp/infrastructure.owl: Not a valid (absolute) URI: ontologyIRI [line 20, column 59]
Not a valid (absolute) URI: ontologyIRI [line 20, column 59]
I am attempting to import an OWL file generated from Protege into the Stardog store. I am using the command:
stardog data add --named-graph http://schemas.abbvienet.com/ontologies/infrastructure.owl -f "RDF/XML" infrastructureDb /tmp/infrastructure.owl
The owl file is attached. The error I get refers to line 20, but I assume it actually means line 18, where the ontologyIRI line is.
WARNING: Error parsing /tmp/infrastructure.owl: Not a valid (absolute) URI: ontologyIRI [line 20, column 59]
Not a valid (absolute) URI: ontologyIRI [line 20, column 59]Does anyone have any suggestions?
--
Thanks,-tj
-- --
You received this message because you are subscribed to the C&P "Stardog" group.
To post to this group, send email to sta...@clarkparsia.com
To unsubscribe from this group, send email to
stardog+u...@clarkparsia.com
For more options, visit this group at
http://groups.google.com/a/clarkparsia.com/group/stardog?hl=en
Hi Mike,
OWLAPI-4 will support this functionality by wrapping the OWLAPI
OWL/XML, Manchester, and Functional parsers as Rio parsers.
owlapi-rio.jar will be a drop in jar (along with the other owlapi
dependencies) to get the functionality using META-INF/services like
the other Rio parsers.
Pull Request merged yesterday: https://github.com/owlcs/owlapi/pull/181