neosemantics
neosemantics copied to clipboard
Graph+Semantics: Import/Export RDF from Neo4j. SHACL Validation, Model mapping and more.... If you like it, please ★ ⇧
While I want to use neosemantics-3.3.0.2.jar Neo4j 3.3.0 community edition , I am getting **Starting Neo4j failed: Component 'org.neo4j.server.database.LifecycleManagingDatabase@770f754c' was successfully initialized, but failed to start. Please see the attached...
Hi , I want to use handleVocabUris. When I use from browser its work well but when ı try with py2neo, cypher syntax doesnt use like that. How can ı...
It should throw an error. Altering existing namespace prefixes is a dangerous operation that can invalidate the data in the graph. There should be a `semantics.deleteNamespacePrefix` method to make deletion...
Hi, @jbarrasa , Thanks for your attention. Because there is not free and stable compiled enterprise version in neo4j-3.5, So if I want to improve availability in my application, there...
Hi, @jbarrasa : As we all know, OWL could not give any Properties to one of ObjectProperties because it's itself a property. So, if I want to add some properties...
To reproduce, run a request to the rdf/cypher endpoint with wrong fields (cypher_wrong instead of cypher). Example : `curl http://localhost:7474/rdf/cypher -d '{ "cypher_wrong": "MATCH path = ()-[:BY]->()
I followed all the steps: installed the .jar file, put into "plugin" folder; added the line to conf (not commented); stopped-started server; checked, if all procedures are added (success) checked...
Hi, Just came across this project - great, it looks very promising! Quick question: my data is serialized in JSON-LD, in jsonlines format (one JSON-LD record per line in the...
Hello! Are blank nodes still being labeled as BNode after imported? I imported the STATO ontology using `CALL semantics.importRDF(‘https://raw.githubusercontent.com/ISA-tools/stato/dev/releases/latest_release/stato.owl’, ‘RDF/XML’).` But no node seems to be labeled as BNode. There’re...
I can execute procedures in the Neo4j browser, but calls to /rdf give me 404 always. Here is my setup: ``` docker run -d --publish=7474:7474 --publish=7687:7687 --name rdfimport --env NEO4J_AUTH=neo4j/test...