query-bd40cd0638ae4514bdb0942fa8a3562f

rq turtle/ttl

Propertiespart of (P361)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?org ?orgLabel
 WHERE {
  bind(wd:Q129421 as ?ucd)
   ?org wdt:P361 ?ucd.
   SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?org"):::projected v1("?ucd") c3(["bd:serviceParam"]):::iri c5(["#91;AUTO_LANGUAGE#93;,en"]):::literal bind0[/"'wd:Q129421'"/] bind0 --as--o v1 v2 --"wdt:P361"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c3 --"wikibase:language"--> c5 end