query-b1e7207bf5e30d418ce87c576ab0ad6b
Propertiesinstance of (P31)country (P17)located in the administrative territorial entity (P131)heritage designation (P1435)street address (P6375)Monument Atlas Lower Saxony Objekt-ID (P7900) TODO
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 ?item ?itemLabel ?classLabel ?heritageLabel ?street ?atlas
WHERE
{
?item wdt:P31 ?class.
?item wdt:P17 wd:Q183.
?item wdt:P131 wd:Q1686589.
?item wdt:P1435 ?heritage.
OPTIONAL { ?item wdt:P6375 ?street. }
OPTIONAL { ?item wdt:P7900 ?atlas. }
SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en". }
}
Query found at
- https://www.wikidata.org/wiki/User:Hofoen/Denkmalatlas_Niedersachsen
- https://www.wikidata.org/wiki/User:Hofoen/QA
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v5("?atlas"):::projected
v2("?class")
v3("?heritage")
v1("?item"):::projected
v4("?street"):::projected
c5(["wd:Q1686589"]):::iri
c10(["bd:serviceParam"]):::iri
c3(["wd:Q183"]):::iri
c12(["de,en"]):::literal
v1 --"wdt:P31"--> v2
v1 --"wdt:P17"--> c3
v1 --"wdt:P131"--> c5
v1 --"wdt:P1435"--> v3
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P6375".-> v4
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P7900".-> v5
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c10 --"wikibase:language"--> c12
end