query-6641397fb07428d2d307e8a0cb4247e8

rq turtle/ttl

Alien

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 ?subject ?subjectLabel ?class ?classLabel ?fu ?fuLabel WHERE {
  ?subject wdt:P1080 ?fu .
  FILTER (?fu in (wd:Q1990792, wd:Q26996109, wd:Q26996116))
  ?subject wdt:P31 ?class
  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; v3("?class"):::projected v1("?fu"):::projected v2("?subject"):::projected c7(["bd:serviceParam"]):::iri c9(["en"]):::literal list0c1(["wd:Q1990792"]):::iri list0c3(["wd:Q26996116"]):::iri list0c2(["wd:Q26996109"]):::iri list0c1 --o f0 list0c2 --o f0 list0c3 --o f0 f0[[" in "]] f0 --> v1 v2 --"wdt:P1080"--> v1 v2 --"wdt:P31"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end