
Run a single-BGP SPARQL select with fixed predicate and object
Source:R/sparql-helpers.R
sparql_subjects.RdIssues a SELECT ?s WHERE { ?s P O } query where P and O are the
supplied predicate and object. Useful when the object is a known type
(e.g., predicate = "a", object = "cybed:Framework").
Examples
if (FALSE) { # \dontrun{
rdf <- load_combined_ntriples_graph()
sparql_subjects(rdf, "a", "cybed:Framework")
} # }