query-2ff944945f084387898812564f4584a5

rq turtle/ttl

TODO

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?property ?propertyLabel WHERE{   
     ?item ?predicate "UCZGYJFUizSax-yElQaFDp5Q" .
     ?property wikibase:directClaim ?predicate .
     SERVICE wikibase:label { bd:serviceParam wikibase:language "en" 
   } 
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v2("?predicate") v3("?property"):::projected c4(["bd:serviceParam"]):::iri c1(["UCZGYJFUizSax-yElQaFDp5Q"]):::literal c6(["en"]):::literal v1 -->v2--> c1 v3 --"wikibase:directClaim"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end