query-06ac84a8ec9b27eceb8ea22688b5fe43

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 ?item ("00FFFF" AS ?rgb) ?itemLabel ?propItem ?propItemLabel  WHERE {
  ?item wdt:P31 wd:Q24451526.
  ?item ?prop ?value.
  ?propItem wikibase:directClaim ?prop.
  ?propItem wikibase:propertyType wikibase:ExternalId.
  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("?item"):::projected v2("?prop") v4("?propItem"):::projected v5("?rgb") v3("?value") c7(["bd:serviceParam"]):::iri c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal c2(["wd:Q24451526"]):::iri c5(["wikibase:ExternalId"]):::iri v1 --"wdt:P31"--> c2 v1 -->v2--> v3 v4 --"wikibase:directClaim"--> v2 v4 --"wikibase:propertyType"--> c5 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end bind0[/"'00FFFF'"/] bind0 --as--o v5