query-2e9a565763959f6d53153dc53daf5b62

rq turtle/ttl

أجهزة الصراف الآلي في جميع أنحاء ميونخ تنتمي إلى شبكة خدمة البطاقات المصرفية (استعلام موحد).outdatedThis page is ATMs around Munich belonging to the Bankcard-Servicenetz interbank network (federated query).outdatedThis page is ATMs around Munich belonging to the Bankcard-Servicenetz interbank network (federated query).outdatedThis page is Bankomaty v okolí Mnichova patřící do mezibankovní sítě Bankcard-Servicenetz (sdružený dotaz).outdatedThis page is ATMs around Munich belonging to the Bankcard-Servicenetz interbank network (federated query).outdatedThis page is ATMs around Munich belonging to the Bankcard-Servicenetz interbank network (federated query).outdatedThis page is ATMs around Munich belonging to the Bankcard-Servicenetz interbank network (federated query).outdatedThis page is ATMs around Munich belonging to the Bankcard-Servicenetz interbank network (federated query).outdatedThis page is ATMs around Munich belonging to the Bankcard-Servicenetz interbank network (federated query).outdatedThis page is ATMs around Munich belonging to the Bankcard-Servicenetz interbank network (federated query).outdatedThis page is ATMs around Munich belonging to the Bankcard-Servicenetz interbank network (federated query).outdatedThis page is Distributeurs bancaires automatiques autour de Munich du réseau « Bankcard-Servicenetz interbank » (requête fédérée).outdatedThis page is ATMs around Munich belonging to the Bankcard-Servicenetz interbank network (federated query).outdatedThis page is ATMs around Munich belonging to the Bankcard-Servicenetz interbank network (federated query).outdatedThis page is ATMs around Munich belonging to the Bankcard-Servicenetz interbank network (federated query).outdatedThis page is Bancomat intorno a Monaco appartenenti alla rete interbancaria Bankcard-Servicenetz (query federata).outdatedThis page is ATMs around Munich belonging to the Bankcard-Servicenetz interbank network (federated query).outdatedThis page is ATMs around Munich belonging to the Bankcard-Servicenetz interbank network (federated query).outdatedThis page is ATMs around Munich belonging to the Bankcard-Servicenetz interbank network (federated query).outdatedThis page is ATMs around Munich belonging to the Bankcard-Servicenetz interbank network (federated query).outdatedThis page is ATMs around Munich belonging to the Bankcard-Servicenetz interbank network (federated query).outdatedThis page is Geldautomaten rond München die behoren tot het interbancaire netwerk Bankcard-Servicenetz (federatieve query).outdatedThis page is ATMs around Munich belonging to the Bankcard-Servicenetz interbank network (federated query).outdatedThis page is ATMs around Munich belonging to the Bankcard-Servicenetz interbank network (federated query).outdatedThis page is ATMs around Munich belonging to the Bankcard-Servicenetz interbank network (federated query).outdatedThis page is ATMs around Munich belonging to the Bankcard-Servicenetz interbank network (federated query).outdatedThis page is ATMs around Munich belonging to the Bankcard-Servicenetz interbank network (federated query).outdatedThis page is Bankomater runt München som tillhör internetbanken Bankcard-Servicenetz nätverk (federerad fråga).outdatedThis page is ATMs around Munich belonging to the Bankcard-Servicenetz interbank network (federated query).outdatedThis page is ATMs around Munich belonging to the Bankcard-Servicenetz interbank network (federated query).outdatedThis page is ATMs around Munich belonging to the Bankcard-Servicenetz interbank network (federated query).outdatedThis page is ATMs around Munich belonging to the Bankcard-Servicenetz interbank network (federated query).outdatedThis page is ATMs around Munich belonging to the Bankcard-Servicenetz interbank network (federated query).outdatedThis page is

Use at

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 geo: <http://www.opengis.net/ont/geosparql#>
#defaultView:Map{"hide":["?atm","?geometry"], "layer": "?bankLabel"}

PREFIX lgdo: <http://linkedgeodata.org/ontology/>
PREFIX geom: <http://geovocab.org/geometry#>
PREFIX bif: <bif:>

SELECT ?atm ?geometry ?bank ?bankLabel WHERE {


  SERVICE <http://linkedgeodata.org/sparql> {
    { ?atm a lgdo:Bank; lgdo:atm true. }
    UNION { ?atm a lgdo:Atm. }

    ?atm geom:geometry [geo:asWKT ?geometry];
         lgdo:operator ?operator.
    FILTER(bif:st_intersects(?geometry, bif:st_point(11.5746898, 48.1479876), 5)) # 5 km around Munich
  }

  BIND(STRLANG(?operator, "de") as ?bankLabel)
  ?bank rdfs:label ?bankLabel.

  # bank is part of the Bankcard service network, either via an explicit statement or implicitly due to its legal form (unless explicitly excluded)
  { ?bank wdt:P527 wd:Q806724. }
  UNION { ?bank wdt:P1454 wd:Q5349747. }
  MINUS { wd:Q806724 wdt:P3113 ?bank. }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?atm"):::projected v5("?bank"):::projected v4("?bankLabel"):::projected v1("?geometry"):::projected v3("?operator") a1((" ")) c9([http://linkedgeodata.org/ontology/Atm]):::iri c6([http://linkedgeodata.org/ontology/Bank]):::iri c17(["wd:Q5349747"]):::iri c8(["true^^xsd:boolean"]):::literal c15(["wd:Q806724"]):::iri subgraph s1["http://linkedgeodata.org/sparql"] style s1 stroke-width:4px; f0[["bif:st_intersects(?geometry,bif:st_point('11.5746898^^xsd:decimal','48.1479876^^xsd:decimal'),'5^^xsd:integer')"]] f0 --> v1 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v2 --"a"--> c9 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v2 --"a"--> c6 v2 --http://linkedgeodata.org/ontology/atm--> c8 end union0r <== or ==> union0l end a1 --"geo:asWKT"--> v1 v2 --http://geovocab.org/geometry#geometry--> a1 v2 --http://linkedgeodata.org/ontology/operator--> v3 end bind1[/"STRLANG(?operator,'de')"/] v3 --o bind1 bind1 --as--o v4 v5 --"rdfs:label"--> v4 subgraph union1[" Union "] subgraph union1l[" "] style union1l fill:#abf,stroke-dasharray: 3 3; v5 --"wdt:P1454"--> c17 end subgraph union1r[" "] style union1r fill:#abf,stroke-dasharray: 3 3; v5 --"wdt:P527"--> c15 end union1r <== or ==> union1l end subgraph minus2["MINUS"] style minus2 stroke-width:6px,fill:pink,stroke:red; c15 --"wdt:P3113"--> v5 end