query-f1185f9471b85e21617a6cd2b4620cb1

rq turtle/ttl

Kulturdenkmäler in Denkmallisten

Use at

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 ?_s ?_sLabel ?_sDescription  WHERE {
  ?_s wdt:P17 wd:Q40 .
  ?_s wdt:P31 wd:Q2065736 .

  SERVICE wikibase:label { bd:serviceParam wikibase:language '[AUTO_LANGUAGE,de,en]' }
} GROUP BY ?_s ?_sLabel ?_sDescription ORDER BY ASC(?_sLabel)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?_s"):::projected v1("?_sLabel"):::projected c6(["bd:serviceParam"]):::iri c4(["wd:Q2065736"]):::iri c2(["wd:Q40"]):::iri c8(["#91;AUTO_LANGUAGE,de,en#93;"]):::literal v2 --"wdt:P17"--> c2 v2 --"wdt:P31"--> c4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end