query-3d02b39507abbf19e0286784491937ed

rq turtle/ttl

y parece que este funciona exactamente igual aunque no termino de comprender el por qué:

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 ?itemLabel  WHERE {
  ?item ?property wd:Q1631944.
  ?item wdt:P31 ?P31.

  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; v3("?P31") v1("?item"):::projected v2("?property") c4(["bd:serviceParam"]):::iri c1(["wd:Q1631944"]):::iri c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 -->v2--> c1 v1 --"wdt:P31"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end