python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Issue when updating triple with blank nodes using sqarql
This is my query, this query works fine for nodes with no blank node
but the issue with arrives while updating with blank node
here those nodes get repeated 100 times after updating
DELETE {
...
Rwz Stha
Votes: 0
Answers: 0
In SPARQL SELECT, keep only one record when their values are equals but in opposite order (the first is x,y and the second is y,x)
I'm learning SPARQL and I'm trying to do a query on a movie ontology I wrote myself. I would like to extract from it all the the actors who worked together in a movie, so I wrote this:
PREFIX exID: &...
NickSenzaName
Votes: 0
Answers: 1
How to manipulate dates in OWL axioms
I'm having trouble creating axioms that involve date properties (xsd:dateTime)
My ontology scope:
It has a class Fall, where fall events with patients are
individuals and it also has a data property ...
Reinaldo Peres
Votes: 0
Answers: 0
How to distinguish the terms 'primitives' 'axioms' 'expressions' 'basic axioms' 'primitive terms' in description logic / OWL?
I have read several terms in the context of description logic / OWL Web Ontology Language, but it is hard for me to distinguish them. I could not find for any of them a clear definition in the context...
user3352632
Votes: 0
Answers: 1