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)
RDF/XML Representing address with blank nodes
I am new to RDF/XML notation and I am having trouble with addresses. I tried to google for examples but I can't find any; all I find are graphical notations, which isn't in the format I need.
This is ...
Naomi Kho Yining
Votes: 0
Answers: 1
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
Adding rdf:type to a blank node in Ontorefine
I'm using Ontorefine within GraphDB to create RDF triples from a csv source. It seems impossible to add a rdf:type when the subject is a blank node.
When you hit the arrow in the bottom right corner o...
NewMarc
Votes: 0
Answers: 2
What is the blank nodes utility in SPARQL queries?
I do not understand what is the difference between this SPARQL query :
SELECT ?first ?last ?workTel
WHERE {
?s ab:firstName ?first ;
ab:lastName ?last .
OPTIONAL
{?s ab:workTel ?workTel . }...
Yamine Klioui
Votes: 0
Answers: 1