query-065cb56e263a460d89ab70e07c44806a

rq turtle/ttl

Propertiesinstance of (P31)

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 DISTINCT ?externalID ?externalIDLabel ?typeLabel
WHERE {
  ?externalID wdt:P31 ?type.
  {?externalID wdt:P31 wd:Q19847637 .}
  UNION
  {?externalID wdt:P31 wd:Q18614948.}
  UNION
  {?externalID wdt:P31 wd:Q19595382 .}
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en,en" }
}
ORDER BY ?externalIDLabel ?typeLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?externalID"):::projected v1("?externalIDLabel"):::projected v4("?type") v2("?typeLabel"):::projected c2(["wd:Q19847637"]):::iri c3(["wd:Q18614948"]):::iri c6(["bd:serviceParam"]):::iri c4(["wd:Q19595382"]):::iri c8(["en,en"]):::literal v3 --"wdt:P31"--> v4 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; subgraph union1[" Union "] subgraph union1l[" "] style union1l fill:#abf,stroke-dasharray: 3 3; v3 --"wdt:P31"--> c4 end subgraph union1r[" "] style union1r fill:#abf,stroke-dasharray: 3 3; v3 --"wdt:P31"--> c3 end union1r <== or ==> union1l end end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v3 --"wdt:P31"--> c2 end union0r <== or ==> union0l end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end