query-eb73d5ffe73654e72bd34007510548f7
cementiris de Catalunya SELECT DISTINCT ?item ?municipi ?itemLabel ?municipiLabel?coord WHERE { ?item wdt:P17 wd:Q29. ?item wdt:P31/wdt:P279 wd:Q39614. ?item wdt:P131 ?municipi. ?municipi wdt:P31 wd:Q33146843. OPTIONAL {?item wdt:P625 ?coord} SERVICE wikibase:label { bd:serviceParam wikibase:language "ca" . } }
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 bd: <http://www.bigdata.com/rdf#>
#cementiris de Catalunya
SELECT DISTINCT ?item ?municipi ?itemLabel ?municipiLabel?coord
WHERE {
?item wdt:P17 wd:Q29.
?item wdt:P31/wdt:P279* wd:Q39614.
?item wdt:P131* ?municipi.
?municipi wdt:P31 wd:Q33146843.
OPTIONAL {?item wdt:P625 ?coord}
SERVICE wikibase:label {
bd:serviceParam wikibase:language "ca" .
}
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?coord"):::projected
v1("?item"):::projected
v2("?municipi"):::projected
a1((" "))
c2(["wd:Q29"]):::iri
c10(["bd:serviceParam"]):::iri
c7(["wd:Q33146843"]):::iri
c5(["wd:Q39614"]):::iri
c12(["ca"]):::literal
v1 --"wdt:P17"--> c2
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c5
v1 --"wdt:P131"--> v2
v2 --"wdt:P31"--> c7
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P625".-> v3
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c10 --"wikibase:language"--> c12
end