query-552cbb55600ff4eb4f8522d8505ff8c0

rq turtle/ttl

Water in Haarlem

Use at

PREFIX wdtn: <http://www.wikidata.org/prop/direct-normalized/>
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#>
select *
where {
   {
  SELECT ?item ?weg ?label {
  SERVICE <http://lov.okfn.org/dataset/lov/sparql> {
  SERVICE <https://data.pdok.nl/sparql> {
    select ?weg ?label
where {
  ?weg <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://bag.basisregistraties.overheid.nl/def/bag#OpenbareRuimte> .
  ?weg <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://bag.basisregistraties.overheid.nl/def/bag#Water> .
  ?weg <http://bag.basisregistraties.overheid.nl/def/bag#status> <http://bag.basisregistraties.overheid.nl/id/begrip/NaamgevingUitgegeven> .
  MINUS { ?weg <http://bag.basisregistraties.overheid.nl/def/bag#status> <http://bag.basisregistraties.overheid.nl/id/begrip/NaamgevingIngetrokken> } .
  ?weg <http://www.w3.org/2000/01/rdf-schema#label> ?label .
  ?weg <http://bag.basisregistraties.overheid.nl/def/bag#bijbehorendeWoonplaats> <http://bag.basisregistraties.overheid.nl/bag/id/woonplaats/2907>
} 
  }
    }
  }
}.
  OPTIONAL { {
  SELECT DISTINCT ?item ?label ?baglink WHERE { 
    ?item rdfs:label ?label .
    ?item wdt:P131 wd:Q9920 .
    ?item wdt:P31/wdt:P279* wd:Q355304 .
    OPTIONAL { ?item wdtn:P5207 ?baglink } . 
  }
}}.
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?baglink"):::projected v3("?item"):::projected v2("?label"):::projected v1("?weg"):::projected a1((" ")) c8([http://bag.basisregistraties.overheid.nl/id/begrip/NaamgevingIngetrokken]):::iri c4([http://bag.basisregistraties.overheid.nl/def/bag#OpenbareRuimte]):::iri c5([http://bag.basisregistraties.overheid.nl/def/bag#Water]):::iri c11([http://bag.basisregistraties.overheid.nl/bag/id/woonplaats/2907]):::iri c7([http://bag.basisregistraties.overheid.nl/id/begrip/NaamgevingUitgegeven]):::iri c16(["wd:Q355304"]):::iri c13(["wd:Q9920"]):::iri subgraph s1["http://lov.okfn.org/dataset/lov/sparql"] style s1 stroke-width:4px; subgraph s2["https://data.pdok.nl/sparql"] style s2 stroke-width:4px; v1 --"a"--> c4 v1 --"a"--> c5 v1 --http://bag.basisregistraties.overheid.nl/def/bag#status--> c7 subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v1 --http://bag.basisregistraties.overheid.nl/def/bag#status--> c8 end v1 --"rdfs:label"--> v2 v1 --http://bag.basisregistraties.overheid.nl/def/bag#bijbehorendeWoonplaats--> c11 end end subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v3 -."rdfs:label".-> v2 v3 --"wdt:P131"--> c13 v3 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c16 subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v3 -."wdtn:P5207".-> v4 end end