query-eb0bbe78fc78c7db24a98f1117757de4

rq turtle/ttl

Special church type "Spitalkirche" in Germany Special church type "Spitalkirche" in Germany Special church type "Spitalkirche" in Germany Special church type "Spitalkirche" in Germany Special church type "Spitalkirche" in Germany Special church type "Spitalkirche" in Germany Special church type "Spitalkirche" in Germany Special church type "Spitalkirche" in Germany Special church type "Spitalkirche" in Germany Special church type "Spitalkirche" in Germany Special church type "Spitalkirche" in Germany Églises hospitalières ("Spitalkirche") d'Allemagne, repérées comme telles d'après leur nom Special church type "Spitalkirche" in Germany Special church type "Spitalkirche" in Germany Special church type "Spitalkirche" in Germany Special church type "Spitalkirche" in Germany Special church type "Spitalkirche" in Germany Special church type "Spitalkirche" in Germany Special church type "Spitalkirche" in Germany Special church type "Spitalkirche" in Germany Special church type "Spitalkirche" in Germany Speciaal kerktype "Spitalkirche" in Duitsland Special church type "Spitalkirche" in Germany Special church type "Spitalkirche" in Germany Special church type "Spitalkirche" in Germany Special church type "Spitalkirche" in Germany Special church type "Spitalkirche" in Germany Särskilda kyrktypen "Spitalkirche" i Tyskland Special church type "Spitalkirche" in Germany Special church type "Spitalkirche" in Germany Special church type "Spitalkirche" in Germany Special church type "Spitalkirche" in Germany Special church type "Spitalkirche" in Germany

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 ?pid ?name ?coord ?ort ?ortLabel
WHERE
{
  ?pid wdt:P31 wd:Q16970.
  ?pid rdfs:label ?name
  FILTER((LANG(?name)) = "de")
  FILTER(REGEX(STR(?name), "[Ss]pitalkirche")).
  ?pid wdt:P131 ?ort.
  ?pid wdt:P17 wd:Q183.
  ?pid wdt:P625 ?coord.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?coord"):::projected v1("?name"):::projected v3("?ort"):::projected v2("?pid"):::projected c11(["bd:serviceParam"]):::iri c4(["wd:Q16970"]):::iri c8(["wd:Q183"]):::iri c13(["de,en"]):::literal f0[["regex(str(?name),'#91;Ss#93;pitalkirche')"]] f0 --> v1 f1[["?name = 'de'"]] f1 --> v1 v2 --"wdt:P31"--> c4 v2 --"rdfs:label"--> v1 v2 --"wdt:P131"--> v3 v2 --"wdt:P17"--> c8 v2 --"wdt:P625"--> v4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c11 --"wikibase:language"--> c13 end