neosemantics
neosemantics copied to clipboard
Graph+Semantics: Import/Export RDF from Neo4j. SHACL Validation, Model mapping and more.... If you like it, please ★ ⇧
Current State of Graph: 1. FIBO ontology loaded. 2. Mappings & Namespaces loaded. 3. RDF data imported and linked with the ontology. Graph_Config: 1 | "handleVocabUris" | "MAP" 2 |...
I am running Neo4j desktop 1.4.8 with a 4.2.5 database and have installed n10s version 4.2.0.1. I am trying to preview/import 33k lines of Turtle. As soon as i press...
Hi, somehow the file serialization of the example in the turorial fails. If I load the example remotely as explained in the tutorial it works fine. If I save the...
Hi all, I'd like to make the case for native support of UUIDs and correspðonding hash indexes, especially if they are stored and indexed in their native 128bit format. This...
The schema export (via `/rdf//onto`) seems to lack any DatatypeProperty declarations which are required esp. for reasoning because without any declaration they are assumed to be AnnotationProperties. As an example...
The schema serialization (via `/rdf//onto`) is generating un-intended domain/range statements that lead to wrong inferences according to the RDFS semantics. Consider the following Neo4j graph: ``` CREATE (n:Male {name: 'Jens'});...
I am dealing with a large number of RDF files and importing them one-by-one is cumbersome! Is there a way to import all RDF files in a given directory?
I have rdf data imported via `n10s.rdf.import.fetch` but also using the Spring Data Neo4j library (object mapping to java). Doing this I have added properties to my nodes that I...
In the documentation for exporting rdf data (https://neo4j.com/labs/neosemantics/4.1/export/) states that the parameter for showing only mapped elements is `showOnlyMapped`. But as of this commit e0dcc4782132cb0152eead070fc81c01567aaa9d the parameter is renamed to...