neosemantics
neosemantics copied to clipboard
Graph+Semantics: Import/Export RDF from Neo4j. SHACL Validation, Model mapping and more.... If you like it, please ★ ⇧
For example we import data with language tags: ``` @prefix rdfs: . @prefix show: . @prefix xsd: . show:218 show:localName "That Seventies Show"@en . # literal with a language tag...
I am running neo4j on Ubuntu 18.10. I have a warning message in the debug.log file that says WARN [o.n.k.i.p.Procedures] Failed to load `org.codehaus.jackson.map.ext.JodaDeserialize rs$DateTimeDeserializer` from plugin jar `/var/lib/neo4j/plugins/neosemantics-3.4.0.2.jar`: org/joda/time/ReadableInstant...
Hello, I am having trouble running neo4j after copying neosematics into my plugins folder and adding the one line to my config file? Does neosemantics work with Neo4j 3.5.3?
Hi Jesus, I have a sample ontology that contains classes and instances, modeled in Protege:  I import the RDF into neo4j using:...
I've got 1 million RDF triples and I get the error ``` error cannot allocate memory There is insufficient memory for the Java runtime environment to continue. Native memory allocation...
I used this plugin to import an [**extraordinary huge Knowledge Graph**](https://www.acemap.info/app/AceKG/index.html#download) (over 100 GB in total), and have questions about some implementation details of this plugin. 1. Are there any...
When I'm trying to start a docker container with neo4j 3.4.7 and plugins: - apoc 3.4.0.4 - neosemantics 3.4.0.2 I get an error ``` Some jar procedure files are invalid,...
Hi all, I am new to RDF and neo4j but interested in both techniques and possible data exchange. I'm working local with neo4j 3.1.1 community edition on Windows 10. Today,...
I've been struggling to import my [N-Triples file](http://linkeddata.uni-muenster.de/datasets/opendata/musicscores/statements.nt) into neo4j using the neosemantics plugin. When I try to import my RDF file ... `CALL semantics.importRDF("file:///home/jones/wmss/data/statements.nt","N-Triples",{shortenUrls: true});` ... I get the...
Do you have any suggestions what would be the best (most efficient) strategy to simulate named graphs in Neo4J? I was thinking to simply add a new property to all...