Вопрос

http://stardog.com/docs/using/#export shows help for exporting a db into "ttl" file.
I wanted to export the database into some common formats like "rdf" or "owl".

How to export to OWL format or RDF format?

Это было полезно?

Решение

The following command should do the job (export in RDF/XML, classical RDF):

$ stardog export -c myDatabase --format RDFXML myDatabase_output.rdf
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top