query-816def51c59a03a1880b336b5191976a

rq turtle/ttl

FISTFind WD missing images using FIST. (Q178790)labor union on Run FIST

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 ?union ?unionLabel WHERE { 
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO LANGUAGE],en". }    
  ?union wdt:P31 wd:Q178790} LIMIT 100

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?union"):::projected c2(["bd:serviceParam"]):::iri c6(["wd:Q178790"]):::iri c4(["#91;AUTO LANGUAGE#93;,en"]):::literal subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v1 --"wdt:P31"--> c6