0

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.

Sukhdeep
  • 158
  • 2
  • 10

1 Answers1

1

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

Christophe Willemsen
  • 19,399
  • 2
  • 29
  • 36