Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
http://stardog.com/docs/using/#export显示了将数据库导出到“ttl”文件的帮助。 我想将数据库导出为一些常见的格式,如“rdf”或“owl”。
如何导出为 OWL 格式或 RDF 格式?
以下命令应该可以完成这项工作(以 RDF/XML 格式导出,经典 RDF):
$ stardog export -c myDatabase --format RDFXML myDatabase_output.rdf