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

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: ![image](https://user-images.githubusercontent.com/104358372/165074556-3f566c7f-bc96-4081-9ed1-19a57b6cb049.png) OK: ![image](https://user-images.githubusercontent.com/104358372/165075120-322e0719-e603-46e3-a28d-b57a92464c94.png)

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!"...

- [ ] ![Screenshot 2022-04-07 103705](https://user-images.githubusercontent.com/71223690/162556206-3581d117-70f6-4f53-bc00-8520b6735c9c.jpeg) 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...

dependencies
javascript

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...