query-b2c80900a98c8f14a26e7d9fc3991927

rq turtle/ttl

ID externesNous listons ici les ID externes qui peuvent ĂȘtre intĂ©ressants : (P781)SIKART ID

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?a ?aLabel WHERE {
  ?a wdt:P781 [];wdt:P8974 [].
 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; v1("?a"):::projected a1((" ")) a2((" ")) c4(["bd:serviceParam"]):::iri c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P781"--> a1 v1 --"wdt:P8974"--> a2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end