query-e7ef1ce8649fa88e8870d77755e1e6cf

rq turtle/ttl

http://www.stroom.nl/paginas/pagina.php?pa_id=3418644 Listed online here: .(Q36600)The Hague in (Q2124809)Sculpture Gallery of P. Struycken The

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#>
#Beeldengalerij van P. Struycken
#defaultView:Map
SELECT ?item ?itemLabel ?_image ?_inception ?_creatorLabel ?_coordinate_location WHERE {
  ?item wdt:P361 wd:Q2124809.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "nl,en,de,fr". }
  OPTIONAL { ?item wdt:P18 ?_image. }
  OPTIONAL { ?item wdt:P571 ?_inception. }
  OPTIONAL { ?item wdt:P170 ?_creator. }
  OPTIONAL { ?item wdt:P625 ?_coordinate_location. }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?_coordinate_location"):::projected v4("?_creator") v2("?_image"):::projected v3("?_inception"):::projected v1("?item"):::projected c4(["bd:serviceParam"]):::iri c2(["wd:Q2124809"]):::iri c6(["nl,en,de,fr"]):::literal v1 --"wdt:P361"--> c2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v2 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P571".-> v3 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P170".-> v4 end subgraph optional3["(optional)"] style optional3 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P625".-> v5 end