Skip to content

Commit

Permalink
AantalWoningen erbij
Browse files Browse the repository at this point in the history
  • Loading branch information
MarinusVonhof committed May 23, 2023
1 parent 52c84bb commit 6d3558f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion geo/Kengetallen/Kengetallen_Afvoerpunt.rq
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
#PREFIX gwsw: <http://data.gwsw.nl/1.5/totaal/>
PREFIX gwsw: <{{&version}}>

SELECT DISTINCT ?Afvoernetwerk ?Afvoerpunt ?Eigenaar ?uri ?type ?Punt ?aanvoernaam ?aanvoertype ?AantalInwoners ?AantalVe ?AantalVeBedrijven ?AantalVeInwoners ?AantalVeRecreatie ?Afvoercapaciteit ?AfvoerendOppervlak ?AfvoerendOppervlak_NietAangesloten ?DWADebiet ?DWADebietBedrijven ?DWADebietInwoners ?DWADebietRecreatie ?Ledigingstijd ?NettoBerging ?NettoBergingRandvoorzieningen ?NiveauBerging ?NormatievePompovercapaciteit ?Ontwerpcapaciteit ?Pompovercapaciteit ?VerlorenBerging ?Vultijd
SELECT DISTINCT ?Afvoernetwerk ?Afvoerpunt ?Eigenaar ?uri ?type ?Punt ?aanvoernaam ?aanvoertype ?AantalWoningen ?AantalInwoners ?AantalVe ?AantalVeBedrijven ?AantalVeInwoners ?AantalVeRecreatie ?Afvoercapaciteit ?AfvoerendOppervlak ?AfvoerendOppervlak_NietAangesloten ?DWADebiet ?DWADebietBedrijven ?DWADebietInwoners ?DWADebietRecreatie ?Ledigingstijd ?NettoBerging ?NettoBergingRandvoorzieningen ?NiveauBerging ?NormatievePompovercapaciteit ?Ontwerpcapaciteit ?Pompovercapaciteit ?VerlorenBerging ?Vultijd
#SELECT DISTINCT ?Afvoerpunt ?uri ?type ?Punt ?Afvoernetwerk ?aanvoernaam ?aanvoertype ?NettoBerging

WHERE
Expand Down Expand Up @@ -68,6 +68,11 @@ WHERE
rdfs:label ?Eigenaar ;
] .}
optional {?punt gwsw:hasAspect
[
rdf:type gwsw:AantalWoningen ;
gwsw:hasValue ?AantalWoningen ;
] .}
optional {?punt gwsw:hasAspect
[
rdf:type gwsw:AantalInwoners ;
gwsw:hasValue ?AantalInwoners ;
Expand Down

0 comments on commit 6d3558f

Please sign in to comment.