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)
How to fix bound sparql query not working as expected?
I have this sparql query that I need to modify. I have the example instance, which has the exampleID 12345. For this case, if the :hasRelatedExample connection exists, the ?test variable will become 2...
moro_92
Votes: 0
Answers: 0
What is is the simplest way to setup a local rdf triple store with SPARQL endpoint?
For learning SPARQL it might be useful to have full control both over the query text and the data (RDF triples). While there are many public SPARQL endpoints available their data is typically read-onl...
cknoll
Votes: 0
Answers: 4
How to get all related triples to a subject in SPARQL?
I would need to get all data related to a subject. I tried to query for
SELECT * WHERE {?s ?p ?o}
But the problem is that some of the ?o objects are URIs and I also need those connections, until the...
Ian Kurtis
Votes: 0
Answers: 1
Setting content type in Jena RDFConnection Header
I need to modify the header (specifically the Content-Type) of a request (eg: update) of an RDFConnection object in a Jena transaction. More precisely, I need to add the following Header Content_Type...
BEN ELLEFI
Votes: 0
Answers: 1