query-86aaa05ee156c8ef6677333b5251770d

rq turtle/ttl

Experiments amb cerques a WikidataAlgunes consultes: Museus i el seu tipus, a una ciutat determinada (Girona)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?instancia ?instanciaLabel ?queque ?quequeLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en,es,ca". }
  ?instancia (wdt:P31/(wdt:P279*)) wd:Q33506;
    p:P31 _:b4.
  _:b4 ps:P31 ?queque.
  ?instancia wdt:P131 wd:Q7038.
}
LIMIT 200

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?instancia"):::projected v2("?queque"):::projected a2((" ")) a1((" ")) c4(["#91;AUTO_LANGUAGE#93;,en,es,ca"]):::literal c2(["bd:serviceParam"]):::iri c7(["wd:Q33506"]):::iri c11(["wd:Q7038"]):::iri subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v1 --"p:direct/P31"--> a1 a1 --"p:direct/P279"--> c7 v1 --"p:P31"--> a2 a2 --"p:statement/P31"--> v2 v1 --"p:direct/P131"--> c11