Neosemantics is a Neo4j plugin which attempts to enable Neo4j to store and process RDF data. In order to draw more attention to your question, please use with the [neo4j] and [rdf] tags. Or better, use proper RDF triplestore.
Questions tagged [neosemantics]
6 questions
1
vote
0 answers
Validating neo4j graph using SHACL, when a relationship can lead to a node belonging to one of two specific types
I have the following graph in neo4j (the below is a Cypher query that creates it).
CREATE (banana:Fruit {name:'Banana'})
CREATE (apple:Fruit {name:'Apple'})
CREATE (fruit_salad:Dish {name:'Fruit Salad'})
CREATE (banana_gun:Weapon {name:'Banana…

Natalia Zoń
- 980
- 2
- 12
- 22
0
votes
1 answer
Problem in loading .owl file into Neo4j Desktop
I am using python owlready2 library to make and manage .owl file of an ontology I'm working on using python. I want to give the .owl file of my project to Neo4j Desktop and create graph DBMS out of it.
I used this command in Neo4j browser:
CALL…

MJavad-Taheri
- 21
- 3
0
votes
0 answers
Neo4J triplets loaded is 0
I am trying an example for knowledge graph. When i run this command
:play https://guides.neo4j.com/nlp_knowledge_graphs
some querys will be present and i am running that. But when i run the command in 5th slide, I should get triplets loaded to be…

Teja Sruthi Varanasi
- 55
- 7
0
votes
1 answer
How to import multiple ontologies into neo4j with multiple labels for the owl:Class
I have 3 ontologies and I want to import them in the same graph in neo4j, but I would like to import each owl:Class of each ontology under a different label.
Any guidance or suggestions are greatly appreciated.

Curious
- 139
- 2
- 5
0
votes
0 answers
Finding Terms and Scopenotes in DutchAAT dataset in Neo4j/Neosemantics
I imported AAT-explicit .nt files into Neo4j with Neosemantics, and I'm trying to find mainly Dutch artforms that can have one or multiple definitions.
For instance the term eludorisch schilderen. I can find it with the cypher query:
MATCH…

Jeroen Steen
- 531
- 8
- 22
0
votes
1 answer
neo4j neosemantics: loading model constraints
I want to use neosemantics to validate a graph in neo4j, but I'm having trouble to get the model constraints loaded on a minimal example:
Suppose I have the following graph:
CREATE (n:Person {name: 'Andy'})
Then, I initialize neosemantics as…

Max Beikirch
- 2,053
- 5
- 25
- 36