Jena-Fuseki: Set per-query execution context
Using Jena-Fuseki v-5.1.0: I want to set the execution context of a query, but don’t know how to do it. I need to set QuerySendMode
to asPostForm
.
List URIs and recursive blank-nodes of properties within a namespace
I want to get a list of all the classes/datatypes and for each, a list of all the predicates fro the sh:
(e.g. sh:or
, sh:node
, …) and the corresponding objects.
I got it working for URI objects, but not for blank nodes which might have other sub-blank-nodes.
SPARQL values retrieving only 1 sample
I’ve got several instances of entities of several types in my kg. I’d like to use VALUES to describe all my types and use those values to select 1 (sample) instance and then select all values of that subject. Something like
SPARQL return multiple items
Programming novice very new to SPARQL. I am trying to get the following query to get me a list of albums by Bob Dylan or Elvis Presley. The resulting table should include album name and artist: