Let op: dit is een oudere versie van deze publicatie. Ga naar de laatste versie
Code gekopieerd
...Kopieer naar klembord
1# Indicator: Zorgkantoren 15.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 21 } UNION { 22 #Includeer ook de organisatie als geheel en label deze als vestiging 23 ?locatie onz-org:vestigingVan ?organisatie_uri . 24 ?organisatie_uri 25 a onz-g:Business ; 26 rdfs:label ?organisatie . 27 BIND(CONCAT('Totaal ',?organisatie) AS ?vestiging) 28 } 29} 30GROUP BY ?vestiging 31ORDER BY ?vestiging
Loopt u tegen een issue of vraag aan bij het KIK-V product? Neem dan contact met ons op!