query-fba3cc6aad80630ad011a8299d692eeb

rq turtle/ttl

Propertiesinstance of (P31)country (P17)heritage designation (P1435)

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 ?i ?h ?iLabel ?hLabel
WHERE 
{
  ?i wdt:P31 wd:Q811979 .

  ?i wdt:P17 wd:Q145 .

  ?i wdt:P1435 ?h .

  SERVICE wikibase:label { bd:serviceParam wikibase:language "en,de". }
}
LIMIT 30

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?h"):::projected v1("?i"):::projected c7(["bd:serviceParam"]):::iri c2(["wd:Q811979"]):::iri c9(["en,de"]):::literal c4(["wd:Q145"]):::iri v1 --"wdt:P31"--> c2 v1 --"wdt:P17"--> c4 v1 --"wdt:P1435"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end