neosemantics icon indicating copy to clipboard operation
neosemantics copied to clipboard

Graph+Semantics: Import/Export RDF from Neo4j. SHACL Validation, Model mapping and more.... If you like it, please ★ ⇧

Results 145 neosemantics issues
Sort by recently updated
recently updated
newest added

Hello, Here is my query to import N-Triples into my neo4j database, CALL semantics.importRDF("file:///home/ak/Downloads/20170201.as-rel2.txt.33node.n3","N-Triples", { shortenUrls: true, typesToLabels: true, commitSize: 9000 }). I am getting the below error while running...

i used the released jar of neosemantics-3.3.0.2.jar, and I install it follow the introduction. After starting neo4j, i got error likes this: There is no procedure with the name `semantics.importRDF`...

When you want to do a preview, but didn't populate the CONSTRUCT clause yet, virtual nodes have no label and hence a user can't define which property to show in...

ISO 8601 format date/time strings with embedded timezone information are interpreted as strings instead of as typed dateTime values. For example, ``` a ex:Example ; dcterms:modified "2020-06-22T21:41:34.066344+00:00"^^xsd:dateTime . ``` the...

- Neo4j Community Edition 4.0.6 - neosemantics 4.0.0.1 I was importing Wikidata N-Triple dump following neosemantics's README. I got the following error in logs/neo4j.log: ``` java.lang.ClassCastException: class [D cannot be...

- Neo4j 4.0.4 - neosemantics 4.0.0.1 Importing dpedia following this approach: https://gist.github.com/kuzeko/7ce71c6088c866b0639c50cf9504869a I get the following error in neo4-j-server/log/neo4j.log : ``` java.lang.ArrayStoreException: arraycopy: element type mismatch: can not cast one...

Is there are problem with neo4jsemantics 3..5.04 and neo4j browser 4.0.8 I'm trying to run : GET rdf/ping and :GET /rdf/onto and get now: "Could not fetch URL: "404 Not...

When importing a tree of ttl files as part of the same ontology under owl:imports, additional ttl files don't seem to be imported. The ontology I'm trying to import with...

On Ubuntu 18.04 with neo4j 4.0.1 and neosemantics 3.5.0.4 (latest release at the time of this writing) I try to reproduce the results from[ quickgraph #9](https://jbarrasa.com/2019/11/25/quickgraph9-the-fashion-knowledge-graph-inferencing-with-ontologies-in-neo4j/), but running the >...

Hi all, I have added the procedure for semantics by downloading the latest jar file from neolabs repo. But When running the following command 'call n10s.graphconfig.init()' I am getting 'Neo.ClientError.Procedure.ProcedureNotFound'...