I'd like to build an ontology for my web application, and I thought of using Neo4j to represent the ontology (since I use Neo4j anyway).
Right now, it seems I have to write it from scratch, including the entire ontology implementation, validation, reasoning, GUI editor. Definitely too much work.
Is there a framework or library that will allow me to manage my ontology on neo4j without implementing it from scratch? If not, what is the most reasonable alternative? (I'm using Neo4j over Node.js)