pythonneo4jturtle-rdf

How to import turle RDF (ttl) data to neo4j using Python? The current ttl file contains ontology data


The current ttl file contains ontology data.

I referred the following link: Import RDF (XML or Turtle) into Neo4j but it didn't help.

The part is taken from the ttl file.

http://www.semanticweb.org/hp/ontologies/2017/4/untitled-ontology-87#abrasives http://www.semanticweb.org/hp/ontologies/2017/4/untitled-ontology-87#abrasives rdf:type owl:Class .

As this is an ongoing project, I want to upload the current file data to Neo4j and to create an interface for queries. Any other database or workarounds are welcomed.

Thank you.


Solution

  • Your best bet is to use the neosemantics plugin, which is especially designed to import rdf type data into Neo4j.

    https://github.com/jbarrasa/neosemantics