query-e2f0c0d6147ffe33abf3aef1949ca7c6
title: Werke eines Architekten SELECT ?_s ?_sLabel ?_sDescription WHERE { #?_s wdt:P17 wd:Q40 . #?_s wdt:P131/wdt:P279 wd:Q1741 . ?_s wdt:P84 wd:Q84902
SERVICE wikibase:label { bd:serviceParam wikibase:language '[AUTO_LANGUAGE,de,en]' } } GROUP BY ?_s ?_sLabel ?_sDescription
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#>
#title: Werke eines Architekten
SELECT ?_s ?_sLabel ?_sDescription WHERE {
#?_s wdt:P17 wd:Q40 .
#?_s wdt:P131*/wdt:P279* wd:Q1741 .
?_s wdt:P84 wd:Q84902
SERVICE wikibase:label { bd:serviceParam wikibase:language '[AUTO_LANGUAGE,de,en]' }
} GROUP BY ?_s ?_sLabel ?_sDescription
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?_s"):::projected
c4(["bd:serviceParam"]):::iri
c6(["#91;AUTO_LANGUAGE,de,en#93;"]):::literal
c2(["wd:Q84902"]):::iri
v1 --"wdt:P84"--> c2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c4 --"wikibase:language"--> c6
end