neosemantics
neosemantics copied to clipboard
Graph+Semantics: Import/Export RDF from Neo4j. SHACL Validation, Model mapping and more.... If you like it, please ★ ⇧
Current [Mapping](https://neo4j.com/labs/neosemantics/4.3/mapping/) functionality allows for renaming properties and adjusting values. Also there is a way to customize prefixes. During our import process we found out that it would be extremely...
# Problem Statement We want to support different versions of imported RDFs/ontologies and be able to upgrade it when new version came out. In order to be able to distinct...
error:  OK: 
Hello, Consider the following SHACL: ``` neo4j:SomeShape a sh:NodeShape ; sh:targetClass neo4j:Some ; sh:property [ sh:path neo4j:name ; sh:minCount 1 ; sh:severity sh:Critical ; sh:message "Some is missing a name!"...
- [ ]  The white screen shows when I open neosemantics on the neo4j desktop. Could you help me to solve these issues?
I've been trying to load in subsets of Wikidata into `neo4j` using `neosemantics`. I have an entire (albeit, outdated), dump of Wikidata as a >400G file called `latest-all.ttl`. The file...
I have a gist of my docker-compose file in a gist at: [docker-compose.yml](https://gist.github.com/James-Hudson3010/b5377c44418ea080b5c5d4baa8323e75) (1) My first question relates to the [instructions](https://neo4j.com/docs/labs/nsmntx/current/install/) in the documentation which say to place this ```...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
I have an ontology (OWL/RDF) in which certain datatype statements are assigned a confidence level, using RDF* (in particular TTL*). For example: hasConfidenceLevel 0.43 (I'm eliding namespace prefixes for simplicity)....
Hi, I'm trying to import part of N-triple files provided by YAGO into Neo4j. I downloaded the files via https://yago-knowledge.org/data/yago4/wiki/2020-02-24/ to a local directory and used the 'file:///' command in...