neosemantics
neosemantics copied to clipboard
Graph+Semantics: Import/Export RDF from Neo4j. SHACL Validation, Model mapping and more.... If you like it, please ★ ⇧
SHACL datatype restriction is not working in following situation: Import SHACL restriction (minVal is integer between 0 and 100): ``` call n10s.validation.shacl.import.inline(' @prefix dtc: . @prefix vs: . @prefix sh:...
Hi, I am new in Neo4j and RDF issues. I follow the instructions of Neosemantics(n10s) User Guide to import a RDF file (.ttl, generated by Protege 5.5) to Neo4j. I...
The company I am working for is leery about using open source capabilities. The group I am working for within that company wants to use n10s; so we are wondering...
Would like `call n10s.onto.import.fetch()` and its first arguement which is either a http:// reference of file:/// and when using file:/// that it use a relative path and it be relative...
Hi, I am using the ontology import method to save a simplified version of my ontology into a neo4j database. I actually like this simplified version and it works for...
Hi, I apologize in advance if this is not the right place to ask questions. I am trying n10s and testing it out to export some of the existing data...
I am trying to import an RDF/XML export to neo4j from Protege 3.5 via neosemantics to determine whether we want to move forward on our project with RDF/XML and SPARQL...
I am trying the RDF* syntax to add properties to the relationships e.g. ``` @prefix ex: . ex:s1 a ex:Person . ex:s2 a ex:Person . ex:becauseOf "x" . ex:becauseOf "y"...
Hi, I can't install Neosemantics Release 4.1.0.0 for Neo4j 4.1.1 Community on Windows. I copied neosemantics jar in E:\neo4j-community-4.1.1\plugins folder, edited neo4j.conf.But when I test with the ": get /...
It would be great if we were able to run SPARQL queries over Neo4j using n10s plugin! Any plans to support that e.g. by suing SPARQL-to-CYPHER mapping?