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

I have noticed that that in version 4.4.8 of neo4j, when I enable n10s plugin (v4.4.0.1), the HTTP API is disabled and I cannot anymore send POST requests to /tx/commit...

**Problem:-** Missing IRI for the relations ( IRI for the predicate ) when importing the RDF-star (Turtle-star) data to Neo4j using Neosemantics. **Set configuration of graph Used before importing the...

When combining Bloom, GDS, APOC and n10s there can be occurrences where Bloom does not start due to incompatible versions of jackson-core being loaded. This would also have knock on...

I asked a related question here: https://github.com/w3c/vc-data-model/issues/881 Any comments regarding the graph config or import are appreciated.

## Steps - Install both `apoc-4.4.0.4` and `neosemantics-4.4.0.1` on neo4j 4.4.5. - Execute `RETURN apoc.convert.fromJsonList("[{'token': '1', 'scope': 'test'},{'token': '2','scope': 'test'}]") AS data` and see the following error: ``` Failed to...

Bump the version of jackson to address https://github.com/neo4j-labs/neosemantics/issues/259. Also addresses an ambiguity in the tests, and adds an option to the pom to skip running tests if desired.

Hello, I try to use shacl validation with neosemantics. In particular I want to validate that a node have an incomming relationship with another node. So I try to use...

How one-to-one condition can be implemented? As I understand in SHACL we can define 2 shapes for direct and reverse conditions with sh:maxCount 1; sh:minCount 1 for singe edge (e.g....

I've encountered this problem while trying to add the neosemantics plugin version 4.4.0.1 to my K8s deployment of a Neo4j causal cluster using the `neo4j:4.4.6-enterprise` as a base image and...

# Overview [`apoc.trigger.*`](https://neo4j.com/labs/apoc/4.1/background-operations/triggers/) provides functions to work with triggers which are standard hook mechanisms for many relations databases. Unfortunately, when nodes are created using one of the import functions like...