query-9eac557e49f02454bc788c1ec70272f7
muncipis, data de finalització SELECT ?muni ?muniLabel ?diadefi WHERE { SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } ?muni wdt:P31 wd:Q33146843 ; p:P31 [ps:P31 wd:Q33146843 ; pq:P582 ?diadefi ] }
Use at
- https://query.wikidata.org/sparql
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 pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#muncipis, data de finalització
SELECT ?muni ?muniLabel ?diadefi WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
?muni wdt:P31 wd:Q33146843 ;
p:P31 [ps:P31 wd:Q33146843 ; pq:P582 ?diadefi ]
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?diadefi"):::projected
v1("?muni"):::projected
a1((" "))
c2(["bd:serviceParam"]):::iri
c6(["wd:Q33146843"]):::iri
c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v1 --"p:direct/P31"--> c6
a1 --"p:statement/P31"--> c6
a1 --"p:qualifier/P582"--> v2
v1 --"p:P31"--> a1