Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I import .OWL file into Neo4J?

I have been playing with Neo4J to get a feel on how easy it is to work with related data. so far I have work with the Neo4J community browser to create nodes and build relationship between them.

I have developed an ontology using protege a link!. Now, that I have a huge ontology file(.owl file). I would like to upload it to Neo4J to perform queries and find potential relationships between nodes.

I would be glad if I get any help on this.

Thanks.

like image 388
kxmehdi Avatar asked Jan 17 '14 21:01

kxmehdi


1 Answers

Have you seen the blog post by Stefanie Wiegand?

http://blog.neo4j.org/2013/08/and-now-for-something-completely.html

There are also some other users on the Neo4j Google Group who work in ontologies / OWL, perhaps good to cross post there?

There are some more approaches:

  • http://michaelbloggs.blogspot.de/2013/05/importing-ttl-turtle-ontologies-in-neo4j.html
  • http://sujitpal.blogspot.de/2009/05/using-neo4j-to-load-and-query-owl.html
like image 188
Michael Hunger Avatar answered Sep 20 '22 13:09

Michael Hunger