query-06bb40b3e2ea682e89c207274c724a9f
Cultural Properties of National or Regional Significance in Switzerland
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#>
SELECT DISTINCT ?item ?itemLabel ?itemDescription ?typeLabel ?locationLabel ?coord ?categoryLabel ?PCPnumber
WHERE
{
{?item wdt:P1435 wd:Q8274529} UNION {?item wdt:P1435 wd:Q12126757}.
OPTIONAL{?item wdt:P31 ?type}
OPTIONAL{?item wdt:P1435 ?category}
OPTIONAL{?item wdt:P131 ?location}
OPTIONAL{?item wdt:P625 ?coord}
OPTIONAL{?item wdt:P381 ?PCPnumber}
SERVICE wikibase:label {bd:serviceParam wikibase:language"en,de".}
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v6("?PCPnumber"):::projected
v3("?category")
v5("?coord"):::projected
v1("?item"):::projected
v4("?location")
v2("?type")
c9(["bd:serviceParam"]):::iri
c11(["en,de"]):::literal
c3(["wd:Q12126757"]):::iri
c2(["wd:Q8274529"]):::iri
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P1435"--> c3
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P1435"--> c2
end
union0r <== or ==> union0l
end
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P31".-> v2
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P1435".-> v3
end
subgraph optional2["(optional)"]
style optional2 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P131".-> v4
end
subgraph optional3["(optional)"]
style optional3 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P625".-> v5
end
subgraph optional4["(optional)"]
style optional4 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P381".-> v6
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c11
end