query-47ff6a960aff1f4d82181ac52026bfd0

rq turtle/ttl

Locations of castles that are also archaeological sites Locations of castles that are also archaeological sites Emplacement des sites archéologiques avec château Locations of castles that are also archaeological sites Locations of castles that are also archaeological sites Locaties van kastelen die ook een archeologische bezienswaardigheid zijn Platser med slott som också är arkeologiska utgrävningar Locations of castles that are also archaeological sites Locations of castles that are also archaeological sites Locations of castles that are also archaeological sites

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Map
SELECT ?label ?coord ?subj
WHERE {
   ?subj wdt:P31 wd:Q839954 ; # instance of archaeological site
         wdt:P31/wdt:P279* wd:Q23413 ;  # instance or subclass of castle
         wdt:P625 ?coord .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". 
                         ?subj rdfs:label ?label}
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?coord"):::projected v3("?label"):::projected v1("?subj"):::projected a1((" ")) c7(["bd:serviceParam"]):::iri c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal c2(["wd:Q839954"]):::iri c4(["wd:Q23413"]):::iri v1 --"wdt:P31"--> c2 v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c4 v1 --"wdt:P625"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 v1 --"rdfs:label"--> v3 end