query-9163e8aab5b3b7191d69b89fcfcb25ee

rq turtle/ttl

Llistat amb wikidata list generant les coordenades

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX psv: <http://www.wikidata.org/prop/statement/value/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?municipiLabel ?construcció ?estatLabel ?imatge ?geoportail
 WHERE {
  ?item wdt:P361 wd:Q27882848.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "ca,es,en". }
  OPTIONAL { ?item wdt:P131 ?municipi. }
  OPTIONAL { ?item wdt:P571 ?construcció. }
  OPTIONAL { ?item wdt:P5816 ?estat. }
  OPTIONAL { ?item wdt:P18 ?imatge. }
  OPTIONAL { ?item p:P625 [ psv:P625 [ wikibase:geoLatitude ?latitude; wikibase:geoLongitude ?longitude ] ].}
   BIND ((STR(?latitude)) as ?lat) .      BIND ((STR(?longitude)) as ?lon) .
 BIND(CONCAT("[", "https://geohack.toolforge.org/geohack.php?pagename=Llista_d%27unitats_de_la_Xarxa_Nacional_de_Sitges_i_Graners&language=ca&params=", ?lat, "_N_", ?lon, "_E  coord:", ?lat, ",", ?lon, "]") AS ?geoportail)  

}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?construcció"):::projected v4("?estat") v10("?geoportail"):::projected v5("?imatge"):::projected v1("?item"):::projected v8("?lat") v6("?latitude") v9("?lon") v7("?longitude") v2("?municipi") a2((" ")) a1((" ")) c2(["wd:Q27882848"]):::iri c4(["bd:serviceParam"]):::iri c6(["ca,es,en"]):::literal v1 --"p:direct/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 -."p:direct/P131".-> v2 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."p:direct/P571".-> v3 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v1 -."p:direct/P5816".-> v4 end subgraph optional3["(optional)"] style optional3 fill:#bbf,stroke-dasharray: 5 5; v1 -."p:direct/P18".-> v5 end subgraph optional4["(optional)"] style optional4 fill:#bbf,stroke-dasharray: 5 5; a1 -."wikibase:geoLatitude".-> v6 a1 --"wikibase:geoLongitude"--> v7 a2 --"p:statement/value/P625"--> a1 v1 --"p:P625"--> a2 end bind0[/"str(?latitude)"/] v6 --o bind0 bind0 --as--o v8 bind1[/"str(?longitude)"/] v7 --o bind1 bind1 --as--o v9 bind2[/"concat('#91;','https://geohack.toolforge.org/geohack.php?pagename=Llista_d%27unitats_de_la_Xarxa_Nacional_de_Sitges_i_Graners&language=ca&params=',?lat,'_N_',?lon,'_E coord:',?lat,',',?lon,'#93;')"/] v8 --o bind2 v9 --o bind2 bind2 --as--o v10