[Neo4j] Ontology in Neo4J REST db

2011-11-08 Thread andrew ton
Hi, My question  partly relates to the Neo4J REST db but I think this is the good place to ask because it has experts of semantic ontologies. I'm using OWLAPI to parse my OWL ontology. API gives me triples and I store their Subject, predicate (relationship), and Object into Neo4J db. All

Re: [Neo4j] Ontology in Neo4J REST db

2011-11-08 Thread Marko Rodriguez
Hi, Anybody knows how to use OWLAPI or any API that can parse and handle these information of a class definition and store them into the Neo4J db? I am not familiar with OWLAPI, but for RDF/RDFS/OWL work, I use GraphSail over Neo4j.