How to import .rdf file in Neo4j database?

风流意气都作罢 提交于 2019-12-07 17:37:29

Labeled property graph (LPG) and RDF graph are different graph data models, see:

Neo4j supports LPG data model only. However, there is the neosemantics Neo4j plugin.
After installation, say:

CALL semantics.importRDF(<RDF_file_path>, <RDF_serialization_format>)

The mapping from RDF to LPG is described here.


I'd suggest you to use a proper triplestore for RDF data.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!