map owl to neo4j (java example)
问题 I want to map ontology from OWL into Neo4j database. I have found some example here. If I understand it well I need to create Java program with OWL API libraries included. I don't need any inference engine (according to this: Mapping from an OWL ontology to Neo4j graph database). I have created project in Eclipse add OWL API (and oboformat) libraries and paste the code private void importOntology(OWLOntology ontology) throws Exception { OWLReasoner reasoner = new Reasoner(ontology); if (