query-7cf8c5262187803519295dbae262780e

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/>
SELECT ?item ?statements ?ids (?statements - ?ids AS ?nst) WHERE {
  ?item (wdt:P31) wd:Q11862829;
    wikibase:statements ?statements;
    wikibase:identifiers ?ids.
}
ORDER BY DESC (?nst)
LIMIT 25

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?ids"):::projected v2("?item"):::projected v5("?nst") v3("?statements"):::projected c2(["wd:Q11862829"]):::iri v2 --"wdt:P31"--> c2 v2 --"wikibase:statements"--> v3 v2 --"wikibase:identifiers"--> v4 bind0[/"?statements - ?ids"/] v3 --o bind0 v4 --o bind0 bind0 --as--o v5