query-debbe8c4ed514a412487a78ee14b3865
Straßen ohne Baujahr (P571)
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 ?Objekt ?ObjektLabel ?StadtbezirkLabel
WHERE
{
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],de". }
FILTER NOT EXISTS{ ?Objekt wdt:P5816 wd:Q63065035. }
VALUES ?instance_of {
wd:Q34442 # Straße
wd:Q79007 # Innerortstraße
wd:Q21000333 # Einkaufsstraße
wd:Q174782 # Platz
wd:Q537127 # Straßenbrücke
wd:Q3397519 # Spannbetonbrücke
wd:Q1055465 # Balkenbrücke
wd:Q57577442 # Feldweg
wd:Q207934 # Allee
}
?Objekt wdt:P31 ?instance_of;
wdt:P131* wd:Q1715 ;
wdt:P131 ?Stadtbezirk .
FILTER NOT EXISTS{ ?Objekt wdt:P571 ?Baujahr. }
}
ORDER BY ASC ( ?ObjektLabel )
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?Baujahr")
v2("?Objekt"):::projected
v1("?ObjektLabel"):::projected
v5("?Stadtbezirk")
v4("?instance_of")
c7(["#91;AUTO_LANGUAGE#93;,de"]):::literal
c5(["bd:serviceParam"]):::iri
c10(["wd:Q1715"]):::iri
c3(["wd:Q63065035"]):::iri
f0[["not "]]
subgraph f0e0["Exists Clause"]
e0v1 --"wdt:P571"--> e0v2
e0v2("?Baujahr"):::projected
e0v1("?Objekt"):::projected
end
f0--EXISTS--> f0e0
f0 --> v2
f0 --> c1
f0 --> v3
v2 --"wdt:P571"--> v3
f1[["not "]]
subgraph f1e1["Exists Clause"]
e1v1 --"wdt:P5816"--> e1c2
e1v1("?Objekt"):::projected
e1c2(["wd:Q63065035"]):::iri
end
f1--EXISTS--> f1e1
f1 --> v2
f1 --> c2
f1 --> c3
v2 --"wdt:P5816"--> c3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c5 --"wikibase:language"--> c7
end
bind2[/VALUES ?instance_of/]
bind2-->v4
bind20(["wd:Q34442"])
bind20 --> bind2
bind21(["wd:Q79007"])
bind21 --> bind2
bind22(["wd:Q21000333"])
bind22 --> bind2
bind23(["wd:Q174782"])
bind23 --> bind2
bind24(["wd:Q537127"])
bind24 --> bind2
bind25(["wd:Q3397519"])
bind25 --> bind2
bind26(["wd:Q1055465"])
bind26 --> bind2
bind27(["wd:Q57577442"])
bind27 --> bind2
bind28(["wd:Q207934"])
bind28 --> bind2
v2 --"wdt:P31"--> v4
v2 --"wdt:P131"--> c10
v2 --"wdt:P131"--> v5