neosemantics
neosemantics copied to clipboard
Graph+Semantics: Import/Export RDF from Neo4j. SHACL Validation, Model mapping and more.... If you like it, please ★ ⇧
Hi Jesus, Warm Greetings! To better illustrate my point, here is a hypothetical scenario. A New Enterprise Application is to be built in Neo4j, say, in Finance Domain - for...
Hello Jesús, I’m wording if it’s possible to export JSON-LD in [compacted format ](https://json-ld.org/spec/latest/json-ld-api/#compaction). Let's consider for instance the following query retrieving a Car individual. `:GET /rdf/describe/id/74?format=JSON-LD` The output JSON-LD...
Hi, I'm trying to use the inference engine to get all nodes labeled directly or indirectly by a class via the procedure `semantics.inference.nodesLabelled` It looks like it doesn't work in...
I am new at neo4j and I have some problems when I use neosemantics. What I Input is like: `call semantics.mapping.addSchema("http://xworks.gr/ontologies/ccso.owl","mooc")` `call semantics.previewRDF("E:/neo4j/neo4j-community-3.4.9/import/ccso.ttl","Turtle", {})` both of them above are the...
-RDFEndpoint -ContextResource -DirectStatementDeleter -RDFImport -RDFQuadDirectStatementDeleter -RDFQuadDirectStatementLoader -RDFQuadToLPGStatementProcessor -RDFToLPGStatementProcessor
I am trying to import one of my RDF datasets to Neo4J using this plugin. However, the import procedure gives me the following error: ` Neo.ClientError.Procedure.ProcedureCallFailed: Failed to invoke procedure...
**Summary of the Problem**: There currently doesn't appear to be a way to designate properties on different types of nodes but with the same name as different RDF schema types....
I am using pizza.owl ontology.As I understand the way of mapping a Neo4j DB to a locally created ontology. 1: I load the dataset which needs to mapped to the...
Firstly I want to thank you for creating this very useful tool. My team is working in the gray space between RDF/property graphs and like taking advantage of the best...
I got an owl file where subjects have an annotation property probably with many literal values  and after I imported to neo4j, I got the property only with the...