query-7898459848e482772a497f77281fbdec
arbres singulars de Catalunya sense tàxon SELECT DISTINCT ?item ?itemLabel ?taxon ?taxonLabel ?diba ?municipi ?municipiLabel ?coord WHERE { ?item wdt:P17 wd:Q29. ?item wdt:P31/wdt:P279 wd:Q811534. ?item wdt:P131 ?municipi. ?municipi wdt:P31 wd:Q33146843. OPTIONAL {?item wdt:P625 ?coord} MINUS {?item wdt:P10241 ?taxon} OPTIONAL {?item wdt:P12860 ?diba} 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#>
#arbres singulars de Catalunya sense tàxon
SELECT DISTINCT ?item ?itemLabel ?taxon ?taxonLabel ?diba ?municipi ?municipiLabel ?coord
WHERE {
?item wdt:P17 wd:Q29.
?item wdt:P31/wdt:P279* wd:Q811534.
?item wdt:P131* ?municipi.
?municipi wdt:P31 wd:Q33146843.
OPTIONAL {?item wdt:P625 ?coord}
MINUS {?item wdt:P10241 ?taxon}
OPTIONAL {?item wdt:P12860 ?diba}
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
v5("?diba"):::projected
v1("?item"):::projected
v2("?municipi"):::projected
v4("?taxon"):::projected
a1((" "))
c5(["wd:Q811534"]):::iri
c7(["wd:Q33146843"]):::iri
c2(["wd:Q29"]):::iri
c12(["bd:serviceParam"]):::iri
c14(["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 minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
v1 --"wdt:P10241"--> v4
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P12860".-> v5
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c12 --"wikibase:language"--> c14
end