Uitwisselprofiel Ministerie van VWS Beleidsontwikkeling en -monitoring

Versie:

Publicatiedatum:02-10-2023

Inwerkingtreding:02-10-2023




Bekijk bron...

7.1. Aantal wooneenheden (capaciteit)

Concepten

Relaties

Eigenschappen

SPARQL query

Code gekopieerd

...

Kopieer naar klembord

1# Indicator: VWS 7.1
2# Parameters: -
3# Ontologie: versie 2.2.0 of nieuwer
4
5PREFIX onz-g: <http://purl.org/ozo/onz-g#>
6PREFIX onz-org: <http://purl.org/ozo/onz-org#>
7PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
8
9SELECT ?vestiging (COUNT(DISTINCT ?wooneenheid) AS ?aantal_wooneenheden)
10{
11    ?wooneenheid 
12        a onz-org:WoonEenheid ;
13        onz-g:partOf ?locatie .
14    {
15        ?locatie 
16            a onz-org:Vestiging ;
17            onz-g:identifiedBy ?vest_nr.
18    	?vest_nr a onz-org:Vestigingsnummer ;
19             onz-g:hasDataValue ?vestiging .
20    } UNION {
21        #Includeer ook de organisatie als geheel en label deze als vestiging
22        ?locatie onz-org:vestigingVan ?organisatie_uri .
23        ?organisatie_uri 
24            a onz-g:Business ;
25            rdfs:label ?organisatie .
26        BIND(CONCAT('Totaal ',?organisatie) AS ?vestiging)
27    }
28}
29GROUP BY ?vestiging
30ORDER BY ?vestiging

Heb je feedback?

Loopt u tegen een issue of vraag aan bij het KIK-V product? Neem dan contact met ons op!