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

Hey everyone. I've successfully imported an ontology and instanced data that is linked to the ontology, which is really cool. However, I'm now facing an issue when generating GraphQL schema...

Bumps [isomorphic-git](https://github.com/isomorphic-git/isomorphic-git) and [@antora/site-generator-default](https://gitlab.com/antora/antora). These dependencies needed to be updated together. Updates `isomorphic-git` from 0.78.5 to 1.19.3 Release notes Sourced from isomorphic-git's releases. v1.19.3 1.19.3 (2022-08-29) Bug Fixes Use 127.0.0.1...

dependencies
javascript

Bumps [glob-parent](https://github.com/gulpjs/glob-parent), [@antora/site-generator-default](https://gitlab.com/antora/antora) and [npm-watch](https://github.com/M-Zuber/npm-watch). These dependencies needed to be updated together. Updates `glob-parent` from 3.1.0 to 6.0.2 Release notes Sourced from glob-parent's releases. glob-parent v6.0.2 Bug Fixes Improve performance...

dependencies
javascript

Bumps [got](https://github.com/sindresorhus/got), [@antora/site-generator-default](https://gitlab.com/antora/antora) and [npm-watch](https://github.com/M-Zuber/npm-watch). These dependencies needed to be updated together. Removes `got` Updates `@antora/site-generator-default` from 2.3.3 to 3.1.0 Changelog Sourced from @​antora/site-generator-default's changelog. == 3.1.0 (2022-08-22) === Added...

dependencies
javascript

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [![Dependabot...

dependencies
javascript

When I reverse a graph looking for a path ```MATCH (from), (to), p = shortestPath((from) - [*..15] - (to))```, usually I can filter the relationships found along the way by...

Hi I am trying to write a SHACL script to make sure all nodes have 1 class A and 1 class B via predicate isClassifiedBy. Data Example: Product -> isClassifiedBy...

First of all: I love the Neosemantics library, so thank you for building it and maintaining it. You are doing a great service for the entire semantic web community.

![image](https://github.com/neo4j-labs/neosemantics/assets/46984992/0e668043-044d-4a1c-b4e4-932330442226) Works fine with Neo4j 5.11 Also tried a fresh install and using 5.14 and it doesn't work.

![image](https://github.com/neo4j-labs/neosemantics/assets/144976401/89da94ed-3566-4ada-9694-e7b2d16741f3) After importing the RDF file generated by protege, the relationship set in protege becomes like this in neo4j. I want to achieve this effect.I have many groups of relationships...