query-8158b83e28abdf71bb1669b255ee30e4

rq turtle/ttl

Norwegian heritage property identification number of Riksantikvaren (the Directorate for Cultural Heritage) 20:49, 28 October 2020 (UTC)) talk (Pmt. (P18)image and (P31)instance of ,(P131)located in the administrative territorial entity , (P1435)heritage designation showing also geolocation, (Q50627)Møre og Romsdal in (P758)Kulturminne ID May I have a query showing all

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#>
#defaultView:Map{"hide":["?coor"]}
SELECT ?item ?itemLabel ?value ?coor ?img ?des ?desLabel ?layer ?layerLabel 
WHERE
{
  ?item wdt:P758 ?value .
  ?item wdt:P131/wdt:P131* wd:Q50627 .
  OPTIONAL { ?item wdt:P625 ?coor }
  OPTIONAL { ?item wdt:P18 ?img }
  OPTIONAL { ?item wdt:P1435 ?des }
  OPTIONAL { ?item wdt:P31 ?layer }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en,en"  }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?coor"):::projected v5("?des"):::projected v4("?img"):::projected v1("?item"):::projected v6("?layer"):::projected v2("?value"):::projected a1((" ")) c9(["bd:serviceParam"]):::iri c3(["wd:Q50627"]):::iri c11(["en,en"]):::literal v1 --"wdt:P758"--> v2 v1 --"wdt:P131"--> a1 a1 --"wdt:P131"--> c3 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P625".-> v3 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v4 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P1435".-> v5 end subgraph optional3["(optional)"] style optional3 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P31".-> v6 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end