From 8423d24230df70f06a9f182616882e5d06b11591 Mon Sep 17 00:00:00 2001 From: mirdono Date: Mon, 22 Apr 2024 13:53:51 +0200 Subject: [PATCH 01/29] refactor: moved classification relation to organization --- config/resources/domain.json | 110 +++++++++++------------------------ 1 file changed, 34 insertions(+), 76 deletions(-) diff --git a/config/resources/domain.json b/config/resources/domain.json index ab211780..3fc09453 100644 --- a/config/resources/domain.json +++ b/config/resources/domain.json @@ -50,9 +50,7 @@ }, "people": { "class": "person:Person", - "super": [ - "agents" - ], + "super": ["agents"], "attributes": { "given-name": { "type": "string", @@ -91,9 +89,7 @@ }, "agents-in-position": { "class": "ch:AgentInPositie", - "super": [ - "agents" - ], + "super": ["agents"], "attributes": { "agent-start-date": { "type": "datetime", @@ -141,9 +137,7 @@ }, "mandatories": { "class": "mandaat:Mandataris", - "super": [ - "agents-in-position" - ], + "super": ["agents-in-position"], "attributes": { "start-date": { "type": "datetime", @@ -186,16 +180,12 @@ "predicate": "skos:prefLabel" } }, - "features": [ - "include-uri" - ], + "features": ["include-uri"], "new-resource-base": "http://data.vlaanderen.be/id/concept/MandatarisStatusCode/" }, "worship-mandatories": { "class": "ere:EredienstMandataris", - "super": [ - "mandatories" - ], + "super": ["mandatories"], "attributes": { "expected-end-date": { "type": "datetime", @@ -260,9 +250,7 @@ }, "mandates": { "class": "mandaat:Mandaat", - "super": [ - "posts" - ], + "super": ["posts"], "relationships": { "role-board": { "predicate": "org:role", @@ -286,9 +274,7 @@ }, "functionaries": { "class": "lblodlg:Functionaris", - "super": [ - "agents-in-position" - ], + "super": ["agents-in-position"], "attributes": { "start-date": { "type": "datetime", @@ -326,16 +312,12 @@ "predicate": "skos:prefLabel" } }, - "features": [ - "include-uri" - ], + "features": ["include-uri"], "new-resource-base": "http://data.vlaanderen.be/id/concept/functionarisStatusCode/" }, "board-positions": { "class": "lblodlg:Bestuursfunctie", - "super": [ - "posts" - ], + "super": ["posts"], "relationships": { "role-board": { "predicate": "org:role", @@ -385,9 +367,7 @@ }, "organizations": { "class": "org:Organization", - "super": [ - "agents" - ], + "super": ["agents"], "attributes": { "name": { "type": "string", @@ -411,6 +391,11 @@ } }, "relationships": { + "classification": { + "predicate": "org:classification", + "target": "organization-classification-codes", + "cardinality": "one" + }, "identifiers": { "predicate": "adms:identifier", "target": "identifiers", @@ -519,15 +504,8 @@ }, "administrative-units": { "class": "besluit:Bestuurseenheid", - "super": [ - "organizations" - ], + "super": ["organizations"], "relationships": { - "classification": { - "predicate": "org:classification", - "target": "administrative-unit-classification-codes", - "cardinality": "one" - }, "governing-bodies": { "predicate": "besluit:bestuurt", "target": "governing-bodies", @@ -569,16 +547,12 @@ }, "administrative-unit-classification-codes": { "class": "code:BestuurseenheidClassificatieCode", - "super": [ - "organization-classification-codes" - ], + "super": ["organization-classification-codes"], "new-resource-base": "http://data.vlaanderen.be/id/concept/BestuurseenheidClassificatieCode/" }, "worship-administrative-units": { "class": "ere:EredienstBestuurseenheid", - "super": [ - "administrative-units" - ], + "super": ["administrative-units"], "relationships": { "recognized-worship-type": { "predicate": "ere:typeEredienst", @@ -601,9 +575,7 @@ }, "worship-services": { "class": "ere:BestuurVanDeEredienst", - "super": [ - "worship-administrative-units" - ], + "super": ["worship-administrative-units"], "attributes": { "denomination": { "type": "string", @@ -628,16 +600,12 @@ }, "central-worship-services": { "class": "ere:CentraalBestuurVanDeEredienst", - "super": [ - "worship-administrative-units" - ], + "super": ["worship-administrative-units"], "new-resource-base": "http://data.lblod.info/id/centraleBesturenVanDeEredienst/" }, "kbo-organizations": { "class": "ext:KboOrganisatie", - "super": [ - "organizations" - ], + "super": ["organizations"], "attributes": { "rechtsvorm": { "type": "string", @@ -653,19 +621,17 @@ } }, "relationships": { - "organization": { - "predicate": "owl:sameAs", - "target": "organizations", - "cardinality": "one" - } - }, - "new-resource-base": "http://data.lblod.info/id/kboOrganisaties/" + "organization": { + "predicate": "owl:sameAs", + "target": "organizations", + "cardinality": "one" + } + }, + "new-resource-base": "http://data.lblod.info/id/kboOrganisaties/" }, "representative-bodies": { "class": "ere:RepresentatiefOrgaan", - "super": [ - "organizations" - ], + "super": ["organizations"], "relationships": { "classification": { "predicate": "org:classification", @@ -688,9 +654,7 @@ }, "representative-body-classification-codes": { "class": "ext:RepresentatiefOrgaanClassificatieCode", - "super": [ - "organization-classification-codes" - ], + "super": ["organization-classification-codes"], "new-resource-base": "http://data.vlaanderen.be/id/concept/RepresentatiefOrgaanClassificatieCode/" }, "governing-bodies": { @@ -914,9 +878,7 @@ "predicate": "skos:prefLabel" } }, - "features": [ - "include-uri" - ], + "features": ["include-uri"], "new-resource-base": "http://lblod.data.gift/concepts/" }, "locations": { @@ -969,9 +931,7 @@ }, "ministers": { "class": "ere:RolBedienaar", - "super": [ - "agents-in-position" - ], + "super": ["agents-in-position"], "relationships": { "minister-position": { "predicate": "org:holds", @@ -1039,9 +999,7 @@ }, "minister-positions": { "class": "ere:PositieBedienaar", - "super": [ - "posts" - ], + "super": ["posts"], "relationships": { "function": { "predicate": "ere:functie", @@ -1143,4 +1101,4 @@ "new-resource-base": "http://data.relance.lblod.info/id/nace-bel/" } } -} \ No newline at end of file +} From d28cb221da1f027febf38fb7624613b1fa2a194a Mon Sep 17 00:00:00 2001 From: mirdono Date: Mon, 22 Apr 2024 16:58:42 +0200 Subject: [PATCH 02/29] refactor: renamed units index to organizations Soon we want to introduce (additional) non-administrative unit organizations. This renaming makes it more clear this index is not limited to administrative units, both here as where it is used in the frontend. Note, technically the 'units' name was already incorrect as a 'Representatief orgaan' is not an administrative unit. --- config/search/config.json | 4 ++-- config/search/dev/config.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/search/config.json b/config/search/config.json index afecb61e..92f6b83f 100644 --- a/config/search/config.json +++ b/config/search/config.json @@ -754,8 +754,8 @@ } }, { - "type": "unit", - "on_path": "units", + "type": "organization", + "on_path": "organization", "rdf_type": [ "http://data.vlaanderen.be/ns/besluit#Bestuurseenheid", "http://data.lblod.info/vocabularies/erediensten/EredienstBestuurseenheid", diff --git a/config/search/dev/config.json b/config/search/dev/config.json index 53a4f19f..50cba1f5 100644 --- a/config/search/dev/config.json +++ b/config/search/dev/config.json @@ -727,8 +727,8 @@ } }, { - "type": "unit", - "on_path": "units", + "type": "organization", + "on_path": "organizations", "rdf_type": [ "http://data.vlaanderen.be/ns/besluit#Bestuurseenheid", "http://data.lblod.info/vocabularies/erediensten/EredienstBestuurseenheid", From 178f5c17e655bd0186b473efe6c2853c1a18a524 Mon Sep 17 00:00:00 2001 From: mirdono Date: Fri, 26 Apr 2024 10:18:42 +0200 Subject: [PATCH 03/29] refactor: dispatch requests on organization path to resources service Forwarding requests on the organizations path to the cache leads to issues were changes that the user just made are not shown. For example, when adding a related organization the newly added organization would not show up in the list unless the cache was restarted. --- config/dispatcher/dispatcher.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dispatcher/dispatcher.ex b/config/dispatcher/dispatcher.ex index 95ae84be..f303dcc6 100644 --- a/config/dispatcher/dispatcher.ex +++ b/config/dispatcher/dispatcher.ex @@ -73,7 +73,7 @@ defmodule Dispatcher do end match "/organizations/*path", %{ accept: [:json], layer: :api} do - Proxy.forward conn, path, "http://cache/organizations/" + Proxy.forward conn, path, "http://resource/organizations/" end match "/administrative-units/*path", %{ accept: [:json], layer: :api} do From 288bf42aa3ee3da63146f227bc275400edc5747a Mon Sep 17 00:00:00 2001 From: mirdono Date: Fri, 17 May 2024 16:01:44 +0200 Subject: [PATCH 04/29] feat: import participants for public OCMW associations --- ...033-ter-lembeek-import-participants.sparql | 26 + ...ublic-ocmw-association-participants.sparql | 6414 +++++++++++++++++ 2 files changed, 6440 insertions(+) create mode 100644 config/migrations/2024/20240517134134-public-ocmw-associations-related-organizations/20240517135033-ter-lembeek-import-participants.sparql create mode 100644 config/migrations/2024/20240517134134-public-ocmw-associations-related-organizations/20240517154632-import-public-ocmw-association-participants.sparql diff --git a/config/migrations/2024/20240517134134-public-ocmw-associations-related-organizations/20240517135033-ter-lembeek-import-participants.sparql b/config/migrations/2024/20240517134134-public-ocmw-associations-related-organizations/20240517135033-ter-lembeek-import-participants.sparql new file mode 100644 index 00000000..cd394114 --- /dev/null +++ b/config/migrations/2024/20240517134134-public-ocmw-associations-related-organizations/20240517135033-ter-lembeek-import-participants.sparql @@ -0,0 +1,26 @@ +PREFIX org: +PREFIX generiek: +PREFIX skos: +PREFIX adms: +PREFIX mu: + +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator ?kboNumber . + + ?association mu:uuid "384b48dc-6860-49b4-a9ef-efa557299950" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + + VALUES ?kboNumber { + "0212183243" + "0537951706" + } + } +} diff --git a/config/migrations/2024/20240517134134-public-ocmw-associations-related-organizations/20240517154632-import-public-ocmw-association-participants.sparql b/config/migrations/2024/20240517134134-public-ocmw-associations-related-organizations/20240517154632-import-public-ocmw-association-participants.sparql new file mode 100644 index 00000000..7e2be81c --- /dev/null +++ b/config/migrations/2024/20240517134134-public-ocmw-associations-related-organizations/20240517154632-import-public-ocmw-association-participants.sparql @@ -0,0 +1,6414 @@ +PREFIX org: +PREFIX ext: +PREFIX generiek: +PREFIX skos: +PREFIX adms: + +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212236097" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212237285" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212240552" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212238374" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212246094" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212212541" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212214620" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0208038769" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212217885" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212218974" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207888816" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212221251" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212223726" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216769165" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207713127" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212196705" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212198485" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212199673" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212203930" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212206801" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212209967" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212211452" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212210759" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212175721" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212178590" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212178788" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212181956" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207505368" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207509427" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207537042" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207505764" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207536943" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207533874" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207501806" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207504675" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207502004" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207502103" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207502202" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207502497" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207502596" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216769066" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207502794" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207502992" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207503190" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207503388" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207503784" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207503982" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207504378" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207504477" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207504576" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207533082" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207215160" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207534765" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207505566" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0204212714" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0211104959" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0233210764" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212189676" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0233210764" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212180570" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0233210764" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212181659" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0233210764" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212208878" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0233210764" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212241047" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0242469910" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212175424" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0242469910" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207148052" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0256543917" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212215907" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0262562568" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212171860" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0262562568" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0211104959" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0262926319" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212214125" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0262926616" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212237186" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0263545337" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212182649" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0263545337" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212213333" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0263545337" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207832792" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0266559859" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0473908049" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0266559859" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212216402" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267302405" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212196111" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267313291" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212173444" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267314875" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212171860" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267314875" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212240651" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267314875" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212190072" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267314875" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212169781" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267314875" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212187993" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267314875" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212194131" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267314875" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212179778" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267314875" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212241641" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267393663" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212243720" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267393663" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216772729" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267393663" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216772927" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267393663" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212194230" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267393663" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216773323" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267393663" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212204227" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267393663" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212207591" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267393663" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212207888" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267393663" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207832792" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267404056" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212241740" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212242235" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212243423" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212243522" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212217390" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212224815" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212188983" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212200861" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212203831" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212167209" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212168001" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212172850" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212183540" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212185421" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212186807" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212235604" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0458878195" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212184035" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459993992" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212242235" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459993992" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207501113" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459993992" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207506952" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459993992" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212207789" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0465810133" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212222241" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0466193777" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212221845" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0466193777" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212192547" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0466193777" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212205415" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0466193777" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212183243" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0466193777" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207489037" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0466193777" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207485473" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0466193777" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207487354" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0466193777" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207436676" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0466193777" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207437864" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0466193777" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0231884636" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212344282" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212247282" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212247579" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212212343" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212213333" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212218182" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212219469" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212223033" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212223330" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212189973" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216769363" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212193141" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212196408" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212194329" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212195319" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212197002" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212197891" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212207393" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212208086" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212166021" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212172058" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212173345" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212181362" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212174434" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212205118" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0473908049" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212165922" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0480589567" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207148052" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0505849852" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212174137" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0537951706" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207432520" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0537951706" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212235703" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0630835639" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212236889" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0630835639" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212245205" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0630835639" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212218479" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0630835639" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212189676" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0630835639" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212190468" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0630835639" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212192745" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0630835639" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212198683" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0630835639" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216770749" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0630835639" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212180570" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0630835639" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212181659" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0630835639" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212182748" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0630835639" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212191458" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0630835639" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212183243" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0630835639" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212243423" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0647949706" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0208236927" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0663810590" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207521503" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0663810590" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212210066" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0664681216" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212169088" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0664681216" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212175721" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0665553622" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212212244" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0666615870" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212195418" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0666615870" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212204326" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0666615870" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0697663986" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0666615870" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212239958" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0677764437" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212244215" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0677764437" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212391891" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0677764437" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212190666" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0677764437" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212192151" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0677764437" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212169781" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0677764437" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212179778" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0677764437" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212183045" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0677764437" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212196111" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0680439360" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212170276" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0680439360" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207832792" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0682844465" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207528035" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0682844465" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212169781" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0683473579" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212222241" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0683771509" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207489037" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0683771509" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212206504" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0684493762" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207511803" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0684493762" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212194131" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0684613726" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212199277" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0684613726" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212218479" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0684891363" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207492502" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0684891363" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212248074" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0685516024" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212181659" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0686537789" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212172256" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0687742074" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216773125" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0688812935" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212194230" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0689553994" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212173444" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0689674948" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212168001" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0694597697" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212183540" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0694597697" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212240651" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0696715960" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212190072" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0696715960" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212171860" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0696715960" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212187993" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0696715960" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212177305" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0697787118" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207514474" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0697787118" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212246292" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0698817989" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212190666" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0698817989" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212199178" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0698817989" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212201356" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0698817989" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212245106" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0698817989" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212176117" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0711824305" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212237186" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0729523736" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212213333" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0729523736" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212182649" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0729523736" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207437468" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0729523736" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207485374" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0729523736" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207447366" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0729523736" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0263545337" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0729523736" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212173840" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0736364909" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212221251" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0780658572" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212216895" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0781430812" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212214620" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0786960406" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207832792" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0807042275" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212241542" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0807042275" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207528035" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0807042275" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0206684927" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0807042275" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212235604" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0809699184" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212237186" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0697663491" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212237483" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207832792" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212391891" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212247183" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212248173" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212212244" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207148052" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212214125" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212216402" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212217786" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212218083" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216772531" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216773125" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212220855" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212223627" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212189676" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212190963" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0697663986" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212196408" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212194131" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212196111" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212199178" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212199277" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212205118" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212174137" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212165922" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212170672" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212171860" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212175622" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212175721" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212177305" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212179877" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212191656" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212185817" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212187203" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207437468" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0697608063" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207447861" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207528035" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207445584" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207531894" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207448158" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207451128" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207201797" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207466964" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207506160" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207519127" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207467162" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216773026" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207535557" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207448356" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207494678" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207521206" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0697609152" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207463402" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207499430" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207453207" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207453405" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207436775" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207432520" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207460432" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207464093" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207448851" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207464192" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207525956" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207533082" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207514474" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207456076" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207447663" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207449346" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207432124" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0682844465" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0505849852" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0266559859" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0500927893" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0500913839" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0827396340" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212212541" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0844179716" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207533874" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0844179716" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212171860" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0862943474" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212240651" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0862943474" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212190072" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0862943474" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212169781" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0862943474" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207832792" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0863329296" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0266559859" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0863329296" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212334582" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0863329989" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207691252" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0863329989" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212334582" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0865506155" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207691252" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0865506155" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0697663491" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871009916" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212248173" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871009916" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212195418" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871009916" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212212244" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871009916" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212170672" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871009916" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212188488" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871009916" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0697663986" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871009916" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212237483" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871009916" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212204326" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871009916" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212185817" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871009916" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212179877" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871009916" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212223627" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871009916" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212194131" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871206587" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207463402" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871206587" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207832792" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871928743" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207528035" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871928743" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212221548" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0873440458" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212222340" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0873440458" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212209373" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0873440458" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212175523" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0873440458" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212213729" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0873440458" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207431332" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0873440458" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207528629" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0873440458" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207491215" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0873440458" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207530609" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0873440458" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207491413" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0873440458" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207832792" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0878405769" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216769165" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0886198829" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212212541" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0886198829" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212330822" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0886485770" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207832792" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0894999895" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; From 5ff3f5b1219f5c58c8cc686c76c32c3484da097b Mon Sep 17 00:00:00 2001 From: mirdono Date: Mon, 13 May 2024 14:29:59 +0200 Subject: [PATCH 05/29] feat: added registered organizations to resources service --- config/resources/domain.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config/resources/domain.json b/config/resources/domain.json index 3fc09453..75d6754a 100644 --- a/config/resources/domain.json +++ b/config/resources/domain.json @@ -535,6 +535,11 @@ }, "new-resource-base": "http://data.lblod.info/id/bestuurseenheden/" }, + "registered-organizations": { + "class": "regorg:RegisteredOrganization", + "super": ["organizations"], + "new-resource-base": "http://data.lblod.info/id/geregistreerdeOrganisaties/" + }, "organization-classification-codes": { "class": "ext:OrganizationClassificationCode", "attributes": { @@ -550,6 +555,11 @@ "super": ["organization-classification-codes"], "new-resource-base": "http://data.vlaanderen.be/id/concept/BestuurseenheidClassificatieCode/" }, + "registered-organization-classification-codes": { + "class": "ext:GeregistreerdeOrganisatieClassificatieCode", + "super": ["organization-classification-codes"], + "new-resource-base": "http://data.vlaanderen.be/id/concept/GeregistreerdeOrganisatieClassificatieCode/" + }, "worship-administrative-units": { "class": "ere:EredienstBestuurseenheid", "super": ["administrative-units"], From 89435073c7a0307f16967c42ba3344957aea30db Mon Sep 17 00:00:00 2001 From: mirdono Date: Mon, 13 May 2024 14:45:27 +0200 Subject: [PATCH 06/29] feat: include registered organizations in search index --- config/search/config.json | 3 ++- config/search/dev/config.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/search/config.json b/config/search/config.json index 92f6b83f..b41408ad 100644 --- a/config/search/config.json +++ b/config/search/config.json @@ -761,7 +761,8 @@ "http://data.lblod.info/vocabularies/erediensten/EredienstBestuurseenheid", "http://data.lblod.info/vocabularies/erediensten/CentraalBestuurVanDeEredienst", "http://data.lblod.info/vocabularies/erediensten/BestuurVanDeEredienst", - "http://data.lblod.info/vocabularies/erediensten/RepresentatiefOrgaan" + "http://data.lblod.info/vocabularies/erediensten/RepresentatiefOrgaan", + "http://www.w3.org/ns/regorg#RegisteredOrganization", ], "properties": { "name": "http://www.w3.org/2004/02/skos/core#prefLabel", diff --git a/config/search/dev/config.json b/config/search/dev/config.json index 50cba1f5..e9e0d850 100644 --- a/config/search/dev/config.json +++ b/config/search/dev/config.json @@ -734,7 +734,8 @@ "http://data.lblod.info/vocabularies/erediensten/EredienstBestuurseenheid", "http://data.lblod.info/vocabularies/erediensten/CentraalBestuurVanDeEredienst", "http://data.lblod.info/vocabularies/erediensten/BestuurVanDeEredienst", - "http://data.lblod.info/vocabularies/erediensten/RepresentatiefOrgaan" + "http://data.lblod.info/vocabularies/erediensten/RepresentatiefOrgaan", + "http://www.w3.org/ns/regorg#RegisteredOrganization", ], "properties": { "name": "http://www.w3.org/2004/02/skos/core#prefLabel", From dd3cbc16e894fbe93de232fde445e3747711dd40 Mon Sep 17 00:00:00 2001 From: mirdono Date: Mon, 13 May 2024 14:49:31 +0200 Subject: [PATCH 07/29] feat: added registered organization classification codes --- config/authorization/config.ex | 1 + 1 file changed, 1 insertion(+) diff --git a/config/authorization/config.ex b/config/authorization/config.ex index 0111b1d7..9baae387 100644 --- a/config/authorization/config.ex +++ b/config/authorization/config.ex @@ -40,6 +40,7 @@ defmodule Acl.UserGroups.Config do "http://lblod.data.gift/vocabularies/organisatie/BestuursorgaanClassificatieCode", "http://lblod.data.gift/vocabularies/organisatie/MandatarisStatusCode", "http://lblod.data.gift/vocabularies/organisatie/BestuurseenheidClassificatieCode", + "http://mu.semte.ch/vocabularies/ext/GeregistreerdeOrganisatieClassificatieCode", "http://lblod.data.gift/vocabularies/organisatie/TypeEredienst", "http://www.w3.org/2004/02/skos/core#ConceptScheme", "http://lblod.data.gift/vocabularies/organisatie/BedienaarFinancieringCode", From 994c26b58d0c47bc6a61762e8b96d819dfe01f15 Mon Sep 17 00:00:00 2001 From: mirdono Date: Mon, 13 May 2024 14:51:08 +0200 Subject: [PATCH 08/29] feat: added paths for registered organizations --- config/dispatcher/dispatcher.ex | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/dispatcher/dispatcher.ex b/config/dispatcher/dispatcher.ex index f303dcc6..deb8a212 100644 --- a/config/dispatcher/dispatcher.ex +++ b/config/dispatcher/dispatcher.ex @@ -76,6 +76,10 @@ defmodule Dispatcher do Proxy.forward conn, path, "http://resource/organizations/" end + match "/registered-organizations/*path", %{ accept: [:json], layer: :api} do + Proxy.forward conn, path, "http://resource/registered-organizations/" + end + match "/administrative-units/*path", %{ accept: [:json], layer: :api} do Proxy.forward conn, path, "http://resource/administrative-units/" end @@ -88,6 +92,10 @@ defmodule Dispatcher do Proxy.forward conn, path, "http://cache/organization-classification-codes/" end + match "/registered-organization-classification-codes/*path", %{ accept: [:json], layer: :api} do + Proxy.forward conn, path, "http://cache/registered-organization-classification-codes/" + end + match "/worship-administrative-units/*path", %{ accept: [:json], layer: :api} do Proxy.forward conn, path, "http://resource/worship-administrative-units/" end From bf77794d086dceecbd52ad20dc0beaa3f3ad3cbc Mon Sep 17 00:00:00 2001 From: mirdono Date: Mon, 13 May 2024 17:51:41 +0200 Subject: [PATCH 09/29] fix: removed faulty trailing comma --- config/search/config.json | 2 +- config/search/dev/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/search/config.json b/config/search/config.json index b41408ad..4e94a698 100644 --- a/config/search/config.json +++ b/config/search/config.json @@ -762,7 +762,7 @@ "http://data.lblod.info/vocabularies/erediensten/CentraalBestuurVanDeEredienst", "http://data.lblod.info/vocabularies/erediensten/BestuurVanDeEredienst", "http://data.lblod.info/vocabularies/erediensten/RepresentatiefOrgaan", - "http://www.w3.org/ns/regorg#RegisteredOrganization", + "http://www.w3.org/ns/regorg#RegisteredOrganization" ], "properties": { "name": "http://www.w3.org/2004/02/skos/core#prefLabel", diff --git a/config/search/dev/config.json b/config/search/dev/config.json index e9e0d850..bdb33945 100644 --- a/config/search/dev/config.json +++ b/config/search/dev/config.json @@ -735,7 +735,7 @@ "http://data.lblod.info/vocabularies/erediensten/CentraalBestuurVanDeEredienst", "http://data.lblod.info/vocabularies/erediensten/BestuurVanDeEredienst", "http://data.lblod.info/vocabularies/erediensten/RepresentatiefOrgaan", - "http://www.w3.org/ns/regorg#RegisteredOrganization", + "http://www.w3.org/ns/regorg#RegisteredOrganization" ], "properties": { "name": "http://www.w3.org/2004/02/skos/core#prefLabel", From 660c9b6848359b352d4336b70d62e99ff36929da Mon Sep 17 00:00:00 2001 From: mirdono Date: Wed, 22 May 2024 12:54:23 +0200 Subject: [PATCH 10/29] fix: exclude KBO organisations as participants The initial version of these migrations were defined too broadly. Since they only matched on KBO numbers they also included the KBO organisations, imported from wegwijs, adding them as participants. This commit adds extra checks to exclude KBO organisations from being added as a participant for a public OCMW association. Furthermore, the main migration is split into two parts to work around an error otherwise encountered when executing the migration as a single whole. --- ...cmw-associations-remov-participants.sparql | 16 + ...19-ter-lembeek-import-participants.sparql} | 2 + ...ocmw-association-participants-part1.sparql | 3009 ++++++++++++++++ ...cmw-association-participants-part2.sparql} | 3044 ++--------------- 4 files changed, 3226 insertions(+), 2845 deletions(-) create mode 100644 config/dev-migrations/20240522095345-public-ocmw-associations-remov-participants.sparql rename config/migrations/2024/20240517134134-public-ocmw-associations-related-organizations/{20240517135033-ter-lembeek-import-participants.sparql => 20240522120919-ter-lembeek-import-participants.sparql} (87%) create mode 100644 config/migrations/2024/20240517134134-public-ocmw-associations-related-organizations/20240522123045-import-public-ocmw-association-participants-part1.sparql rename config/migrations/2024/20240517134134-public-ocmw-associations-related-organizations/{20240517154632-import-public-ocmw-association-participants.sparql => 20240522123045-import-public-ocmw-association-participants-part2.sparql} (55%) diff --git a/config/dev-migrations/20240522095345-public-ocmw-associations-remov-participants.sparql b/config/dev-migrations/20240522095345-public-ocmw-associations-remov-participants.sparql new file mode 100644 index 00000000..7954134d --- /dev/null +++ b/config/dev-migrations/20240522095345-public-ocmw-associations-remov-participants.sparql @@ -0,0 +1,16 @@ +PREFIX org: + +DELETE { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant org:memberOf ?association . + ?association org:classification ?class + } + VALUES ?class { + # Welzijnsvereniging + # Autonome verzorgingsinstelling + } +} diff --git a/config/migrations/2024/20240517134134-public-ocmw-associations-related-organizations/20240517135033-ter-lembeek-import-participants.sparql b/config/migrations/2024/20240517134134-public-ocmw-associations-related-organizations/20240522120919-ter-lembeek-import-participants.sparql similarity index 87% rename from config/migrations/2024/20240517134134-public-ocmw-associations-related-organizations/20240517135033-ter-lembeek-import-participants.sparql rename to config/migrations/2024/20240517134134-public-ocmw-associations-related-organizations/20240522120919-ter-lembeek-import-participants.sparql index cd394114..888adc43 100644 --- a/config/migrations/2024/20240517134134-public-ocmw-associations-related-organizations/20240517135033-ter-lembeek-import-participants.sparql +++ b/config/migrations/2024/20240517134134-public-ocmw-associations-related-organizations/20240522120919-ter-lembeek-import-participants.sparql @@ -3,6 +3,7 @@ PREFIX generiek: PREFIX skos: PREFIX adms: PREFIX mu: +PREFIX ext: INSERT { GRAPH { @@ -11,6 +12,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator ?kboNumber . diff --git a/config/migrations/2024/20240517134134-public-ocmw-associations-related-organizations/20240522123045-import-public-ocmw-association-participants-part1.sparql b/config/migrations/2024/20240517134134-public-ocmw-associations-related-organizations/20240522123045-import-public-ocmw-association-participants-part1.sparql new file mode 100644 index 00000000..4a1619ec --- /dev/null +++ b/config/migrations/2024/20240517134134-public-ocmw-associations-related-organizations/20240522123045-import-public-ocmw-association-participants-part1.sparql @@ -0,0 +1,3009 @@ +PREFIX org: +PREFIX ext: +PREFIX generiek: +PREFIX skos: +PREFIX adms: +PREFIX besluit: + +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212236097" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212237285" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212240552" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212238374" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212246094" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212212541" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212214620" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0208038769" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212217885" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212218974" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207888816" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212221251" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212223726" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216769165" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207713127" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212196705" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212198485" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212199673" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212203930" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212206801" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212209967" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212211452" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212210759" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212175721" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212178590" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212178788" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212181956" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207505368" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207509427" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207537042" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207505764" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207536943" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207533874" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207501806" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207504675" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207502004" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207502103" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207502202" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207502497" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207502596" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216769066" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207502794" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207502992" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207503190" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207503388" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207503784" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207503982" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207504378" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207504477" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207504576" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207533082" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207215160" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207534765" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207505566" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0204212714" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0211104959" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0233210764" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212189676" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0233210764" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212180570" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0233210764" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212181659" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0233210764" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212208878" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0233210764" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212241047" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0242469910" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212175424" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0242469910" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207148052" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0256543917" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212215907" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0262562568" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212171860" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0262562568" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0211104959" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0262926319" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212214125" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0262926616" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212237186" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0263545337" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212182649" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0263545337" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212213333" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0263545337" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207832792" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0266559859" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0473908049" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0266559859" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212216402" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267302405" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212196111" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267313291" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212173444" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267314875" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212171860" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267314875" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212240651" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267314875" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212190072" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267314875" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212169781" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267314875" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212187993" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267314875" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212194131" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267314875" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212179778" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267314875" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212241641" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267393663" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212243720" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267393663" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216772729" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267393663" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216772927" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267393663" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212194230" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267393663" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216773323" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267393663" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212204227" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267393663" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212207591" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267393663" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212207888" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267393663" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207832792" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267404056" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212241740" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212242235" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212243423" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212243522" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212217390" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212224815" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212188983" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212200861" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212203831" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212167209" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212168001" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212172850" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212183540" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212185421" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212186807" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212235604" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0458878195" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212184035" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459993992" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212242235" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459993992" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207501113" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459993992" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207506952" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459993992" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212207789" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0465810133" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212222241" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0466193777" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212221845" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0466193777" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212192547" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0466193777" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212205415" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0466193777" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212183243" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0466193777" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207489037" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0466193777" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207485473" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0466193777" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207487354" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0466193777" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207436676" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0466193777" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207437864" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0466193777" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0231884636" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212344282" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212247282" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212247579" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212212343" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212213333" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212218182" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212219469" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212223033" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212223330" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212189973" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216769363" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212193141" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212196408" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212194329" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212195319" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212197002" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212197891" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212207393" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212208086" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212166021" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212172058" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212173345" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212181362" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212174434" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212205118" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0473908049" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212165922" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0480589567" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207148052" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0505849852" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212174137" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0537951706" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207432520" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0537951706" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212235703" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0630835639" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212236889" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0630835639" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212245205" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0630835639" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212218479" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0630835639" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212189676" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0630835639" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; diff --git a/config/migrations/2024/20240517134134-public-ocmw-associations-related-organizations/20240517154632-import-public-ocmw-association-participants.sparql b/config/migrations/2024/20240517134134-public-ocmw-associations-related-organizations/20240522123045-import-public-ocmw-association-participants-part2.sparql similarity index 55% rename from config/migrations/2024/20240517134134-public-ocmw-associations-related-organizations/20240517154632-import-public-ocmw-association-participants.sparql rename to config/migrations/2024/20240517134134-public-ocmw-associations-related-organizations/20240522123045-import-public-ocmw-association-participants-part2.sparql index 7e2be81c..68c0bbc8 100644 --- a/config/migrations/2024/20240517134134-public-ocmw-associations-related-organizations/20240517154632-import-public-ocmw-association-participants.sparql +++ b/config/migrations/2024/20240517134134-public-ocmw-associations-related-organizations/20240522123045-import-public-ocmw-association-participants-part2.sparql @@ -3,2851 +3,8 @@ PREFIX ext: PREFIX generiek: PREFIX skos: PREFIX adms: +PREFIX besluit: -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212236097" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212237285" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212240552" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212238374" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212246094" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212212541" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212214620" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0208038769" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212217885" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212218974" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207888816" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212221251" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212223726" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216769165" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207713127" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212196705" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212198485" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212199673" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212203930" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212206801" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212209967" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212211452" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212210759" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212175721" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212178590" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212178788" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212181956" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207505368" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207509427" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207537042" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207505764" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207536943" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207533874" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207501806" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207504675" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207502004" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207502103" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207502202" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207502497" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207502596" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216769066" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207502794" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207502992" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207503190" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207503388" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207503784" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207503982" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207504378" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207504477" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207504576" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207533082" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207215160" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207534765" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207505566" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0204212714" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0211104959" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0233210764" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212189676" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0233210764" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212180570" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0233210764" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212181659" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0233210764" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212208878" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0233210764" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212241047" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0242469910" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212175424" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0242469910" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207148052" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0256543917" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212215907" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0262562568" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212171860" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0262562568" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0211104959" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0262926319" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212214125" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0262926616" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212237186" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0263545337" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212182649" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0263545337" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212213333" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0263545337" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207832792" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0266559859" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0473908049" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0266559859" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212216402" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267302405" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212196111" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267313291" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212173444" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267314875" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212171860" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267314875" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212240651" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267314875" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212190072" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267314875" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212169781" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267314875" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212187993" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267314875" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212194131" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267314875" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212179778" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267314875" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212241641" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267393663" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212243720" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267393663" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216772729" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267393663" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216772927" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267393663" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212194230" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267393663" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216773323" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267393663" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212204227" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267393663" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212207591" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267393663" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212207888" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267393663" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207832792" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267404056" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212241740" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212242235" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212243423" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212243522" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212217390" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212224815" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212188983" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212200861" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212203831" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212167209" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212168001" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212172850" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212183540" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212185421" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212186807" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0445508132" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212235604" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0458878195" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212184035" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459993992" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212242235" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459993992" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207501113" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459993992" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207506952" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459993992" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212207789" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0465810133" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212222241" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0466193777" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212221845" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0466193777" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212192547" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0466193777" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212205415" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0466193777" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212183243" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0466193777" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207489037" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0466193777" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207485473" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0466193777" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207487354" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0466193777" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207436676" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0466193777" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207437864" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0466193777" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0231884636" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212344282" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212247282" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212247579" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212212343" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212213333" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212218182" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212219469" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212223033" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212223330" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212189973" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216769363" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212193141" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212196408" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212194329" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212195319" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212197002" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212197891" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212207393" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212208086" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212166021" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212172058" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212173345" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212181362" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212174434" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0467270576" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212205118" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0473908049" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212165922" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0480589567" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207148052" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0505849852" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212174137" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0537951706" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207432520" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0537951706" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212235703" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0630835639" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212236889" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0630835639" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212245205" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0630835639" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212218479" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0630835639" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212189676" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0630835639" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; INSERT { GRAPH { ?participant org:memberOf ?association . @@ -2857,6 +14,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212190468" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -2875,6 +33,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212192745" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -2893,6 +52,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212198683" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -2911,6 +71,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216770749" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -2929,6 +90,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212180570" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -2947,6 +109,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212181659" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -2965,6 +128,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212182748" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -2983,6 +147,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212191458" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3001,6 +166,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212183243" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3019,6 +185,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212243423" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3037,6 +204,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0208236927" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3055,6 +223,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207521503" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3073,6 +242,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212210066" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3091,6 +261,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212169088" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3109,6 +280,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212175721" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3127,6 +299,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212212244" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3145,6 +318,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212195418" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3163,6 +337,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212204326" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3181,6 +356,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0697663986" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3199,6 +375,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212239958" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3217,6 +394,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212244215" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3235,6 +413,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212391891" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3253,6 +432,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212190666" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3271,6 +451,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212192151" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3289,6 +470,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212169781" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3307,6 +489,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212179778" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3325,6 +508,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212183045" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3343,6 +527,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212196111" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3361,6 +546,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212170276" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3379,6 +565,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207832792" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3397,6 +584,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207528035" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3415,6 +603,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212169781" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3433,6 +622,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212222241" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3451,6 +641,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207489037" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3469,6 +660,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212206504" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3487,6 +679,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207511803" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3505,6 +698,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212194131" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3523,6 +717,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212199277" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3541,6 +736,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212218479" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3559,6 +755,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207492502" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3577,6 +774,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212248074" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3595,6 +793,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212181659" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3613,6 +812,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212172256" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3631,6 +831,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216773125" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3649,6 +850,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212194230" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3667,6 +869,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212173444" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3685,6 +888,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212168001" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3703,6 +907,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212183540" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3721,6 +926,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212240651" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3739,6 +945,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212190072" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3757,6 +964,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212171860" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3775,6 +983,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212187993" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3793,6 +1002,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212177305" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3811,6 +1021,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207514474" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3829,6 +1040,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212246292" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3847,6 +1059,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212190666" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3865,6 +1078,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212199178" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3883,6 +1097,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212201356" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3901,6 +1116,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212245106" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3919,6 +1135,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212176117" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3937,6 +1154,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212237186" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3955,6 +1173,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212213333" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3973,6 +1192,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212182649" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -3991,6 +1211,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207437468" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4009,6 +1230,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207485374" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4027,6 +1249,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207447366" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4045,6 +1268,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0263545337" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4063,6 +1287,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212173840" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4081,6 +1306,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212221251" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4099,6 +1325,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212216895" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4117,6 +1344,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212214620" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4135,6 +1363,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207832792" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4153,6 +1382,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212241542" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4171,6 +1401,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207528035" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4189,6 +1420,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0206684927" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4207,6 +1439,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212235604" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4225,6 +1458,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212237186" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4243,6 +1477,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0697663491" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4261,6 +1496,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212237483" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4279,6 +1515,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207832792" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4297,6 +1534,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212391891" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4315,6 +1553,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212247183" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4333,6 +1572,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212248173" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4351,6 +1591,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212212244" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4369,6 +1610,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207148052" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4387,6 +1629,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212214125" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4405,6 +1648,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212216402" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4423,6 +1667,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212217786" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4441,6 +1686,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212218083" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4459,6 +1705,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216772531" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4477,6 +1724,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216773125" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4495,6 +1743,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212220855" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4513,6 +1762,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212223627" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4531,6 +1781,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212189676" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4549,6 +1800,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212190963" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4567,6 +1819,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0697663986" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4585,6 +1838,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212196408" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4603,6 +1857,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212194131" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4621,6 +1876,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212196111" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4639,6 +1895,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212199178" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4657,6 +1914,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212199277" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4675,6 +1933,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212205118" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4693,6 +1952,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212174137" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4711,6 +1971,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212165922" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4729,6 +1990,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212170672" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4747,6 +2009,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212171860" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4765,6 +2028,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212175622" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4783,6 +2047,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212175721" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4801,6 +2066,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212177305" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4819,6 +2085,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212179877" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4837,6 +2104,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212191656" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4855,6 +2123,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212185817" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4873,6 +2142,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212187203" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4891,6 +2161,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207437468" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4909,6 +2180,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0697608063" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4927,6 +2199,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207447861" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4945,6 +2218,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207528035" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4963,6 +2237,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207445584" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4981,6 +2256,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207531894" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -4999,6 +2275,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207448158" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5017,6 +2294,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207451128" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5035,6 +2313,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207201797" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5053,6 +2332,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207466964" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5071,6 +2351,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207506160" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5089,6 +2370,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207519127" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5107,6 +2389,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207467162" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5125,6 +2408,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216773026" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5143,6 +2427,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207535557" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5161,6 +2446,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207448356" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5179,6 +2465,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207494678" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5197,6 +2484,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207521206" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5215,6 +2503,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0697609152" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5233,6 +2522,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207463402" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5251,6 +2541,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207499430" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5269,6 +2560,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207453207" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5287,6 +2579,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207453405" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5305,6 +2598,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207436775" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5323,6 +2617,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207432520" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5341,6 +2636,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207460432" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5359,6 +2655,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207464093" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5377,6 +2674,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207448851" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5395,6 +2693,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207464192" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5413,6 +2712,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207525956" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5431,6 +2731,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207533082" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5449,6 +2750,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207514474" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5467,6 +2769,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207456076" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5485,6 +2788,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207447663" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5503,6 +2807,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207449346" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5521,6 +2826,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207432124" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5539,6 +2845,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0682844465" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5557,6 +2864,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5575,6 +2883,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0505849852" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5593,6 +2902,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0266559859" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5611,6 +2921,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0500927893" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5629,6 +2940,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0500913839" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5647,6 +2959,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212212541" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5665,6 +2978,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207533874" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5683,6 +2997,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212171860" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5701,6 +3016,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212240651" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5719,6 +3035,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212190072" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5737,6 +3054,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212169781" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5755,6 +3073,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207832792" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5773,6 +3092,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0266559859" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5791,6 +3111,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212334582" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5809,6 +3130,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207691252" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5827,6 +3149,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212334582" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5845,6 +3168,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207691252" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5863,6 +3187,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0697663491" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5881,6 +3206,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212248173" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5899,6 +3225,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212195418" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5917,6 +3244,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212212244" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5935,6 +3263,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212170672" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5953,6 +3282,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212188488" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5971,6 +3301,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0697663986" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -5989,6 +3320,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212237483" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -6007,6 +3339,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212204326" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -6025,6 +3358,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212185817" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -6043,6 +3377,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212179877" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -6061,6 +3396,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212223627" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -6079,6 +3415,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212194131" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -6097,6 +3434,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207463402" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -6115,6 +3453,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207832792" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -6133,6 +3472,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207528035" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -6151,6 +3491,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212221548" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -6169,6 +3510,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212222340" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -6187,6 +3529,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212209373" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -6205,6 +3548,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212175523" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -6223,6 +3567,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212213729" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -6241,6 +3586,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207431332" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -6259,6 +3605,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207528629" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -6277,6 +3624,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207491215" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -6295,6 +3643,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207530609" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -6313,6 +3662,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207491413" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -6331,6 +3681,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207832792" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -6349,6 +3700,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216769165" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -6367,6 +3719,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212212541" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -6385,6 +3738,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212330822" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -6403,6 +3757,7 @@ INSERT { ?participant adms:identifier ?idParticipant . ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207832792" . + FILTER EXISTS { ?participant a besluit:Bestuurseenheid . } ?association adms:identifier ?idAssociation . ?idAssociation skos:notation "KBO nummer" ; @@ -6411,4 +3766,3 @@ INSERT { FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) } } -; From 369a2ad483d646062caa3d889e3ce553bbacc858 Mon Sep 17 00:00:00 2001 From: mirdono Date: Mon, 13 May 2024 17:27:53 +0200 Subject: [PATCH 11/29] feat: import core data for private ocmw associations --- ...933-import-private-ocmw-associations.graph | 1 + ...71933-import-private-ocmw-associations.ttl | 2182 +++++++++++++++++ ...odies-for-private-ocmw-associations.sparql | 169 ++ 3 files changed, 2352 insertions(+) create mode 100644 config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171933-import-private-ocmw-associations.graph create mode 100644 config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171933-import-private-ocmw-associations.ttl create mode 100644 config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171934-create-governing-bodies-for-private-ocmw-associations.sparql diff --git a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171933-import-private-ocmw-associations.graph b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171933-import-private-ocmw-associations.graph new file mode 100644 index 00000000..c74098f2 --- /dev/null +++ b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171933-import-private-ocmw-associations.graph @@ -0,0 +1 @@ +http://mu.semte.ch/graphs/administrative-unit \ No newline at end of file diff --git a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171933-import-private-ocmw-associations.ttl b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171933-import-private-ocmw-associations.ttl new file mode 100644 index 00000000..0e464fda --- /dev/null +++ b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171933-import-private-ocmw-associations.ttl @@ -0,0 +1,2182 @@ + + @prefix xsd: . + @prefix mu: . + @prefix persoon: . + @prefix ext: . + @prefix person: . + @prefix session: . + @prefix foaf: . + @prefix besluit: . + @prefix ere: . + @prefix mandaat: . + @prefix org: . + @prefix dcterms: . + @prefix generiek: . + @prefix skos: . + @prefix dc_terms: . + @prefix regorg: . + + a ; + mu:uuid "241b75e8-3891-42cc-a415-f38f93ce1229" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "1489fbc5-b390-4dc1-b207-24d4a810dae2" . + + + a ; + mu:uuid "9c780ff8-4927-423c-ae35-6f4bfef882a6" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "9a192ea6-e09c-47ca-a3de-187ba934fc25" ; + "0696665975" . + + . + + a ; + mu:uuid "eac230e6-875c-4522-a84b-13a623d15c76" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "a4124ab6-e449-4023-a85a-1cc3a2e406b5" ; + "Primary" . + + a ; + mu:uuid "c6417b98-f97d-409d-8afd-518617a55fb3" ; + "Secondary" . + + a ; + mu:uuid "d3bd77cc-ccdd-49bf-afba-204cc92d787f" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "d0d3f76d-eb14-431b-ae8d-f72a4dff7919" ; + org:classification ; + skos:prefLabel "WoonZorgGroep Arendonk" ; + regorg:legalName "WoonZorgGroep Arendonk" ; + ; + ; + . + + a ; + mu:uuid "4efd4915-6d3f-47f7-b95c-9016cb5e798f" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "029f5dd1-6e55-44a3-a98a-a657216c0a23" . + + + a ; + mu:uuid "899daf94-dfb6-4fa7-8c82-987763ba550b" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "fafc7532-9c4e-4134-be12-c3275fe5dfcf" ; + "0696899963" . + + . + + a ; + mu:uuid "68ff7b83-0889-4e0e-bac1-9e0064e06d8e" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "f564107d-25a8-4862-b33a-c2026677c854" ; + "Primary" . + + a ; + mu:uuid "7055ecdf-9752-4af4-9ea1-6e57db112117" ; + "Secondary" . + + a ; + mu:uuid "aea623b3-899c-42db-a52f-075772ca5649" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "a498193c-0386-4e8d-8e2f-d28e81e8714c" ; + org:classification ; + skos:prefLabel "vzw WoonZORG Wuustwezel" ; + regorg:legalName "vzw WoonZORG Wuustwezel" ; + ; + ; + . + + a ; + mu:uuid "20428a41-769c-4c92-a10b-b3b3eb5531a0" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "cbd8002b-5762-428e-9c38-f5eeb1f99c0e" . + + + a ; + mu:uuid "9f9d3eb9-521d-419a-9d64-fdc10705080a" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "435730b2-4328-497d-a78a-28751b3c7742" ; + "0212165922" . + + . + + a ; + mu:uuid "a3a9932d-0b81-4b6e-aaa8-34e2687af2f6" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "61ddbc77-6f28-40bd-8f4b-11d0a857211d" ; + "Primary" . + + a ; + mu:uuid "faba6594-02f3-473f-aacb-3f8dc3368164" ; + "Secondary" . + + a ; + mu:uuid "fda1fbe8-a7da-4153-bfef-3a180f5a59e2" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "8933fdf1-a675-4bfa-8a82-ba4c9307f63e" ; + org:classification ; + skos:prefLabel "vzw De Linde" ; + regorg:legalName "vzw De Linde" ; + ; + ; + . + + a ; + mu:uuid "6fd0fc3e-7a83-43be-9f1a-9d570b740f05" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "184bd268-8170-4212-8bc7-0a13c9e2c20d" . + + + a ; + mu:uuid "0885440e-3a0b-4786-b362-7cadb692b018" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "9ccb74bc-e524-4d0f-b2cb-653894ed38a4" ; + "0698838775" . + + . + + a ; + mu:uuid "658ae161-2c66-4223-9d84-23e1c4d4f472" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "ac20e4e0-50d5-4c11-878a-28e569d7aa1f" ; + "Primary" . + + a ; + mu:uuid "4bed93cd-5a72-402f-a205-957790dd4c96" ; + "Secondary" . + + a ; + mu:uuid "2b49ca0c-9494-4bb0-aeec-09dc8ab7580b" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "5932b1bd-a9f3-4f4a-af1e-ee6bff3f6e7a" ; + org:classification ; + skos:prefLabel "'t Heuverveld vzw" ; + regorg:legalName "'t Heuverveld vzw" ; + ; + ; + . + + a ; + mu:uuid "7e8b9673-f132-443a-b648-b597111ecaf3" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "15224b05-b172-4f71-97da-4498c4707f5b" . + + + a ; + mu:uuid "a55b9caa-3990-48c0-9ae2-dfb0391f1de9" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "df691358-1cf0-45c2-908d-477959441a16" ; + "0712777279" . + + . + + a ; + mu:uuid "dc7f6f13-7d84-4584-9520-fc52efde96b3" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "1e15e13c-ee67-4aa4-9c21-baf0403bf64a" ; + "Primary" . + + a ; + mu:uuid "7770a967-be29-4e52-8763-8f81452f47bb" ; + "Secondary" . + + a ; + mu:uuid "ebdb4c2d-56d1-4ab7-8355-43aee839c347" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "77f432c2-77d0-4cc3-9f1b-c0196d0df74c" ; + org:classification ; + skos:prefLabel "Buurtrestaurant 't Vondel vzw" ; + regorg:legalName "Buurtrestaurant 't Vondel vzw" ; + ; + ; + . + + a ; + mu:uuid "79e7d7c7-7909-4387-aca4-093f99283982" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "9ace37c1-2e6f-42c0-aa77-fd184ae405ec" . + + + a ; + mu:uuid "60623c40-86ec-4c42-b224-6d62848c36db" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "68312a19-b49d-4611-9035-badb542cac84" ; + "0735627214" . + + . + + a ; + mu:uuid "b6918954-7242-49f5-a1d4-a2c34b9858e9" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "90c1b023-743e-4290-a2ba-1a44d48a0213" ; + "Primary" . + + a ; + mu:uuid "957c0c4e-f738-475b-aef7-10ad3b555930" ; + "Secondary" . + + a ; + mu:uuid "3541a006-0691-4ac1-b8dc-a10b604cd8e1" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "c7352dd6-26a3-4d20-b650-80b8fe358161" ; + org:classification ; + skos:prefLabel "De Zonnewende" ; + regorg:legalName "De Zonnewende" ; + ; + ; + . + + a ; + mu:uuid "a8b41018-30fd-4bf6-ac76-919486def9f6" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "b837c0e1-3920-4276-95c4-3e4adc6e4912" . + + + a ; + mu:uuid "458557cc-7bef-494b-bf8c-ce5afcbd2849" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "1ce68f26-5e7a-4356-bfeb-398e20d1f3c1" ; + "0462239939" . + + . + + a ; + mu:uuid "ba0ab2a0-2cff-41e4-8899-0621fef2f86c" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "44db7f7f-faa5-41e4-83e8-78071a32e3c0" ; + "Primary" . + + a ; + mu:uuid "2ce92af5-085e-49f9-a764-6ff7aa64f954" ; + "Secondary" . + + a ; + mu:uuid "bb3313ac-ca78-46e2-b010-0ea85ef83c93" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "8234cbf3-de48-464c-87fa-45bbda71399f" ; + org:classification ; + skos:prefLabel "Dienstencheque-onderneming Duffel" ; + regorg:legalName "Dienstencheque-onderneming Duffel" ; + ; + ; + . + + a ; + mu:uuid "64e7d5fd-3d31-4c79-a255-234121bf1280" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "81e3fbe7-abcf-4f34-bc02-ec9404ee6aab" . + + + a ; + mu:uuid "4fcc392f-9ae8-46ce-be74-8d7b4bb27462" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "bbd4d3cf-cf91-4672-99f5-d4ca1cb601ed" ; + "0881291322" . + + . + + a ; + mu:uuid "f0f39a96-a1d3-4c68-bbbe-0316ff73260e" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "0ecd54f3-1df2-4b45-a63e-55d48450b137" ; + "Primary" . + + a ; + mu:uuid "02f5b2cc-5676-405d-aa41-34a265ef3512" ; + "Secondary" . + + a ; + mu:uuid "5f02b6c8-e9fd-46fc-bd6f-2c08b0e51274" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "88b7236f-4a06-42b2-a406-23d4cc4bd36a" ; + org:classification ; + skos:prefLabel "Verenigde Ziekenhuizen van Waas en Durme vzw (voorheen A.Z. Nikolaas vzw)" ; + regorg:legalName "Verenigde Ziekenhuizen van Waas en Durme vzw (voorheen A.Z. Nikolaas vzw)" ; + ; + ; + . + + a ; + mu:uuid "00845ae5-8b30-4e84-b198-5788f1e9164b" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "b8e6be2a-d0f4-441f-86dd-fe63f8c1d272" . + + "851" . + + a ; + mu:uuid "c04e46bd-73b1-4704-8c42-c624b5db17dd" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "c168bee1-2ab5-46b9-89ed-99ccadb18afe" ; + "0262925527" . + + . + + a ; + mu:uuid "fd3d91a7-0408-4a19-86e7-107335f9f56e" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "63f5ba33-a378-485a-aced-b012fe6770f2" ; + "Primary" . + + a ; + mu:uuid "462531b3-07b2-4ece-8a6a-fa1819b2d256" ; + "Secondary" . + + a ; + mu:uuid "7837a3ee-b750-4922-a48b-5204d2288cd4" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "2084d3d8-950c-437e-b292-cb5a2d820993" ; + org:classification ; + skos:prefLabel "Wieltjesgracht" ; + regorg:legalName "Wieltjesgracht" ; + ; + ; + . + + a ; + mu:uuid "a1604cc1-5c72-4650-8a52-718de37e6a5d" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "b6113a33-8311-4ee9-91ec-6331a675a19b" . + + + a ; + mu:uuid "1f2aca7d-f52e-4035-a1ec-0a257dd892a0" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "50c9e099-934f-4af4-906c-cc9ac66fa088" ; + "0505931808" . + + . + + a ; + mu:uuid "8d813d8d-d0c3-4e57-aac7-7acf8deeaf3e" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "5c2c7b35-4065-4338-8d91-d9fd3f51e40c" ; + "Primary" . + + a ; + mu:uuid "543db562-5c72-436a-bf04-e17c2edc6e62" ; + "Secondary" . + + a ; + mu:uuid "2c6b35f7-174f-4184-80c1-8fd94171e321" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "16a28f2b-092b-4df4-82c1-791754833b21" ; + org:classification ; + skos:prefLabel "AZ Delta" ; + regorg:legalName "AZ Delta" ; + ; + ; + . + + a ; + mu:uuid "375f5150-0fe4-48fe-a1f1-c1e6404acb20" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "ca363ecf-5a6b-492b-a3e7-bdd9e58ff854" . + + + a ; + mu:uuid "e7f6b29d-afb2-404f-ac99-856f618c7723" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "ba33df1e-cec3-459d-a6b7-4e44ba015791" ; + "0862382656" . + + . + + a ; + mu:uuid "e73debc7-8ea4-4c9c-94c8-23e95b3a2d82" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "70f8accb-ceed-4b7c-834a-0c8139ff8cf3" ; + "Primary" . + + a ; + mu:uuid "2702ad74-423a-41e1-9e97-6f925df2c36f" ; + "Secondary" . + + a ; + mu:uuid "f767f831-32dc-46e3-bc3b-480dd5d19f86" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "529b1378-d899-4ff3-b5f2-705a3be77896" ; + org:classification ; + skos:prefLabel "Het Ziekenhuisnetwerk Antwerpen (ZNA) vzw" ; + regorg:legalName "Het Ziekenhuisnetwerk Antwerpen (ZNA) vzw" ; + ; + ; + . + + a ; + mu:uuid "ddd6b6bf-eff3-4f99-b9cb-1c2b81e45106" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "672e5530-3ac5-4c31-bcdc-98bf0bba426b" . + + + a ; + mu:uuid "1d198490-da1a-4267-9c7f-c628c661f4e4" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "7f4a0e05-1833-468e-93b4-0b3e73d5eb32" ; + "0738896510" . + + . + + a ; + mu:uuid "2071d099-7904-4b8d-a1db-f817fb2e811f" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "05d1b560-9602-4da0-90ed-2187416082b3" ; + "Primary" . + + a ; + mu:uuid "b8b61cdd-3430-4e17-a389-d94bda562890" ; + "Secondary" . + + a ; + mu:uuid "adb29e20-50da-4d0f-ab6a-f4aa68ada193" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "160be9b1-e3e3-49d3-9cf7-6aff48f17af1" ; + org:classification ; + skos:prefLabel "Ter Luchte" ; + regorg:legalName "Ter Luchte" ; + ; + ; + . + + a ; + mu:uuid "c1742062-2514-421a-89db-334dc40fd660" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "7305a56b-6368-4ae1-ae3f-ba31cc4cf18e" . + + + a ; + mu:uuid "bf041f69-5bc1-4b11-8a90-b8ac7cc13100" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "e914a7db-489f-4bcd-a92e-7217a01a3f2f" ; + "0821142117" . + + . + + a ; + mu:uuid "8fc4717b-e163-4df4-b32d-747cb7c0dcf5" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "8b476dc2-e1cb-45a3-8df8-80c268baa262" ; + "Primary" . + + a ; + mu:uuid "25eb04cb-5c82-422f-a7c1-9e9d6716d3dc" ; + "Secondary" . + + a ; + mu:uuid "b816289b-8bcf-4b36-a400-abcac7d9159e" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "ed24c19b-288e-4cc3-ad26-9b9821cba1ac" ; + org:classification ; + skos:prefLabel "VZW Jessa Ziekenhuis" ; + regorg:legalName "VZW Jessa Ziekenhuis" ; + ; + ; + . + + a ; + mu:uuid "b528a82e-c224-44d3-ba21-326e6254da9a" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "cf855211-4444-4d18-bfad-343087a1bb75" . + + + a ; + mu:uuid "80364b43-5c76-4690-b3be-fc38c281f427" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "0be7abbd-c7f2-480f-a6bb-a4794823730d" ; + "0897191602" . + + . + + a ; + mu:uuid "4290da8f-ae73-4181-98af-bd9df9f27684" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "dc17df27-2dfd-43c3-9d5e-94ce15ee33cf" ; + "Primary" . + + a ; + mu:uuid "a531a671-2f07-4a42-baf4-7db4f7733403" ; + "Secondary" . + + a ; + mu:uuid "2120d2c8-b994-47a2-bdb6-15c97d703a7a" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "c0b24748-c36d-4663-8cc9-daddcf99d688" ; + org:classification ; + skos:prefLabel "AZ Turnhout vzw" ; + regorg:legalName "AZ Turnhout vzw" ; + ; + ; + . + + a ; + mu:uuid "abb2bae3-9ff9-49ae-af0c-72f781f32777" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "0254f982-ea56-48e4-84cc-455ee0422129" . + + + a ; + mu:uuid "c1d0c658-6cd6-410d-bfb7-b10408defa8d" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "0d79628e-90f2-4037-b7e1-3f34fed0ad84" ; + "0821734213" . + + . + + a ; + mu:uuid "789f02ba-3af5-4762-8612-780f73c480fc" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "9ab599eb-4065-43f9-b56e-9c5244b875d4" ; + "Primary" . + + a ; + mu:uuid "318dda05-7a6b-4506-bca8-83ba722b59dc" ; + "Secondary" . + + a ; + mu:uuid "ee42339a-0cc3-46c0-8232-4470bdf9fb92" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "277bf97a-1ac9-4c72-bc5d-7715b4f46d18" ; + org:classification ; + skos:prefLabel "AZ Sint-Elisabeth Herentals" ; + regorg:legalName "AZ Sint-Elisabeth Herentals" ; + ; + ; + . + + a ; + mu:uuid "c6f93d59-a1e1-45b8-9269-22dd66eda2c0" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "a8a09c67-47a5-4768-b86f-5a1012d917b6" . + + + a ; + mu:uuid "168212fa-b564-4ed8-9d34-f99a9ca5b0f7" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "7b9087de-e51e-4f4f-8154-f35445041d01" ; + "0870757023" . + + . + + a ; + mu:uuid "85d8595b-7e5c-4608-ba74-907522bea735" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "ca0a97d3-5e10-4577-a989-07d78aaeda93" ; + "Primary" . + + a ; + mu:uuid "bc58911c-bcb7-470c-add7-bdbb10dabb26" ; + "Secondary" . + + a ; + mu:uuid "97a4d765-7299-4a89-9eb5-9592d559ada7" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "48e5761d-d3e6-4c1b-9698-9146f459eb10" ; + org:classification ; + skos:prefLabel "AZ Oudenaarde vzw" ; + regorg:legalName "AZ Oudenaarde vzw" ; + ; + ; + . + + a ; + mu:uuid "9661e993-6e08-464f-9737-8df44b8a9069" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "c4c63561-952d-4a33-9ab3-991d309a89db" . + + + a ; + mu:uuid "2dfef5d0-1bef-4f25-bb30-29dc0a3a96e4" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "ba7ec4db-2130-4c72-884b-d57b776822da" ; + "0475777476" . + + . + + a ; + mu:uuid "feaab270-a743-4097-810f-9fde2bd81180" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "11003c56-d461-41e6-8a68-92ecf1791ee1" ; + "Primary" . + + a ; + mu:uuid "0283ba07-4746-487e-b4f2-c7f04f14e768" ; + "Secondary" . + + a ; + mu:uuid "2814eb07-0d1f-4ccb-b551-8b0b24d3d0b8" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "a6ea1010-dce5-4188-a905-7f5b2466fe8f" ; + org:classification ; + skos:prefLabel "vzw Ziekenhuis Maas en Kempen" ; + regorg:legalName "vzw Ziekenhuis Maas en Kempen" ; + ; + ; + . + + a ; + mu:uuid "a6c059f7-923b-467b-a44c-28194c995cc4" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "6813ec46-45e4-41b9-8bdc-b31bcd250911" . + + "1376" . + + a ; + mu:uuid "24683d62-7e27-44c1-a7b6-78479f93efd8" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "033f38ff-8c15-4b38-8bb1-edf0b3c62626" ; + "0267386438" . + + . + + a ; + mu:uuid "fcda9c5a-f764-48f6-be77-7ddae6519eef" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "4b613126-fe2b-4d62-aef6-e2878ae32e03" ; + "Primary" . + + a ; + mu:uuid "6eec4946-ed8c-4622-ae1f-1eb81df40564" ; + "Secondary" . + + a ; + mu:uuid "08213cad-932e-426b-a58a-1ccbc7362f98" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "5e011e1b-d8ae-419e-a522-65bbacfafa49" ; + org:classification ; + skos:prefLabel "AZ Jan Portaels" ; + regorg:legalName "AZ Jan Portaels" ; + ; + ; + . + + a ; + mu:uuid "88d4c423-3ce1-4915-a9c6-a2fd013a13f3" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "87e75eaf-64a5-4298-bd98-ee74c43f6cc5" . + + + a ; + mu:uuid "a25213db-28b7-4b82-ba3e-13258471cb8b" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "d46f58b7-cb41-4c9f-94e4-400f33750866" ; + "0472222625" . + + . + + a ; + mu:uuid "18ba4c05-abd1-4559-b3a6-57d25f2aed2f" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "a73c201e-7183-4ec0-b3ed-7001bd42d2a0" ; + "Primary" . + + a ; + mu:uuid "e85145bb-7fd0-4a40-91cb-bfca3c2ef151" ; + "Secondary" . + + a ; + mu:uuid "639eea5b-12cb-4e44-9d94-386ddbace337" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "d325b82e-86c6-4926-ae3c-426cbc6cb539" ; + org:classification ; + skos:prefLabel "AZ Groeninge" ; + regorg:legalName "AZ Groeninge" ; + ; + ; + . + + a ; + mu:uuid "b144234d-f88e-48ef-90e8-476dfaa3a484" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "8bd4a47b-3de6-4409-8f7f-296b21419045" . + + + a ; + mu:uuid "de097245-93d4-4d59-8690-f4838e19dbfa" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "901f15c0-108d-416d-b8ef-ca969908b761" ; + "0883325451" . + + . + + a ; + mu:uuid "f1d53efa-1909-42a6-82be-ddbd2d4a9eec" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "3c236088-ce83-43fb-801c-59af3135f2d3" ; + "Primary" . + + a ; + mu:uuid "9240ff62-ade1-4795-9e01-4838ebeb3ea6" ; + "Secondary" . + + a ; + mu:uuid "3ad6522e-288b-48e6-b06c-ed34ad29713d" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "ad6a5fa3-52a2-40e8-a17b-348ad7b0b6b9" ; + org:classification ; + skos:prefLabel "Het Pareltje" ; + regorg:legalName "Het Pareltje" ; + ; + ; + . + + a ; + mu:uuid "64ad0e7a-ed19-40ff-9e9e-c9bb5ad00ff0" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "6c1a263b-d765-4931-a357-99f09876267f" . + + + a ; + mu:uuid "0914264f-3af8-4bd1-b264-4c9a08308a2d" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "821b269e-3683-4bf3-9494-f6835359e9d2" ; + "0865013039" . + + . + + a ; + mu:uuid "40340f20-8f09-41b2-b1b3-a464f13ccee8" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "93d556ca-2611-4c48-b412-c3a64f85a0de" ; + "Primary" . + + a ; + mu:uuid "13dc2689-9ae5-4e85-bb84-486be603a626" ; + "Secondary" . + + a ; + mu:uuid "ad78def9-fb57-4899-a363-737e9b3b78f0" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "2d938e72-3216-4d8c-b3c8-cc6553b7e346" ; + org:classification ; + skos:prefLabel "Sociaal Verhuurkantoor 'De Woonkans vzw'" ; + regorg:legalName "Sociaal Verhuurkantoor 'De Woonkans vzw'" ; + ; + ; + . + + a ; + mu:uuid "20d2f512-68a4-4e48-8676-58692411b5a9" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "f8c43e12-0b5b-4ed5-aace-1c1a597c872f" . + + + a ; + mu:uuid "d4a945a7-dd21-4542-951e-97ad7a3459e9" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "f71f7a44-5d66-49eb-902e-ad83f4c36378" ; + "0865010069" . + + . + + a ; + mu:uuid "e366dcb5-719b-40ac-8f52-b966f6630b20" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "a665a971-76e5-4b38-aeda-0aaa6e404eba" ; + "Primary" . + + a ; + mu:uuid "1ab67e69-ac1e-4277-a124-62368c6c7dca" ; + "Secondary" . + + a ; + mu:uuid "16ab960f-42cc-4786-8d26-85aada965761" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "22bd9ac2-af0c-4686-a015-87ee12494bcf" ; + org:classification ; + skos:prefLabel "SVK Mechelen" ; + regorg:legalName "SVK Mechelen" ; + ; + ; + . + + a ; + mu:uuid "470dcabd-f62e-4882-9af0-367c45fa0358" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "7d738a5f-3d4d-4455-a867-ac5a28861854" . + + + a ; + mu:uuid "c648f3fb-b923-4584-9791-389fc076927b" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "8922959f-b9d8-47c6-abbc-d3d5cf3cc633" ; + "0473360790" . + + . + + a ; + mu:uuid "15b7015d-c9be-4d29-ab7c-6849f18510a9" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "eff91a0e-8f8e-46d1-933a-2766c2ca5020" ; + "Primary" . + + a ; + mu:uuid "31ff288a-a353-4155-98c4-ea5adc685315" ; + "Secondary" . + + a ; + mu:uuid "8b3d74ec-1e8c-40bb-97fb-cfcaf233b7bc" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "4281e737-c3c5-40b7-b0c9-46801c3dddca" ; + org:classification ; + skos:prefLabel "Sociaal verhuurkantoor Onderdak" ; + regorg:legalName "Sociaal verhuurkantoor Onderdak" ; + ; + ; + . + + a ; + mu:uuid "1d1eb639-1214-4cc9-9fb9-9398e2ea769e" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "f50f3bd5-e957-416a-8b80-73bba6f5ddff" . + + + a ; + mu:uuid "60228a9c-8d47-4d3a-bda2-e856c36c76c4" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "37924b47-7ec0-4889-b842-a234922b4c8d" ; + "0871619135" . + + . + + a ; + mu:uuid "38f5d530-2a4f-4f7e-85af-f10a8dd70852" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "51161b26-3207-48c1-a68f-c4c78dad5305" ; + "Primary" . + + a ; + mu:uuid "a5084879-e706-46d7-a88e-c2224463e7fe" ; + "Secondary" . + + a ; + mu:uuid "a5e2ece1-372f-4501-8780-621060c64b15" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "6b54cfdd-1f24-4038-9595-5cd52b68ea46" ; + org:classification ; + skos:prefLabel "vzw Woon- en Zorgcentrum Ter Kempen" ; + regorg:legalName "vzw Woon- en Zorgcentrum Ter Kempen" ; + ; + ; + . + + a ; + mu:uuid "0b3577a5-8b37-4b5f-944b-6346c9679589" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "d29c3357-ee85-4002-8e6f-a7acf8baa37a" . + + + a ; + mu:uuid "2d64f397-f706-4a68-9c95-13a2eaf84b91" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "4596865d-b5c3-444b-915b-493763069204" ; + "0870855409" . + + . + + a ; + mu:uuid "2f083d2a-0c1b-4c27-95d4-5e4c80662d10" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "f8640c8e-fa25-44bc-a2c5-ba5980831f81" ; + "Primary" . + + a ; + mu:uuid "c9fe6aed-6fc7-41e5-bb47-251508099f23" ; + "Secondary" . + + a ; + mu:uuid "46c241c5-13c5-4dc0-9927-70350b04e98f" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "6ee0bf25-3381-46a4-9cab-0d691941b693" ; + org:classification ; + skos:prefLabel "vzw Woon- en Zorgcentrum Zoersel" ; + regorg:legalName "vzw Woon- en Zorgcentrum Zoersel" ; + ; + ; + . + + a ; + mu:uuid "0727ede7-ef3b-4a98-8f82-9d2679cec802" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "7be1b94c-79a0-4a03-a0b4-b4abeb1dfcaf" . + + + a ; + mu:uuid "2c9b177c-a799-47b0-af99-1fc5052ff618" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "d8c20fbb-55c3-44bc-bbd5-a99884008c2e" ; + "0632607670" . + + . + + a ; + mu:uuid "eda43083-eff2-4aa6-b78c-09c58812e8a7" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "3aae7e96-19b6-453c-a59c-888787779229" ; + "Primary" . + + a ; + mu:uuid "fb5a2fd8-72f5-485e-b899-f28701fc39dc" ; + "Secondary" . + + a ; + mu:uuid "d3268ac4-d839-41aa-8d8d-de8d3b8fc190" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "9ec6f11d-fbd5-46ef-a0ab-6130df64f5b9" ; + org:classification ; + skos:prefLabel "Sense Mortsel VZW" ; + regorg:legalName "Sense Mortsel VZW" ; + ; + ; + . + + a ; + mu:uuid "260e8fed-8f1b-4025-a363-b23c97d8d2bc" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "d8979410-faa9-4bde-9cf7-0112275333e9" . + + + a ; + mu:uuid "3df04288-c167-4a88-a36d-e964565ad9ea" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "8f301337-0c97-4022-afa0-fd6a70f0cae4" ; + "0887953044" . + + . + + a ; + mu:uuid "0bb01ab5-1a84-44b7-9441-541c23381278" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "2a40c9c9-60c3-4cc7-89ee-8224c0f50700" ; + "Primary" . + + a ; + mu:uuid "b6d31ead-4e43-471c-b2a4-01f56c56d492" ; + "Secondary" . + + a ; + mu:uuid "2aed13b8-1db1-4b20-8fb8-9b3cdfecb47b" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "d42c86e5-7dc3-4921-876d-8b5a5c240ecd" ; + org:classification ; + skos:prefLabel "OPPORTUNITAS dienstenbedrijf Noord-Limburg" ; + regorg:legalName "OPPORTUNITAS dienstenbedrijf Noord-Limburg" ; + ; + ; + . + + a ; + mu:uuid "21910ff8-e4c1-453e-b4be-8228057f30ff" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "e103aabb-20b2-4545-8427-63d6a563d794" . + + + a ; + mu:uuid "581344b2-b072-4419-9da6-019d855949ab" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "5b6886df-d5ea-42c0-ac35-9613bd5e9119" ; + "0838654674" . + + . + + a ; + mu:uuid "1757c716-0eec-47b2-a8ed-63ce6c15bcc2" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "96d2529c-a6dc-4550-b6c1-f1f31174a0fa" ; + "Primary" . + + a ; + mu:uuid "3a93c91e-5485-4d00-97b1-6541c157e38e" ; + "Secondary" . + + a ; + mu:uuid "0b299472-0841-4877-8abc-f01ad3f4c5bd" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "9645c745-e850-41f8-9c5a-de7503bc1ee8" ; + org:classification ; + skos:prefLabel "vzw Woonzorg Lanaken" ; + regorg:legalName "vzw Woonzorg Lanaken" ; + ; + ; + . + + a ; + mu:uuid "6bf0cd9e-ce2d-4dc2-bf86-97d9bbf1cc44" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "1e8c7404-1d70-4b72-aac4-302315b31df4" . + + + a ; + mu:uuid "533112a3-ed01-4f46-9b51-2e11d689b600" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "c7e245be-8de4-4c7b-a1a8-5dcad54e5747" ; + "0471364174" . + + . + + a ; + mu:uuid "8d4bf2f3-6807-4f98-a430-6238a7a4d845" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "1ce79abe-4d55-47c7-8b99-d7a0b917ad6b" ; + "Primary" . + + a ; + mu:uuid "cab42bfe-5e36-4191-b2d8-825d8f3bcaa1" ; + "Secondary" . + + a ; + mu:uuid "eb318842-5f1a-4af4-9bd8-a4e2823d74c6" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "cf0ade2c-8599-450f-9947-36df47e8e93a" ; + org:classification ; + skos:prefLabel "Ahasverus" ; + regorg:legalName "Ahasverus" ; + ; + ; + . + + a ; + mu:uuid "c1ac9d25-95ef-455b-be74-c29e0622e27d" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "e06b4002-1df8-4b20-adf5-5a8e3d441ee5" . + + + a ; + mu:uuid "10516c70-917f-4d35-b31a-872418d55fe9" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "104e03e6-0221-4a20-9719-1895f71cfe37" ; + "0861157387" . + + . + + a ; + mu:uuid "cb3a5068-6c0d-46bd-bb75-2eea7f89e174" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "4f8b3d31-5a89-45ba-ae05-8e259563d995" ; + "Primary" . + + a ; + mu:uuid "4dfc3e3b-6bd1-4e88-a027-0218b5df93ba" ; + "Secondary" . + + a ; + mu:uuid "65d38546-c6b3-4581-b646-924b6c639a40" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "2cfea513-5740-479d-813e-42c20592fb6f" ; + org:classification ; + skos:prefLabel "Woonzorgcentrum d'Eycken Brug" ; + regorg:legalName "Woonzorgcentrum d'Eycken Brug" ; + ; + ; + . + + a ; + mu:uuid "21559ad7-f966-4f2d-b970-163b2b6a8359" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "373e448b-d93a-450e-a7f8-59f74e880b85" . + + + a ; + mu:uuid "2a9784d7-696a-4a7c-a5d9-7c2da65f6293" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "e3902e2e-49d4-4b7b-827d-dfcdb587af8d" ; + "0476803795" . + + . + + a ; + mu:uuid "9260e082-e80d-4d6e-941e-32ad5aff66dd" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "34c4b852-06ba-4ab9-94b8-99a72cbad251" ; + "Primary" . + + a ; + mu:uuid "bdd075c3-e74b-4877-a2da-3743662e5a91" ; + "Secondary" . + + a ; + mu:uuid "a7649c57-ad6b-4135-8791-315c57159dbd" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "5e7fc9cf-7fd7-448b-86b2-bd7a1c9777e7" ; + org:classification ; + skos:prefLabel "vzw Buurtbedrijf Drietakt" ; + regorg:legalName "vzw Buurtbedrijf Drietakt" ; + ; + ; + . + + a ; + mu:uuid "15826276-8c6e-4fa1-ad7d-f17b5c6bbd22" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "5390b296-3adc-4aff-99e7-83c4be5be9c4" . + + + a ; + mu:uuid "6c95b084-9b2f-467e-88c0-d75216dfb0b0" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "952349ea-8ece-44df-a43f-e6e949a65915" ; + "0884212804" . + + . + + a ; + mu:uuid "655ca9d2-ce62-43ae-8895-7b6593ec85f2" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "79675179-2e89-4eb3-9a97-6bb77d92d62f" ; + "Primary" . + + a ; + mu:uuid "dedfb84a-b74a-4548-b4ab-ff124fd88f57" ; + "Secondary" . + + a ; + mu:uuid "dfcae92d-ace0-4083-bdf0-5e33e79155f9" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "c2b135e2-bc13-4e8b-bc8b-d2b047e25e61" ; + org:classification ; + skos:prefLabel "SVK Hageland vzw" ; + regorg:legalName "SVK Hageland vzw" ; + ; + ; + . + + a ; + mu:uuid "e66fdd5d-3910-42ba-b24f-ff7502d9df85" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "28ce0270-a4e6-486c-b3f1-2afbf42556ff" . + + + a ; + mu:uuid "dc2bbdc5-b184-4e04-bc57-e343c8983292" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "77045a69-5228-4ebb-b40e-2bac636caf80" ; + "0848738221" . + + . + + a ; + mu:uuid "bc3451f1-622e-479b-9738-e6fc258a95f0" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "ae08efa6-adab-4dcf-89d3-624f20beefc4" ; + "Primary" . + + a ; + mu:uuid "6afbbec5-a3ab-4e8b-8fb3-56482f5bebd7" ; + "Secondary" . + + a ; + mu:uuid "46b4eea9-55dc-422f-a833-d5f0340526d0" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "88d49c01-22b9-4cca-bb57-c3747f7fb705" ; + org:classification ; + skos:prefLabel "Woonzorgzone De Kouter vzw" ; + regorg:legalName "Woonzorgzone De Kouter vzw" ; + ; + ; + . + + a ; + mu:uuid "023579b7-5deb-48ab-87cb-a02937b2581e" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "63bddc2b-bd40-4f83-b3d6-58f08fb60ef2" . + + + a ; + mu:uuid "09e97573-f9ea-4236-a7a6-a26997e18c8f" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "1e24385c-361e-4b38-8448-32bdf845d302" ; + "0833161902" . + + . + + a ; + mu:uuid "15eac5c4-18a0-4535-8e27-e2cbf486f69d" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "2b15492c-39d8-4be2-9af4-0ad5d1e5bc02" ; + "Primary" . + + a ; + mu:uuid "24351009-e375-4626-a6aa-de5b6feda7f6" ; + "Secondary" . + + a ; + mu:uuid "9780a182-f9e8-4371-a528-32d080b393b3" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "f26e9a20-bab5-425e-a931-a65767107e0c" ; + org:classification ; + skos:prefLabel "Amphora" ; + regorg:legalName "Amphora" ; + ; + ; + . + + a ; + mu:uuid "44bbcd52-3637-4259-9e74-8be1e8f77b8a" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "362136c6-e721-41c8-81c5-fd944012b8f0" . + + + a ; + mu:uuid "d02ce67f-eb70-4da5-9b47-cc66d26c0a92" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "3c9202f0-0042-4a5e-9313-e9917f1e7b97" ; + "0472751175" . + + . + + a ; + mu:uuid "68625745-98ed-4bd9-b6e4-1693dcfa6c53" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "26013ee0-6c92-4632-9c90-8f142d919be1" ; + "Primary" . + + a ; + mu:uuid "7feb710c-93d3-471f-ad6d-f171265c3e4c" ; + "Secondary" . + + a ; + mu:uuid "4f772361-9590-4cb0-b9bb-9d1e7a5fdfc8" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "6ee9b9e9-d9f2-422c-9ecc-4733f289b0aa" ; + org:classification ; + skos:prefLabel "vzw Mentor" ; + regorg:legalName "vzw Mentor" ; + ; + ; + . + + a ; + mu:uuid "a90c8c90-9a69-4dc7-b90e-77ed0d61f334" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "cf8c0ba3-f78c-493a-8034-2c15366588d1" . + + + a ; + mu:uuid "de15f372-88f4-452c-b32f-5dac1f1263b5" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "108e4377-2d2e-4e40-92fc-0f79c3616409" ; + "0832024923" . + + . + + a ; + mu:uuid "f6f9f80f-273c-46d8-831f-8cbd1b924c20" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "aa230af5-142f-402b-8726-777ba8b09c2c" ; + "Primary" . + + a ; + mu:uuid "796ea022-a635-47d2-af66-4b4b5d029c09" ; + "Secondary" . + + a ; + mu:uuid "02727139-faf3-42c5-9bff-deb84c3f0ae8" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "a7ff2f0a-291c-4ed3-9023-d94986f7c48d" ; + org:classification ; + skos:prefLabel "Zorg en Welzijn Zedelgem" ; + regorg:legalName "Zorg en Welzijn Zedelgem" ; + ; + ; + . + + a ; + mu:uuid "eb77f649-4ec5-4be4-ba0f-512c4a48c9a4" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "6c412b47-129d-4952-9571-e3a68ae8d598" . + + + a ; + mu:uuid "7fc02f52-9741-46d2-99b1-104cb4efd471" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "996eb9e2-7d4d-4f56-9d31-4811661917fd" ; + "0644984078" . + + . + + a ; + mu:uuid "2f82f790-08f0-48a7-8f8f-280848b96c51" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "010f99a9-a142-490e-a063-71638ef11053" ; + "Primary" . + + a ; + mu:uuid "c490552c-f315-4bde-8113-b51cc084b15e" ; + "Secondary" . + + a ; + mu:uuid "96bfda0d-3811-45dc-a5bb-d093635fc55c" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "81326532-5e2f-4555-acc5-e74d4ca7aa03" ; + org:classification ; + skos:prefLabel "Woonzorgcentrum Zilverbos" ; + regorg:legalName "Woonzorgcentrum Zilverbos" ; + ; + ; + . + + a ; + mu:uuid "c6f16d05-30d9-4188-bf63-8507b257ed72" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "cfa1d56f-8869-436e-ac89-b04c04be910b" . + + + a ; + mu:uuid "513b38e8-5611-42c9-b3bd-f4c22ab3a010" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "8e0c244f-7199-44de-9173-46f092fb771e" ; + "0633854022" . + + . + + a ; + mu:uuid "40ec2b49-51ba-40b7-9e27-59cb4b8a3e80" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "42d3c553-5718-4b53-97cd-115be54864a2" ; + "Primary" . + + a ; + mu:uuid "f2dac595-955e-4649-9c29-de238b2928c6" ; + "Secondary" . + + a ; + mu:uuid "bdd23388-952d-488b-9692-8fd69f7a48d6" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "37f9770b-96f9-4544-bc50-a737c0d3bdf6" ; + org:classification ; + skos:prefLabel "Woonzorgcentrum Van Lierde vzw" ; + regorg:legalName "Woonzorgcentrum Van Lierde vzw" ; + ; + ; + . + + a ; + mu:uuid "1d22db6a-957d-4a8d-beaf-1824dc6dfc97" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "4385f2eb-8b37-4391-ad7f-7f7dd2f6f74a" . + + + a ; + mu:uuid "342c9824-d9a2-40fe-a1f5-10847b200ea6" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "41dcd8f4-c975-4c30-b759-379608ff6a32" ; + "0566983014" . + + . + + a ; + mu:uuid "9d269e61-8645-46f1-bc0c-5ba718b04759" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "91ff5564-e2db-4adc-af83-d3f14f196f11" ; + "Primary" . + + a ; + mu:uuid "b79fee8e-8c62-42ae-828b-5a93a3dcbda6" ; + "Secondary" . + + a ; + mu:uuid "14ae2860-7573-4ea6-8608-71efdd4386f6" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "1bc949c7-ffcb-4385-ae5a-c8a70db0cdf1" ; + org:classification ; + skos:prefLabel "Blijvelde woon- en zorgcentrum vzw" ; + regorg:legalName "Blijvelde woon- en zorgcentrum vzw" ; + ; + ; + . + + a ; + mu:uuid "268c566b-e5e0-4c80-978a-1407c8c328dd" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "95ddccf1-c5bc-4b2b-912d-803469e9dc0a" . + + + a ; + mu:uuid "bd1c60c6-9b88-4a3a-9c70-e6d88fe07957" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "632021f0-6b93-41f2-bbe3-e0e0694c7262" ; + "0881602118" . + + . + + a ; + mu:uuid "416fde02-ee49-4632-945c-d240673aaff8" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "61ed5f91-def7-4758-82e7-3aa0430f8fca" ; + "Primary" . + + a ; + mu:uuid "d5f7114c-4cee-40aa-89fe-9651c2671197" ; + "Secondary" . + + a ; + mu:uuid "a034ea7e-3ba0-40b0-89be-89659118bfd2" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "a055e8e5-69bc-46d5-b566-817724230c93" ; + org:classification ; + skos:prefLabel "Sociaal Verhuur Kantoor (SVK) Het Scharnier" ; + regorg:legalName "Sociaal Verhuur Kantoor (SVK) Het Scharnier" ; + ; + ; + . + + a ; + mu:uuid "f0994242-8cce-4526-b9a4-28bb949d38df" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "cad64d79-0a78-4e91-96f7-556664f13cd6" . + + + a ; + mu:uuid "4e47283b-f9f8-4a42-8b69-9ca9a7076ce9" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "45389fca-c318-4408-9bef-7e4e4fff150d" ; + "0799574166" . + + . + + a ; + mu:uuid "be93d904-3c7f-4ce7-8f60-fc99e9246cfd" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "3dc7abb5-9971-40fa-8b6f-5b78d443bd8c" ; + "Primary" . + + a ; + mu:uuid "d778b1f7-de15-46ff-9c95-ed0ef697eba7" ; + "Secondary" . + + a ; + mu:uuid "605605fc-3744-4b72-9c0d-9235cfbeb7f3" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "908e6925-cd05-47f7-9f1c-fea1e53e2c6e" ; + org:classification ; + skos:prefLabel "Trefpunt Zorg" ; + regorg:legalName "Trefpunt Zorg" ; + ; + ; + . + + a ; + mu:uuid "c414a6bf-5408-430a-b844-2f43621595a3" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "6ed0b324-213e-4b46-96a7-23ec5023b5f3" . + + + a ; + mu:uuid "251e132f-a707-41cb-bd01-8aed581f5ee8" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "a6e0043e-e116-4416-9ed8-9ededc2aa9a9" ; + "0800023336" . + + . + + a ; + mu:uuid "0c820fb3-9336-45dc-938a-0bc7b7f227e5" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "1e7c0452-565e-4555-bc5b-35e1e89b9062" ; + "Primary" . + + a ; + mu:uuid "dad900ef-aa50-4f80-b430-0a8f497ff84f" ; + "Secondary" . + + a ; + mu:uuid "1fc11702-b4cf-4d38-b6c6-51ccf0f7fb3c" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "4cd56af5-3b23-421d-9324-59df32f88916" ; + org:classification ; + skos:prefLabel "AZ Oostende" ; + regorg:legalName "AZ Oostende" ; + ; + ; + . + + a ; + mu:uuid "227f56ac-d935-4fba-9ecc-618cf2ec57e6" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "44e0a685-d098-4f87-ae3d-9fc111624d79" . + + "1379" . + + a ; + mu:uuid "15837b80-da86-4c5e-9db8-5291aaffaa2f" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "2c70c204-f580-4665-9815-e2920cb1b33e" ; + "0729523736" . + + . + + a ; + mu:uuid "069a4798-94f9-4073-92c5-adfd061cda15" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "f84a6cfb-4b19-47b8-84fb-0d76dab4e0da" ; + "Primary" . + + a ; + mu:uuid "3b3b0788-d7b9-485e-aebd-4a9f2c37b993" ; + "Secondary" . + + a ; + mu:uuid "4204b9b6-3768-4ccf-bbdd-f3b4518f0e99" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "e324c869-8e82-491e-b575-d0164b935fbf" ; + org:classification ; + skos:prefLabel "Fusieziekenhuis OLV-A.S.Z." ; + regorg:legalName "Fusieziekenhuis OLV-A.S.Z." ; + ; + ; + . + + a ; + mu:uuid "c9864536-61f6-41a9-ae10-09452109fb11" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "a3fb3082-3552-40e4-83f4-c2ca9d516358" . + + + a ; + mu:uuid "95db0c18-5b69-4520-bf51-9e4dc48888da" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "1eb57735-e2c7-4746-bb10-6e02b79f21ff" ; + "0867804659" . + + . + + a ; + mu:uuid "942d0a0c-2e37-43a3-bbaf-e0ffee9565dd" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "8ca76b78-4fc9-4523-9107-28dc06829b48" ; + "Primary" . + + a ; + mu:uuid "e353374a-3331-4c73-8d56-dfa83ae48320" ; + "Secondary" . + + a ; + mu:uuid "d1f10262-639f-4fce-b4fd-a55fb83709a4" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "99d4ddba-f2a0-414a-8f48-0351088cf2f1" ; + org:classification ; + skos:prefLabel "Welzijnscampus Gerkenberg vzw" ; + regorg:legalName "Welzijnscampus Gerkenberg vzw" ; + ; + ; + . + + a ; + mu:uuid "b1a5b31e-37af-4c27-9488-72a6e4e413b9" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "e149ff09-3a31-4ccc-9356-d09809cdbdd4" . + + + a ; + mu:uuid "1dbf10fa-372f-4140-a4f0-77b2aba42322" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "c393f577-3da0-4f9a-acdb-6606b5fabc77" ; + "0459644990" . + + . + + a ; + mu:uuid "7268e66b-c5dd-4098-94a1-027dcc517e4f" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "738db5f3-fc90-4240-8632-086d9c7c332c" ; + "Primary" . + + a ; + mu:uuid "c41d9f09-0530-419d-86cb-6195884b1f29" ; + "Secondary" . + + a ; + mu:uuid "06280560-542e-4b58-80dd-897048928b6d" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "582ff1f8-65e9-4f74-a8b0-0edc27a87597" ; + org:classification ; + skos:prefLabel "De kringwinkel Zuiderkempen" ; + regorg:legalName "De kringwinkel Zuiderkempen" ; + ; + ; + . + + a ; + mu:uuid "38acec90-fdaf-405d-a8aa-68deb7ff280e" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "600f02c0-7c62-4544-9e19-8272b90d3cec" . + + + a ; + mu:uuid "a518558c-be84-4a46-8d0f-329c918c08fa" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "e60834ca-f66a-4e3e-a913-983b8c9d0650" ; + "0823319370" . + + . + + a ; + mu:uuid "b843eb07-917b-49fc-b2d6-d604ea5ff8fc" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "9d9c2746-ee62-44dc-a0f9-98bcd51f3d00" ; + "Primary" . + + a ; + mu:uuid "c27476c9-480a-4e9a-bc5f-22f4bfb67d07" ; + "Secondary" . + + a ; + mu:uuid "ed76adc1-7a25-47ae-bc4a-2d5273d2b8be" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "bbd44d4f-4a83-426b-bb7c-2c8f35399e21" ; + org:classification ; + skos:prefLabel "Voetbal in de Stad vzw" ; + regorg:legalName "Voetbal in de Stad vzw" ; + ; + ; + . \ No newline at end of file diff --git a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171934-create-governing-bodies-for-private-ocmw-associations.sparql b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171934-create-governing-bodies-for-private-ocmw-associations.sparql new file mode 100644 index 00000000..056d9bc2 --- /dev/null +++ b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171934-create-governing-bodies-for-private-ocmw-associations.sparql @@ -0,0 +1,169 @@ + + INSERT { + GRAPH { + ?orgaanInTime a ; + ?uuidOrgaanInTime ; + ?orgaan ; + "2019-01-01T00:00:00"^^xsd:dateTime . + + ?orgaan a ; + ?uuidOrgaan ; + ?orgaanLabel ; + ?classificationOrgaan ; + ?bestuurseenheid . + } + } WHERE { + VALUES ?classificationOrgaan { + "http://data.vlaanderen.be/id/concept/BestuursorgaanClassificatieCode/013cc838-173a-4657-b1ae-b00c048df943" + "http://data.vlaanderen.be/id/concept/BestuursorgaanClassificatieCode/b52094ff-21a2-4da8-8dbe-f513365d1528" + "http://data.vlaanderen.be/id/concept/BestuursorgaanClassificatieCode/41caf7e6-b040-4720-9cc2-a96cfffed5b4" + } + + VALUES ?bestuurseenheid { + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + } + + ?bestuurseenheid a ; + skos:prefLabel ?bestuurseenheidLabel . + + ?classificationOrgaan skos:prefLabel ?classificationOrgaanLabel . + + BIND(CONCAT(?classificationOrgaanLabel, " ", ?bestuurseenheidLabel) as ?orgaanLabel) + + BIND(MD5(CONCAT(?bestuurseenheid, ?classificationOrgaan, "orgaanInTime")) as ?uuidOrgaanInTime) + BIND(MD5(CONCAT(?bestuurseenheid, ?classificationOrgaan, "orgaan")) as ?uuidOrgaan) + BIND(IRI(CONCAT("http://data.lblod.info/id/bestuursorganen/", ?uuidOrgaanInTime)) AS ?orgaanInTime) + BIND(IRI(CONCAT("http://data.lblod.info/id/bestuursorganen/", ?uuidOrgaan)) AS ?orgaan) + } + ; + \ No newline at end of file From a0400563dafdcd96a4e9c5359c593e4c8901be5b Mon Sep 17 00:00:00 2001 From: mirdono Date: Mon, 13 May 2024 17:37:10 +0200 Subject: [PATCH 12/29] feat: import addresses for private ocmw associations --- ...-private-ocmw-association-addresses.sparql | 1288 +++++++++++++++++ 1 file changed, 1288 insertions(+) create mode 100644 config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513173510-import-private-ocmw-association-addresses.sparql diff --git a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513173510-import-private-ocmw-association-addresses.sparql b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513173510-import-private-ocmw-association-addresses.sparql new file mode 100644 index 00000000..74895299 --- /dev/null +++ b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513173510-import-private-ocmw-association-addresses.sparql @@ -0,0 +1,1288 @@ + + INSERT { + GRAPH ?g { + ?addressUri + "100"; + + "2370"; + "Arendonk"; + "Vrijheid"; + "Arendonk"; + "België"; + "Vrijheid 100, 2370 Arendonk, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0696665975" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "737"; + + "2990"; + "Wuustwezel"; + "Bredabaan"; + "Wuustwezel"; + "België"; + "Bredabaan 737, 2990 Wuustwezel, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0696899963" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "68"; + + "9600"; + "Ronse"; + "Oscar Delghuststraat"; + "Ronse"; + "België"; + "Oscar Delghuststraat 68, 9600 Ronse, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0212165922" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "41"; + + "9250"; + "Waasmunster"; + "Molenstraat"; + "Waasmunster"; + "België"; + "Molenstraat 41, 9250 Waasmunster, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0698838775" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "40"; + + "1500"; + "Halle"; + "Joseph Possozplein"; + "Halle"; + "België"; + "Joseph Possozplein 40, 1500 Halle, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0712777279" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "68"; + + "8760"; + "Meulebeke"; + "Karel van Manderstraat"; + "Meulebeke"; + "België"; + "Karel van Manderstraat 68, 8760 Meulebeke, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0735627214" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "1"; + + "2570"; + "Duffel"; + "Kwakkelenberg"; + "Duffel"; + "België"; + "Kwakkelenberg 1, 2570 Duffel, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0462239939" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "1"; + + "9100"; + "Sint-Niklaas"; + "Moerlandstraat"; + "Sint-Niklaas"; + "België"; + "Moerlandstraat 1, 9100 Sint-Niklaas, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0881291322" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "29"; + + "8900"; + "Ieper"; + "Lange Torhoutstraat"; + "Ieper"; + "België"; + "Lange Torhoutstraat 29, 8900 Ieper, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0262925527" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "1"; + + "8800"; + "Roeselare"; + "Deltalaan"; + "Roeselare"; + "België"; + "Deltalaan 1, 8800 Roeselare, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0505931808" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "26"; + + "2000"; + "Antwerpen"; + "Leopoldstraat"; + "Antwerpen"; + "België"; + "Leopoldstraat 26, 2000 Antwerpen, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0862382656" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "87"; + + "8020"; + "Oostkamp"; + "Sint-Elooisstraat"; + "Oostkamp"; + "België"; + "Sint-Elooisstraat 87, 8020 Oostkamp, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0738896510" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "20"; + + "3500"; + "Hasselt"; + "Salvatorstraat"; + "Hasselt"; + "België"; + "Salvatorstraat 20, 3500 Hasselt, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0821142117" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "44"; + + "2300"; + "Turnhout"; + "Steenweg op Merksplas"; + "Turnhout"; + "België"; + "Steenweg op Merksplas 44, 2300 Turnhout, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0897191602" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "133"; + + "2200"; + "Herentals"; + "Nederrij"; + "Herentals"; + "België"; + "Nederrij 133, 2200 Herentals, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0821734213" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "3"; + + "9700"; + "Oudenaarde"; + "Minderbroederstraat"; + "Oudenaarde"; + "België"; + "Minderbroederstraat 3, 9700 Oudenaarde, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0870757023" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "425"; + + "3680"; + "Maaseik"; + "Diestersteenweg"; + "Maaseik"; + "België"; + "Diestersteenweg 425, 3680 Maaseik, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0475777476" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "65"; + + "1800"; + "Vilvoorde"; + "Gendarmeriestraat"; + "Vilvoorde"; + "België"; + "Gendarmeriestraat 65, 1800 Vilvoorde, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0267386438" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "4"; + + "8500"; + "Kortrijk"; + "President Kennedylaan"; + "Kortrijk"; + "België"; + "President Kennedylaan 4, 8500 Kortrijk, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0472222625" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "22_1"; + + "2260"; + "Westerlo"; + "Verlorenkost"; + "Westerlo"; + "België"; + "Verlorenkost 22_1, 2260 Westerlo, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0883325451" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "2"; + "Bus 4"; + "2500"; + "Lier"; + "Paradeplein"; + "Lier"; + "België"; + "Paradeplein 2 - Bus 4, 2500 Lier, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0865013039" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "6"; + + "2800"; + "Mechelen"; + "Lijsterstraat"; + "Mechelen"; + "België"; + "Lijsterstraat 6, 2800 Mechelen, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0865010069" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "2"; + + "2220"; + "Heist-Op-Den-Berg"; + "Stationstraat"; + "Heist-op-den-Berg"; + "België"; + "Stationstraat 2, 2220 Heist-op-den-Berg, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0473360790" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "8"; + + "2450"; + "Meerhout"; + "Smissestraat"; + "Meerhout"; + "België"; + "Smissestraat 8, 2450 Meerhout, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0871619135" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "9"; + + "2980"; + "Zoersel"; + "Kermisplein"; + "Zoersel"; + "België"; + "Kermisplein 9, 2980 Zoersel, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0870855409" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "6"; + + "2640"; + "Mortsel"; + "Meerminne"; + "Mortsel"; + "België"; + "Meerminne 6, 2640 Mortsel, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0632607670" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "1"; + + "3930"; + "Hamont-Achel"; + "Michielsplein"; + "Hamont-Achel"; + "België"; + "Michielsplein 1, 3930 Hamont-Achel, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0887953044" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "18"; + + "3620"; + "Lanaken"; + "Gasthuisstraat"; + "Lanaken"; + "België"; + "Gasthuisstraat 18, 3620 Lanaken, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0838654674" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "38"; + + "1730"; + "Asse"; + "Muurveld"; + "Asse"; + "België"; + "Muurveld 38, 1730 Asse, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0471364174" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "5"; + + "3360"; + "Bierbeek"; + "Bergenlaan"; + "Bierbeek"; + "België"; + "Bergenlaan 5, 3360 Bierbeek, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0861157387" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "22"; + "bus 0001"; + "9100"; + "Sint-Niklaas"; + "Pater Segersstraat"; + "Sint-Niklaas"; + "België"; + "Pater Segersstraat 22 - bus 0001, 9100 Sint-Niklaas, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0476803795" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "152"; + + "3460"; + "Bekkevoort"; + "Staatsbaan"; + "Bekkevoort"; + "België"; + "Staatsbaan 152, 3460 Bekkevoort, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0884212804" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "10"; + + "3054"; + "Oud-Heverlee"; + "Gemeentestraat"; + "Oud-Heverlee"; + "België"; + "Gemeentestraat 10, 3054 Oud-Heverlee, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0848738221" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "2"; + + "8750"; + "Wingene"; + "Sint-Amandsstraat"; + "Wingene"; + "België"; + "Sint-Amandsstraat 2, 8750 Wingene, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0833161902" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "27"; + + "8500"; + "Kortrijk"; + "Budastraat"; + "Kortrijk"; + "België"; + "Budastraat 27, 8500 Kortrijk, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0472751175" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "89"; + + "8210"; + "Zedelgem"; + "Fazantlaan"; + "Zedelgem"; + "België"; + "Fazantlaan 89, 8210 Zedelgem, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0832024923" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "30"; + + "9060"; + "Zelzate"; + "Bloemenboslaan"; + "Zelzate"; + "België"; + "Bloemenboslaan 30, 9060 Zelzate, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0644984078" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "3"; + + "1790"; + "Affligem"; + "Bellestraat"; + "Affligem"; + "België"; + "Bellestraat 3, 1790 Affligem, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0633854022" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "29"; + + "8610"; + "Kortemark"; + "Hospitaalstraat"; + "Kortemark"; + "België"; + "Hospitaalstraat 29, 8610 Kortemark, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0566983014" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "65"; + "Bus BU31"; + "3600"; + "Genk"; + "Grotestraat"; + "Genk"; + "België"; + "Grotestraat 65 - Bus BU31, 3600 Genk, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0881602118" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "4"; + + "8000"; + "Brugge"; + "Ruddershove"; + "Brugge"; + "België"; + "Ruddershove 4, 8000 Brugge, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0799574166" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "100"; + + "8400"; + "Oostende"; + "Gouwelozestraat"; + "Oostende"; + "België"; + "Gouwelozestraat 100, 8400 Oostende, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0800023336" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "164"; + + "9300"; + "Aalst"; + "Moorselbaan"; + "Aalst"; + "België"; + "Moorselbaan 164, 9300 Aalst, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "1005154085" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "90a"; + + "3960"; + "Bree"; + "Meeuwerkiezel"; + "Bree"; + "België"; + "Meeuwerkiezel 90a, 3960 Bree, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0867804659" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "25"; + "Bus 1"; + "2220"; + "Heist-Op-Den-Berg"; + "Noordstraat"; + "Heist-op-den-Berg"; + "België"; + "Noordstraat 25 - Bus 1, 2220 Heist-op-den-Berg, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0459644990" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "808"; + + "9000"; + "Gent"; + "Ottergemsesteenweg-Zuid"; + "Gent"; + "België"; + "Ottergemsesteenweg-Zuid 808, 9000 Gent, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0823319370" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + \ No newline at end of file From 80a503c13233cbc8043f4751fb14da501d961f2a Mon Sep 17 00:00:00 2001 From: mirdono Date: Mon, 13 May 2024 17:42:08 +0200 Subject: [PATCH 13/29] feat: import contact details for private ocmw associations --- ...te-ocmw-association-contact-details.sparql | 866 ++++++++++++++++++ 1 file changed, 866 insertions(+) create mode 100644 config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513174042-import-private-ocmw-association-contact-details.sparql diff --git a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513174042-import-private-ocmw-association-contact-details.sparql b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513174042-import-private-ocmw-association-contact-details.sparql new file mode 100644 index 00000000..10af5d66 --- /dev/null +++ b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513174042-import-private-ocmw-association-contact-details.sparql @@ -0,0 +1,866 @@ + + INSERT { + GRAPH { + ?contact "tel:+3214639730" . + ?contact "https://www.wzga.be/" . + ?contact "info@wzga.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0696665975" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3232228400" . + ?contact "https://www.amate.be/over-amate/woonzorg-wuustwezel" . + ?contact "info.amandina@amate.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0696899963" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3255237455" . + ?contact "https://delinderonse.be/" . + ?contact "wzc@delinderonse.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0212165922" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3252251320" . + ?contact "https://www.waasmunster.be/product/197/woonzorgcentrum-t-heuverveld" . + ?contact "info@samenouder.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0698838775" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3224472747" . + ?contact "http://www.metsense.be/nl/onze-uitbatingen#buurtrestaurants" . + ?contact "buurtrestaurant@tvondel.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0712777279" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3251488172" . + ?contact "https://www.dezonnewende.gvo.be/nl/home/" . + ?contact "dezonnewende@gvo.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0735627214" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3215321741" . + ?contact "https://www.duffel.be/huishoudhulp" . + ?contact "dco.duffel@skynet.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0462239939" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3237606060" . + ?contact "https://vitaz.be/" . + ?contact "info@vitaz.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0881291322" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3257208071" . + ?contact "https://wieltjesgracht.be/" . + ?contact "info@wieltjesgracht.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0262925527" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3251237111" . + ?contact "https://www.azdelta.be/nl" . + ?contact "info@azdelta.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0505931808" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3232177111" . + ?contact "https://www.zna.be/nl" . + ?contact "communicatie@zna.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0862382656" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3250277530" . + ?contact "https://terluchte.be/" . + ?contact "info@terluchte.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0738896510" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3211335577" . + ?contact "https://www.jessazh.be/" . + ?contact "info@jessazh.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0821142117" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3214406011" . + ?contact "https://www.azturnhout.be/" . + ?contact "info@azturnhout.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0897191602" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3214246111" . + ?contact "https://www.azherentals.be/" . + ?contact "directiesecretariaat@azherentals.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0821734213" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3255336111" . + ?contact "https://www.azoudenaarde.be/" . + ?contact "info@azoudenaarde.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0870757023" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + + ?contact "https://www.zmk.be/index.html" . + + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0475777476" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3222546400" . + ?contact "https://www.azjanportaels.be/nl" . + ?contact "info@azjanportaels.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0267386438" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3256636363" . + ?contact "https://www.azgroeninge.be/start" . + ?contact "info@azgroeninge.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0472222625" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3214234085" . + ?contact "https://www.het-pareltje.be/" . + ?contact "info@het-pareltje.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0883325451" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + + INSERT { + GRAPH { + + ?contact "https://www.svkbodukam.be/" . + + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0865010069" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3215226855" . + ?contact "https://www.svkonderdak.be/" . + ?contact "info@svkonderdak.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0473360790" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3214254580" . + ?contact "http://www.terkempen.be/" . + ?contact "info@terkempen.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0871619135" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + + ?contact "https://www.wzcdebuurt.be/" . + + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0870855409" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3232943734" . + ?contact "https://www.sensespraktijkhuis.be/" . + ?contact "info@sensespraktijkhuis.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0632607670" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + + + INSERT { + GRAPH { + ?contact "tel:+3228010180" . + ?contact "https://www.ahasverus.be/" . + ?contact "directie@ahasverus.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0471364174" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3216885864" . + ?contact "https://onshartkloptvooru.be/voorziening/deycken-brug/" . + ?contact "algemeen@deyckenbrug.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0861157387" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3237661340" . + ?contact "http://www.drietakt.be/" . + ?contact "info@drietakt.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0476803795" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + + INSERT { + GRAPH { + ?contact "tel:+3216791000" . + ?contact "https://www.korian.be/nl/woonzorgcentra/kor/131-woonzorgzone-de-kouter" . + ?contact "info@wzzdekouter.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0848738221" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3251655278" . + ?contact "https://www.amphora.gvo.be/nl/home/" . + ?contact "amphora@gvo.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0833161902" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3256264434" . + ?contact "https://www.vzwmentor.be/" . + ?contact "info@mentorvzw.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0472751175" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3250826636" . + ?contact "https://www.zorg-en-welzijn-zedelgem.gvo.be/" . + ?contact "info@zwz.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0832024923" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3293113000" . + ?contact "https://www.wzczilverbos.be/" . + ?contact "info@wzczilverbos.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0644984078" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3253667137" . + ?contact "https://www.vanlierde-wzc.be/" . + ?contact "onthaal@wzcvanlierde.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0633854022" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3251567301" . + ?contact "http://www.blijvelde.be/" . + ?contact "info@blijvelde.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0566983014" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3289206597" . + ?contact "https://wil.be/nl" . + ?contact "info@svkhetscharnier.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0881602118" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + + INSERT { + GRAPH { + ?contact "tel:+3259416111" . + ?contact "https://www.azoostende.be/" . + ?contact "info@azoostende.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0800023336" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3253764111" . + ?contact "https://www.asz.be/" . + ?contact "info@asz.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0729523736" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3289480100" . + ?contact "https://gerkenberg.be/" . + ?contact "info@gerkenberg.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0867804659" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3215237393" . + ?contact "https://www.dekringwinkel.be/zuiderkempen" . + ?contact "info@dekringwinkelzuiderkempen.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0459644990" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + + ?contact "https://www.kaagent.be/nl" . + + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0823319370" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + \ No newline at end of file From d35b9fc3a1e05ac7884d1d36532ed44866da960d Mon Sep 17 00:00:00 2001 From: mirdono Date: Mon, 13 May 2024 19:46:35 +0200 Subject: [PATCH 14/29] fix: corrected the provinces in the address import --- ...private-ocmw-association-addresses.sparql} | 90 +++++++++---------- 1 file changed, 45 insertions(+), 45 deletions(-) rename config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/{20240513173510-import-private-ocmw-association-addresses.sparql => 20240513194129-import-private-ocmw-association-addresses.sparql} (94%) diff --git a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513173510-import-private-ocmw-association-addresses.sparql b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513194129-import-private-ocmw-association-addresses.sparql similarity index 94% rename from config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513173510-import-private-ocmw-association-addresses.sparql rename to config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513194129-import-private-ocmw-association-addresses.sparql index 74895299..74c921c2 100644 --- a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513173510-import-private-ocmw-association-addresses.sparql +++ b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513194129-import-private-ocmw-association-addresses.sparql @@ -5,7 +5,7 @@ "100"; "2370"; - "Arendonk"; + "Antwerpen"; "Vrijheid"; "Arendonk"; "België"; @@ -33,7 +33,7 @@ "737"; "2990"; - "Wuustwezel"; + "Antwerpen"; "Bredabaan"; "Wuustwezel"; "België"; @@ -61,7 +61,7 @@ "68"; "9600"; - "Ronse"; + "Oost-Vlaanderen"; "Oscar Delghuststraat"; "Ronse"; "België"; @@ -89,7 +89,7 @@ "41"; "9250"; - "Waasmunster"; + "Oost-Vlaanderen"; "Molenstraat"; "Waasmunster"; "België"; @@ -117,7 +117,7 @@ "40"; "1500"; - "Halle"; + "Vlaams-Brabant"; "Joseph Possozplein"; "Halle"; "België"; @@ -145,7 +145,7 @@ "68"; "8760"; - "Meulebeke"; + "West-Vlaanderen"; "Karel van Manderstraat"; "Meulebeke"; "België"; @@ -173,7 +173,7 @@ "1"; "2570"; - "Duffel"; + "Antwerpen"; "Kwakkelenberg"; "Duffel"; "België"; @@ -201,7 +201,7 @@ "1"; "9100"; - "Sint-Niklaas"; + "Oost-Vlaanderen"; "Moerlandstraat"; "Sint-Niklaas"; "België"; @@ -229,7 +229,7 @@ "29"; "8900"; - "Ieper"; + "West-Vlaanderen"; "Lange Torhoutstraat"; "Ieper"; "België"; @@ -257,7 +257,7 @@ "1"; "8800"; - "Roeselare"; + "West-Vlaanderen"; "Deltalaan"; "Roeselare"; "België"; @@ -313,7 +313,7 @@ "87"; "8020"; - "Oostkamp"; + "West-Vlaanderen"; "Sint-Elooisstraat"; "Oostkamp"; "België"; @@ -341,7 +341,7 @@ "20"; "3500"; - "Hasselt"; + "Limburg"; "Salvatorstraat"; "Hasselt"; "België"; @@ -369,7 +369,7 @@ "44"; "2300"; - "Turnhout"; + "Antwerpen"; "Steenweg op Merksplas"; "Turnhout"; "België"; @@ -397,7 +397,7 @@ "133"; "2200"; - "Herentals"; + "Antwerpen"; "Nederrij"; "Herentals"; "België"; @@ -425,7 +425,7 @@ "3"; "9700"; - "Oudenaarde"; + "Oost-Vlaanderen"; "Minderbroederstraat"; "Oudenaarde"; "België"; @@ -453,7 +453,7 @@ "425"; "3680"; - "Maaseik"; + "Limburg"; "Diestersteenweg"; "Maaseik"; "België"; @@ -481,7 +481,7 @@ "65"; "1800"; - "Vilvoorde"; + "Vlaams-Brabant"; "Gendarmeriestraat"; "Vilvoorde"; "België"; @@ -509,7 +509,7 @@ "4"; "8500"; - "Kortrijk"; + "West-Vlaanderen"; "President Kennedylaan"; "Kortrijk"; "België"; @@ -537,7 +537,7 @@ "22_1"; "2260"; - "Westerlo"; + "Antwerpen"; "Verlorenkost"; "Westerlo"; "België"; @@ -565,7 +565,7 @@ "2"; "Bus 4"; "2500"; - "Lier"; + "Antwerpen"; "Paradeplein"; "Lier"; "België"; @@ -593,7 +593,7 @@ "6"; "2800"; - "Mechelen"; + "Antwerpen"; "Lijsterstraat"; "Mechelen"; "België"; @@ -621,7 +621,7 @@ "2"; "2220"; - "Heist-Op-Den-Berg"; + "Antwerpen"; "Stationstraat"; "Heist-op-den-Berg"; "België"; @@ -649,7 +649,7 @@ "8"; "2450"; - "Meerhout"; + "Antwerpen"; "Smissestraat"; "Meerhout"; "België"; @@ -677,7 +677,7 @@ "9"; "2980"; - "Zoersel"; + "Antwerpen"; "Kermisplein"; "Zoersel"; "België"; @@ -705,7 +705,7 @@ "6"; "2640"; - "Mortsel"; + "Antwerpen"; "Meerminne"; "Mortsel"; "België"; @@ -733,7 +733,7 @@ "1"; "3930"; - "Hamont-Achel"; + "Limburg"; "Michielsplein"; "Hamont-Achel"; "België"; @@ -761,7 +761,7 @@ "18"; "3620"; - "Lanaken"; + "Limburg"; "Gasthuisstraat"; "Lanaken"; "België"; @@ -789,7 +789,7 @@ "38"; "1730"; - "Asse"; + "Vlaams-Brabant"; "Muurveld"; "Asse"; "België"; @@ -817,7 +817,7 @@ "5"; "3360"; - "Bierbeek"; + "Vlaams-Brabant"; "Bergenlaan"; "Bierbeek"; "België"; @@ -845,7 +845,7 @@ "22"; "bus 0001"; "9100"; - "Sint-Niklaas"; + "Oost-Vlaanderen"; "Pater Segersstraat"; "Sint-Niklaas"; "België"; @@ -873,7 +873,7 @@ "152"; "3460"; - "Bekkevoort"; + "Vlaams-Brabant"; "Staatsbaan"; "Bekkevoort"; "België"; @@ -901,7 +901,7 @@ "10"; "3054"; - "Oud-Heverlee"; + "Vlaams-Brabant"; "Gemeentestraat"; "Oud-Heverlee"; "België"; @@ -929,7 +929,7 @@ "2"; "8750"; - "Wingene"; + "West-Vlaanderen"; "Sint-Amandsstraat"; "Wingene"; "België"; @@ -957,7 +957,7 @@ "27"; "8500"; - "Kortrijk"; + "West-Vlaanderen"; "Budastraat"; "Kortrijk"; "België"; @@ -985,7 +985,7 @@ "89"; "8210"; - "Zedelgem"; + "West-Vlaanderen"; "Fazantlaan"; "Zedelgem"; "België"; @@ -1013,7 +1013,7 @@ "30"; "9060"; - "Zelzate"; + "Oost-Vlaanderen"; "Bloemenboslaan"; "Zelzate"; "België"; @@ -1041,7 +1041,7 @@ "3"; "1790"; - "Affligem"; + "Vlaams-Brabant"; "Bellestraat"; "Affligem"; "België"; @@ -1069,7 +1069,7 @@ "29"; "8610"; - "Kortemark"; + "West-Vlaanderen"; "Hospitaalstraat"; "Kortemark"; "België"; @@ -1097,7 +1097,7 @@ "65"; "Bus BU31"; "3600"; - "Genk"; + "Limburg"; "Grotestraat"; "Genk"; "België"; @@ -1125,7 +1125,7 @@ "4"; "8000"; - "Brugge"; + "West-Vlaanderen"; "Ruddershove"; "Brugge"; "België"; @@ -1153,7 +1153,7 @@ "100"; "8400"; - "Oostende"; + "Vlaams-Brabant"; "Gouwelozestraat"; "Oostende"; "België"; @@ -1181,7 +1181,7 @@ "164"; "9300"; - "Aalst"; + "Oost-Vlaanderen"; "Moorselbaan"; "Aalst"; "België"; @@ -1209,7 +1209,7 @@ "90a"; "3960"; - "Bree"; + "Limburg"; "Meeuwerkiezel"; "Bree"; "België"; @@ -1237,7 +1237,7 @@ "25"; "Bus 1"; "2220"; - "Heist-Op-Den-Berg"; + "Antwerpen"; "Noordstraat"; "Heist-op-den-Berg"; "België"; @@ -1265,7 +1265,7 @@ "808"; "9000"; - "Gent"; + "Oost-Vlaanderen"; "Ottergemsesteenweg-Zuid"; "Gent"; "België"; From d49ebea0bdb45951aec202eb09554bd06f415e5b Mon Sep 17 00:00:00 2001 From: mirdono Date: Wed, 15 May 2024 14:50:31 +0200 Subject: [PATCH 15/29] fix: regenerated migrations after business data update --- ...71933-import-private-ocmw-associations.ttl | 2182 ----------------- ...odies-for-private-ocmw-associations.sparql | 169 -- ...32-import-private-ocmw-associations.graph} | 0 ...43332-import-private-ocmw-associations.ttl | 2181 ++++++++++++++++ ...odies-for-private-ocmw-associations.sparql | 169 ++ ...private-ocmw-association-addresses.sparql} | 0 ...e-ocmw-association-contact-details.sparql} | 8 +- 7 files changed, 2354 insertions(+), 2355 deletions(-) delete mode 100644 config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171933-import-private-ocmw-associations.ttl delete mode 100644 config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171934-create-governing-bodies-for-private-ocmw-associations.sparql rename config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/{20240513171933-import-private-ocmw-associations.graph => 20240515143332-import-private-ocmw-associations.graph} (100%) create mode 100644 config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240515143332-import-private-ocmw-associations.ttl create mode 100644 config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240515143333-create-governing-bodies-for-private-ocmw-associations.sparql rename config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/{20240513194129-import-private-ocmw-association-addresses.sparql => 20240515143512-import-private-ocmw-association-addresses.sparql} (100%) rename config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/{20240513174042-import-private-ocmw-association-contact-details.sparql => 20240515154852-import-private-ocmw-association-contact-details.sparql} (99%) diff --git a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171933-import-private-ocmw-associations.ttl b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171933-import-private-ocmw-associations.ttl deleted file mode 100644 index 0e464fda..00000000 --- a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171933-import-private-ocmw-associations.ttl +++ /dev/null @@ -1,2182 +0,0 @@ - - @prefix xsd: . - @prefix mu: . - @prefix persoon: . - @prefix ext: . - @prefix person: . - @prefix session: . - @prefix foaf: . - @prefix besluit: . - @prefix ere: . - @prefix mandaat: . - @prefix org: . - @prefix dcterms: . - @prefix generiek: . - @prefix skos: . - @prefix dc_terms: . - @prefix regorg: . - - a ; - mu:uuid "241b75e8-3891-42cc-a415-f38f93ce1229" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "1489fbc5-b390-4dc1-b207-24d4a810dae2" . - - - a ; - mu:uuid "9c780ff8-4927-423c-ae35-6f4bfef882a6" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "9a192ea6-e09c-47ca-a3de-187ba934fc25" ; - "0696665975" . - - . - - a ; - mu:uuid "eac230e6-875c-4522-a84b-13a623d15c76" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "a4124ab6-e449-4023-a85a-1cc3a2e406b5" ; - "Primary" . - - a ; - mu:uuid "c6417b98-f97d-409d-8afd-518617a55fb3" ; - "Secondary" . - - a ; - mu:uuid "d3bd77cc-ccdd-49bf-afba-204cc92d787f" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "d0d3f76d-eb14-431b-ae8d-f72a4dff7919" ; - org:classification ; - skos:prefLabel "WoonZorgGroep Arendonk" ; - regorg:legalName "WoonZorgGroep Arendonk" ; - ; - ; - . - - a ; - mu:uuid "4efd4915-6d3f-47f7-b95c-9016cb5e798f" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "029f5dd1-6e55-44a3-a98a-a657216c0a23" . - - - a ; - mu:uuid "899daf94-dfb6-4fa7-8c82-987763ba550b" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "fafc7532-9c4e-4134-be12-c3275fe5dfcf" ; - "0696899963" . - - . - - a ; - mu:uuid "68ff7b83-0889-4e0e-bac1-9e0064e06d8e" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "f564107d-25a8-4862-b33a-c2026677c854" ; - "Primary" . - - a ; - mu:uuid "7055ecdf-9752-4af4-9ea1-6e57db112117" ; - "Secondary" . - - a ; - mu:uuid "aea623b3-899c-42db-a52f-075772ca5649" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "a498193c-0386-4e8d-8e2f-d28e81e8714c" ; - org:classification ; - skos:prefLabel "vzw WoonZORG Wuustwezel" ; - regorg:legalName "vzw WoonZORG Wuustwezel" ; - ; - ; - . - - a ; - mu:uuid "20428a41-769c-4c92-a10b-b3b3eb5531a0" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "cbd8002b-5762-428e-9c38-f5eeb1f99c0e" . - - - a ; - mu:uuid "9f9d3eb9-521d-419a-9d64-fdc10705080a" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "435730b2-4328-497d-a78a-28751b3c7742" ; - "0212165922" . - - . - - a ; - mu:uuid "a3a9932d-0b81-4b6e-aaa8-34e2687af2f6" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "61ddbc77-6f28-40bd-8f4b-11d0a857211d" ; - "Primary" . - - a ; - mu:uuid "faba6594-02f3-473f-aacb-3f8dc3368164" ; - "Secondary" . - - a ; - mu:uuid "fda1fbe8-a7da-4153-bfef-3a180f5a59e2" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "8933fdf1-a675-4bfa-8a82-ba4c9307f63e" ; - org:classification ; - skos:prefLabel "vzw De Linde" ; - regorg:legalName "vzw De Linde" ; - ; - ; - . - - a ; - mu:uuid "6fd0fc3e-7a83-43be-9f1a-9d570b740f05" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "184bd268-8170-4212-8bc7-0a13c9e2c20d" . - - - a ; - mu:uuid "0885440e-3a0b-4786-b362-7cadb692b018" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "9ccb74bc-e524-4d0f-b2cb-653894ed38a4" ; - "0698838775" . - - . - - a ; - mu:uuid "658ae161-2c66-4223-9d84-23e1c4d4f472" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "ac20e4e0-50d5-4c11-878a-28e569d7aa1f" ; - "Primary" . - - a ; - mu:uuid "4bed93cd-5a72-402f-a205-957790dd4c96" ; - "Secondary" . - - a ; - mu:uuid "2b49ca0c-9494-4bb0-aeec-09dc8ab7580b" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "5932b1bd-a9f3-4f4a-af1e-ee6bff3f6e7a" ; - org:classification ; - skos:prefLabel "'t Heuverveld vzw" ; - regorg:legalName "'t Heuverveld vzw" ; - ; - ; - . - - a ; - mu:uuid "7e8b9673-f132-443a-b648-b597111ecaf3" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "15224b05-b172-4f71-97da-4498c4707f5b" . - - - a ; - mu:uuid "a55b9caa-3990-48c0-9ae2-dfb0391f1de9" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "df691358-1cf0-45c2-908d-477959441a16" ; - "0712777279" . - - . - - a ; - mu:uuid "dc7f6f13-7d84-4584-9520-fc52efde96b3" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "1e15e13c-ee67-4aa4-9c21-baf0403bf64a" ; - "Primary" . - - a ; - mu:uuid "7770a967-be29-4e52-8763-8f81452f47bb" ; - "Secondary" . - - a ; - mu:uuid "ebdb4c2d-56d1-4ab7-8355-43aee839c347" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "77f432c2-77d0-4cc3-9f1b-c0196d0df74c" ; - org:classification ; - skos:prefLabel "Buurtrestaurant 't Vondel vzw" ; - regorg:legalName "Buurtrestaurant 't Vondel vzw" ; - ; - ; - . - - a ; - mu:uuid "79e7d7c7-7909-4387-aca4-093f99283982" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "9ace37c1-2e6f-42c0-aa77-fd184ae405ec" . - - - a ; - mu:uuid "60623c40-86ec-4c42-b224-6d62848c36db" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "68312a19-b49d-4611-9035-badb542cac84" ; - "0735627214" . - - . - - a ; - mu:uuid "b6918954-7242-49f5-a1d4-a2c34b9858e9" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "90c1b023-743e-4290-a2ba-1a44d48a0213" ; - "Primary" . - - a ; - mu:uuid "957c0c4e-f738-475b-aef7-10ad3b555930" ; - "Secondary" . - - a ; - mu:uuid "3541a006-0691-4ac1-b8dc-a10b604cd8e1" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "c7352dd6-26a3-4d20-b650-80b8fe358161" ; - org:classification ; - skos:prefLabel "De Zonnewende" ; - regorg:legalName "De Zonnewende" ; - ; - ; - . - - a ; - mu:uuid "a8b41018-30fd-4bf6-ac76-919486def9f6" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "b837c0e1-3920-4276-95c4-3e4adc6e4912" . - - - a ; - mu:uuid "458557cc-7bef-494b-bf8c-ce5afcbd2849" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "1ce68f26-5e7a-4356-bfeb-398e20d1f3c1" ; - "0462239939" . - - . - - a ; - mu:uuid "ba0ab2a0-2cff-41e4-8899-0621fef2f86c" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "44db7f7f-faa5-41e4-83e8-78071a32e3c0" ; - "Primary" . - - a ; - mu:uuid "2ce92af5-085e-49f9-a764-6ff7aa64f954" ; - "Secondary" . - - a ; - mu:uuid "bb3313ac-ca78-46e2-b010-0ea85ef83c93" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "8234cbf3-de48-464c-87fa-45bbda71399f" ; - org:classification ; - skos:prefLabel "Dienstencheque-onderneming Duffel" ; - regorg:legalName "Dienstencheque-onderneming Duffel" ; - ; - ; - . - - a ; - mu:uuid "64e7d5fd-3d31-4c79-a255-234121bf1280" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "81e3fbe7-abcf-4f34-bc02-ec9404ee6aab" . - - - a ; - mu:uuid "4fcc392f-9ae8-46ce-be74-8d7b4bb27462" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "bbd4d3cf-cf91-4672-99f5-d4ca1cb601ed" ; - "0881291322" . - - . - - a ; - mu:uuid "f0f39a96-a1d3-4c68-bbbe-0316ff73260e" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "0ecd54f3-1df2-4b45-a63e-55d48450b137" ; - "Primary" . - - a ; - mu:uuid "02f5b2cc-5676-405d-aa41-34a265ef3512" ; - "Secondary" . - - a ; - mu:uuid "5f02b6c8-e9fd-46fc-bd6f-2c08b0e51274" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "88b7236f-4a06-42b2-a406-23d4cc4bd36a" ; - org:classification ; - skos:prefLabel "Verenigde Ziekenhuizen van Waas en Durme vzw (voorheen A.Z. Nikolaas vzw)" ; - regorg:legalName "Verenigde Ziekenhuizen van Waas en Durme vzw (voorheen A.Z. Nikolaas vzw)" ; - ; - ; - . - - a ; - mu:uuid "00845ae5-8b30-4e84-b198-5788f1e9164b" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "b8e6be2a-d0f4-441f-86dd-fe63f8c1d272" . - - "851" . - - a ; - mu:uuid "c04e46bd-73b1-4704-8c42-c624b5db17dd" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "c168bee1-2ab5-46b9-89ed-99ccadb18afe" ; - "0262925527" . - - . - - a ; - mu:uuid "fd3d91a7-0408-4a19-86e7-107335f9f56e" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "63f5ba33-a378-485a-aced-b012fe6770f2" ; - "Primary" . - - a ; - mu:uuid "462531b3-07b2-4ece-8a6a-fa1819b2d256" ; - "Secondary" . - - a ; - mu:uuid "7837a3ee-b750-4922-a48b-5204d2288cd4" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "2084d3d8-950c-437e-b292-cb5a2d820993" ; - org:classification ; - skos:prefLabel "Wieltjesgracht" ; - regorg:legalName "Wieltjesgracht" ; - ; - ; - . - - a ; - mu:uuid "a1604cc1-5c72-4650-8a52-718de37e6a5d" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "b6113a33-8311-4ee9-91ec-6331a675a19b" . - - - a ; - mu:uuid "1f2aca7d-f52e-4035-a1ec-0a257dd892a0" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "50c9e099-934f-4af4-906c-cc9ac66fa088" ; - "0505931808" . - - . - - a ; - mu:uuid "8d813d8d-d0c3-4e57-aac7-7acf8deeaf3e" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "5c2c7b35-4065-4338-8d91-d9fd3f51e40c" ; - "Primary" . - - a ; - mu:uuid "543db562-5c72-436a-bf04-e17c2edc6e62" ; - "Secondary" . - - a ; - mu:uuid "2c6b35f7-174f-4184-80c1-8fd94171e321" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "16a28f2b-092b-4df4-82c1-791754833b21" ; - org:classification ; - skos:prefLabel "AZ Delta" ; - regorg:legalName "AZ Delta" ; - ; - ; - . - - a ; - mu:uuid "375f5150-0fe4-48fe-a1f1-c1e6404acb20" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "ca363ecf-5a6b-492b-a3e7-bdd9e58ff854" . - - - a ; - mu:uuid "e7f6b29d-afb2-404f-ac99-856f618c7723" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "ba33df1e-cec3-459d-a6b7-4e44ba015791" ; - "0862382656" . - - . - - a ; - mu:uuid "e73debc7-8ea4-4c9c-94c8-23e95b3a2d82" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "70f8accb-ceed-4b7c-834a-0c8139ff8cf3" ; - "Primary" . - - a ; - mu:uuid "2702ad74-423a-41e1-9e97-6f925df2c36f" ; - "Secondary" . - - a ; - mu:uuid "f767f831-32dc-46e3-bc3b-480dd5d19f86" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "529b1378-d899-4ff3-b5f2-705a3be77896" ; - org:classification ; - skos:prefLabel "Het Ziekenhuisnetwerk Antwerpen (ZNA) vzw" ; - regorg:legalName "Het Ziekenhuisnetwerk Antwerpen (ZNA) vzw" ; - ; - ; - . - - a ; - mu:uuid "ddd6b6bf-eff3-4f99-b9cb-1c2b81e45106" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "672e5530-3ac5-4c31-bcdc-98bf0bba426b" . - - - a ; - mu:uuid "1d198490-da1a-4267-9c7f-c628c661f4e4" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "7f4a0e05-1833-468e-93b4-0b3e73d5eb32" ; - "0738896510" . - - . - - a ; - mu:uuid "2071d099-7904-4b8d-a1db-f817fb2e811f" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "05d1b560-9602-4da0-90ed-2187416082b3" ; - "Primary" . - - a ; - mu:uuid "b8b61cdd-3430-4e17-a389-d94bda562890" ; - "Secondary" . - - a ; - mu:uuid "adb29e20-50da-4d0f-ab6a-f4aa68ada193" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "160be9b1-e3e3-49d3-9cf7-6aff48f17af1" ; - org:classification ; - skos:prefLabel "Ter Luchte" ; - regorg:legalName "Ter Luchte" ; - ; - ; - . - - a ; - mu:uuid "c1742062-2514-421a-89db-334dc40fd660" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "7305a56b-6368-4ae1-ae3f-ba31cc4cf18e" . - - - a ; - mu:uuid "bf041f69-5bc1-4b11-8a90-b8ac7cc13100" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "e914a7db-489f-4bcd-a92e-7217a01a3f2f" ; - "0821142117" . - - . - - a ; - mu:uuid "8fc4717b-e163-4df4-b32d-747cb7c0dcf5" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "8b476dc2-e1cb-45a3-8df8-80c268baa262" ; - "Primary" . - - a ; - mu:uuid "25eb04cb-5c82-422f-a7c1-9e9d6716d3dc" ; - "Secondary" . - - a ; - mu:uuid "b816289b-8bcf-4b36-a400-abcac7d9159e" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "ed24c19b-288e-4cc3-ad26-9b9821cba1ac" ; - org:classification ; - skos:prefLabel "VZW Jessa Ziekenhuis" ; - regorg:legalName "VZW Jessa Ziekenhuis" ; - ; - ; - . - - a ; - mu:uuid "b528a82e-c224-44d3-ba21-326e6254da9a" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "cf855211-4444-4d18-bfad-343087a1bb75" . - - - a ; - mu:uuid "80364b43-5c76-4690-b3be-fc38c281f427" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "0be7abbd-c7f2-480f-a6bb-a4794823730d" ; - "0897191602" . - - . - - a ; - mu:uuid "4290da8f-ae73-4181-98af-bd9df9f27684" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "dc17df27-2dfd-43c3-9d5e-94ce15ee33cf" ; - "Primary" . - - a ; - mu:uuid "a531a671-2f07-4a42-baf4-7db4f7733403" ; - "Secondary" . - - a ; - mu:uuid "2120d2c8-b994-47a2-bdb6-15c97d703a7a" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "c0b24748-c36d-4663-8cc9-daddcf99d688" ; - org:classification ; - skos:prefLabel "AZ Turnhout vzw" ; - regorg:legalName "AZ Turnhout vzw" ; - ; - ; - . - - a ; - mu:uuid "abb2bae3-9ff9-49ae-af0c-72f781f32777" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "0254f982-ea56-48e4-84cc-455ee0422129" . - - - a ; - mu:uuid "c1d0c658-6cd6-410d-bfb7-b10408defa8d" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "0d79628e-90f2-4037-b7e1-3f34fed0ad84" ; - "0821734213" . - - . - - a ; - mu:uuid "789f02ba-3af5-4762-8612-780f73c480fc" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "9ab599eb-4065-43f9-b56e-9c5244b875d4" ; - "Primary" . - - a ; - mu:uuid "318dda05-7a6b-4506-bca8-83ba722b59dc" ; - "Secondary" . - - a ; - mu:uuid "ee42339a-0cc3-46c0-8232-4470bdf9fb92" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "277bf97a-1ac9-4c72-bc5d-7715b4f46d18" ; - org:classification ; - skos:prefLabel "AZ Sint-Elisabeth Herentals" ; - regorg:legalName "AZ Sint-Elisabeth Herentals" ; - ; - ; - . - - a ; - mu:uuid "c6f93d59-a1e1-45b8-9269-22dd66eda2c0" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "a8a09c67-47a5-4768-b86f-5a1012d917b6" . - - - a ; - mu:uuid "168212fa-b564-4ed8-9d34-f99a9ca5b0f7" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "7b9087de-e51e-4f4f-8154-f35445041d01" ; - "0870757023" . - - . - - a ; - mu:uuid "85d8595b-7e5c-4608-ba74-907522bea735" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "ca0a97d3-5e10-4577-a989-07d78aaeda93" ; - "Primary" . - - a ; - mu:uuid "bc58911c-bcb7-470c-add7-bdbb10dabb26" ; - "Secondary" . - - a ; - mu:uuid "97a4d765-7299-4a89-9eb5-9592d559ada7" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "48e5761d-d3e6-4c1b-9698-9146f459eb10" ; - org:classification ; - skos:prefLabel "AZ Oudenaarde vzw" ; - regorg:legalName "AZ Oudenaarde vzw" ; - ; - ; - . - - a ; - mu:uuid "9661e993-6e08-464f-9737-8df44b8a9069" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "c4c63561-952d-4a33-9ab3-991d309a89db" . - - - a ; - mu:uuid "2dfef5d0-1bef-4f25-bb30-29dc0a3a96e4" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "ba7ec4db-2130-4c72-884b-d57b776822da" ; - "0475777476" . - - . - - a ; - mu:uuid "feaab270-a743-4097-810f-9fde2bd81180" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "11003c56-d461-41e6-8a68-92ecf1791ee1" ; - "Primary" . - - a ; - mu:uuid "0283ba07-4746-487e-b4f2-c7f04f14e768" ; - "Secondary" . - - a ; - mu:uuid "2814eb07-0d1f-4ccb-b551-8b0b24d3d0b8" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "a6ea1010-dce5-4188-a905-7f5b2466fe8f" ; - org:classification ; - skos:prefLabel "vzw Ziekenhuis Maas en Kempen" ; - regorg:legalName "vzw Ziekenhuis Maas en Kempen" ; - ; - ; - . - - a ; - mu:uuid "a6c059f7-923b-467b-a44c-28194c995cc4" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "6813ec46-45e4-41b9-8bdc-b31bcd250911" . - - "1376" . - - a ; - mu:uuid "24683d62-7e27-44c1-a7b6-78479f93efd8" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "033f38ff-8c15-4b38-8bb1-edf0b3c62626" ; - "0267386438" . - - . - - a ; - mu:uuid "fcda9c5a-f764-48f6-be77-7ddae6519eef" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "4b613126-fe2b-4d62-aef6-e2878ae32e03" ; - "Primary" . - - a ; - mu:uuid "6eec4946-ed8c-4622-ae1f-1eb81df40564" ; - "Secondary" . - - a ; - mu:uuid "08213cad-932e-426b-a58a-1ccbc7362f98" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "5e011e1b-d8ae-419e-a522-65bbacfafa49" ; - org:classification ; - skos:prefLabel "AZ Jan Portaels" ; - regorg:legalName "AZ Jan Portaels" ; - ; - ; - . - - a ; - mu:uuid "88d4c423-3ce1-4915-a9c6-a2fd013a13f3" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "87e75eaf-64a5-4298-bd98-ee74c43f6cc5" . - - - a ; - mu:uuid "a25213db-28b7-4b82-ba3e-13258471cb8b" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "d46f58b7-cb41-4c9f-94e4-400f33750866" ; - "0472222625" . - - . - - a ; - mu:uuid "18ba4c05-abd1-4559-b3a6-57d25f2aed2f" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "a73c201e-7183-4ec0-b3ed-7001bd42d2a0" ; - "Primary" . - - a ; - mu:uuid "e85145bb-7fd0-4a40-91cb-bfca3c2ef151" ; - "Secondary" . - - a ; - mu:uuid "639eea5b-12cb-4e44-9d94-386ddbace337" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "d325b82e-86c6-4926-ae3c-426cbc6cb539" ; - org:classification ; - skos:prefLabel "AZ Groeninge" ; - regorg:legalName "AZ Groeninge" ; - ; - ; - . - - a ; - mu:uuid "b144234d-f88e-48ef-90e8-476dfaa3a484" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "8bd4a47b-3de6-4409-8f7f-296b21419045" . - - - a ; - mu:uuid "de097245-93d4-4d59-8690-f4838e19dbfa" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "901f15c0-108d-416d-b8ef-ca969908b761" ; - "0883325451" . - - . - - a ; - mu:uuid "f1d53efa-1909-42a6-82be-ddbd2d4a9eec" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "3c236088-ce83-43fb-801c-59af3135f2d3" ; - "Primary" . - - a ; - mu:uuid "9240ff62-ade1-4795-9e01-4838ebeb3ea6" ; - "Secondary" . - - a ; - mu:uuid "3ad6522e-288b-48e6-b06c-ed34ad29713d" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "ad6a5fa3-52a2-40e8-a17b-348ad7b0b6b9" ; - org:classification ; - skos:prefLabel "Het Pareltje" ; - regorg:legalName "Het Pareltje" ; - ; - ; - . - - a ; - mu:uuid "64ad0e7a-ed19-40ff-9e9e-c9bb5ad00ff0" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "6c1a263b-d765-4931-a357-99f09876267f" . - - - a ; - mu:uuid "0914264f-3af8-4bd1-b264-4c9a08308a2d" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "821b269e-3683-4bf3-9494-f6835359e9d2" ; - "0865013039" . - - . - - a ; - mu:uuid "40340f20-8f09-41b2-b1b3-a464f13ccee8" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "93d556ca-2611-4c48-b412-c3a64f85a0de" ; - "Primary" . - - a ; - mu:uuid "13dc2689-9ae5-4e85-bb84-486be603a626" ; - "Secondary" . - - a ; - mu:uuid "ad78def9-fb57-4899-a363-737e9b3b78f0" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "2d938e72-3216-4d8c-b3c8-cc6553b7e346" ; - org:classification ; - skos:prefLabel "Sociaal Verhuurkantoor 'De Woonkans vzw'" ; - regorg:legalName "Sociaal Verhuurkantoor 'De Woonkans vzw'" ; - ; - ; - . - - a ; - mu:uuid "20d2f512-68a4-4e48-8676-58692411b5a9" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "f8c43e12-0b5b-4ed5-aace-1c1a597c872f" . - - - a ; - mu:uuid "d4a945a7-dd21-4542-951e-97ad7a3459e9" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "f71f7a44-5d66-49eb-902e-ad83f4c36378" ; - "0865010069" . - - . - - a ; - mu:uuid "e366dcb5-719b-40ac-8f52-b966f6630b20" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "a665a971-76e5-4b38-aeda-0aaa6e404eba" ; - "Primary" . - - a ; - mu:uuid "1ab67e69-ac1e-4277-a124-62368c6c7dca" ; - "Secondary" . - - a ; - mu:uuid "16ab960f-42cc-4786-8d26-85aada965761" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "22bd9ac2-af0c-4686-a015-87ee12494bcf" ; - org:classification ; - skos:prefLabel "SVK Mechelen" ; - regorg:legalName "SVK Mechelen" ; - ; - ; - . - - a ; - mu:uuid "470dcabd-f62e-4882-9af0-367c45fa0358" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "7d738a5f-3d4d-4455-a867-ac5a28861854" . - - - a ; - mu:uuid "c648f3fb-b923-4584-9791-389fc076927b" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "8922959f-b9d8-47c6-abbc-d3d5cf3cc633" ; - "0473360790" . - - . - - a ; - mu:uuid "15b7015d-c9be-4d29-ab7c-6849f18510a9" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "eff91a0e-8f8e-46d1-933a-2766c2ca5020" ; - "Primary" . - - a ; - mu:uuid "31ff288a-a353-4155-98c4-ea5adc685315" ; - "Secondary" . - - a ; - mu:uuid "8b3d74ec-1e8c-40bb-97fb-cfcaf233b7bc" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "4281e737-c3c5-40b7-b0c9-46801c3dddca" ; - org:classification ; - skos:prefLabel "Sociaal verhuurkantoor Onderdak" ; - regorg:legalName "Sociaal verhuurkantoor Onderdak" ; - ; - ; - . - - a ; - mu:uuid "1d1eb639-1214-4cc9-9fb9-9398e2ea769e" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "f50f3bd5-e957-416a-8b80-73bba6f5ddff" . - - - a ; - mu:uuid "60228a9c-8d47-4d3a-bda2-e856c36c76c4" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "37924b47-7ec0-4889-b842-a234922b4c8d" ; - "0871619135" . - - . - - a ; - mu:uuid "38f5d530-2a4f-4f7e-85af-f10a8dd70852" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "51161b26-3207-48c1-a68f-c4c78dad5305" ; - "Primary" . - - a ; - mu:uuid "a5084879-e706-46d7-a88e-c2224463e7fe" ; - "Secondary" . - - a ; - mu:uuid "a5e2ece1-372f-4501-8780-621060c64b15" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "6b54cfdd-1f24-4038-9595-5cd52b68ea46" ; - org:classification ; - skos:prefLabel "vzw Woon- en Zorgcentrum Ter Kempen" ; - regorg:legalName "vzw Woon- en Zorgcentrum Ter Kempen" ; - ; - ; - . - - a ; - mu:uuid "0b3577a5-8b37-4b5f-944b-6346c9679589" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "d29c3357-ee85-4002-8e6f-a7acf8baa37a" . - - - a ; - mu:uuid "2d64f397-f706-4a68-9c95-13a2eaf84b91" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "4596865d-b5c3-444b-915b-493763069204" ; - "0870855409" . - - . - - a ; - mu:uuid "2f083d2a-0c1b-4c27-95d4-5e4c80662d10" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "f8640c8e-fa25-44bc-a2c5-ba5980831f81" ; - "Primary" . - - a ; - mu:uuid "c9fe6aed-6fc7-41e5-bb47-251508099f23" ; - "Secondary" . - - a ; - mu:uuid "46c241c5-13c5-4dc0-9927-70350b04e98f" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "6ee0bf25-3381-46a4-9cab-0d691941b693" ; - org:classification ; - skos:prefLabel "vzw Woon- en Zorgcentrum Zoersel" ; - regorg:legalName "vzw Woon- en Zorgcentrum Zoersel" ; - ; - ; - . - - a ; - mu:uuid "0727ede7-ef3b-4a98-8f82-9d2679cec802" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "7be1b94c-79a0-4a03-a0b4-b4abeb1dfcaf" . - - - a ; - mu:uuid "2c9b177c-a799-47b0-af99-1fc5052ff618" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "d8c20fbb-55c3-44bc-bbd5-a99884008c2e" ; - "0632607670" . - - . - - a ; - mu:uuid "eda43083-eff2-4aa6-b78c-09c58812e8a7" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "3aae7e96-19b6-453c-a59c-888787779229" ; - "Primary" . - - a ; - mu:uuid "fb5a2fd8-72f5-485e-b899-f28701fc39dc" ; - "Secondary" . - - a ; - mu:uuid "d3268ac4-d839-41aa-8d8d-de8d3b8fc190" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "9ec6f11d-fbd5-46ef-a0ab-6130df64f5b9" ; - org:classification ; - skos:prefLabel "Sense Mortsel VZW" ; - regorg:legalName "Sense Mortsel VZW" ; - ; - ; - . - - a ; - mu:uuid "260e8fed-8f1b-4025-a363-b23c97d8d2bc" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "d8979410-faa9-4bde-9cf7-0112275333e9" . - - - a ; - mu:uuid "3df04288-c167-4a88-a36d-e964565ad9ea" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "8f301337-0c97-4022-afa0-fd6a70f0cae4" ; - "0887953044" . - - . - - a ; - mu:uuid "0bb01ab5-1a84-44b7-9441-541c23381278" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "2a40c9c9-60c3-4cc7-89ee-8224c0f50700" ; - "Primary" . - - a ; - mu:uuid "b6d31ead-4e43-471c-b2a4-01f56c56d492" ; - "Secondary" . - - a ; - mu:uuid "2aed13b8-1db1-4b20-8fb8-9b3cdfecb47b" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "d42c86e5-7dc3-4921-876d-8b5a5c240ecd" ; - org:classification ; - skos:prefLabel "OPPORTUNITAS dienstenbedrijf Noord-Limburg" ; - regorg:legalName "OPPORTUNITAS dienstenbedrijf Noord-Limburg" ; - ; - ; - . - - a ; - mu:uuid "21910ff8-e4c1-453e-b4be-8228057f30ff" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "e103aabb-20b2-4545-8427-63d6a563d794" . - - - a ; - mu:uuid "581344b2-b072-4419-9da6-019d855949ab" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "5b6886df-d5ea-42c0-ac35-9613bd5e9119" ; - "0838654674" . - - . - - a ; - mu:uuid "1757c716-0eec-47b2-a8ed-63ce6c15bcc2" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "96d2529c-a6dc-4550-b6c1-f1f31174a0fa" ; - "Primary" . - - a ; - mu:uuid "3a93c91e-5485-4d00-97b1-6541c157e38e" ; - "Secondary" . - - a ; - mu:uuid "0b299472-0841-4877-8abc-f01ad3f4c5bd" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "9645c745-e850-41f8-9c5a-de7503bc1ee8" ; - org:classification ; - skos:prefLabel "vzw Woonzorg Lanaken" ; - regorg:legalName "vzw Woonzorg Lanaken" ; - ; - ; - . - - a ; - mu:uuid "6bf0cd9e-ce2d-4dc2-bf86-97d9bbf1cc44" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "1e8c7404-1d70-4b72-aac4-302315b31df4" . - - - a ; - mu:uuid "533112a3-ed01-4f46-9b51-2e11d689b600" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "c7e245be-8de4-4c7b-a1a8-5dcad54e5747" ; - "0471364174" . - - . - - a ; - mu:uuid "8d4bf2f3-6807-4f98-a430-6238a7a4d845" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "1ce79abe-4d55-47c7-8b99-d7a0b917ad6b" ; - "Primary" . - - a ; - mu:uuid "cab42bfe-5e36-4191-b2d8-825d8f3bcaa1" ; - "Secondary" . - - a ; - mu:uuid "eb318842-5f1a-4af4-9bd8-a4e2823d74c6" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "cf0ade2c-8599-450f-9947-36df47e8e93a" ; - org:classification ; - skos:prefLabel "Ahasverus" ; - regorg:legalName "Ahasverus" ; - ; - ; - . - - a ; - mu:uuid "c1ac9d25-95ef-455b-be74-c29e0622e27d" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "e06b4002-1df8-4b20-adf5-5a8e3d441ee5" . - - - a ; - mu:uuid "10516c70-917f-4d35-b31a-872418d55fe9" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "104e03e6-0221-4a20-9719-1895f71cfe37" ; - "0861157387" . - - . - - a ; - mu:uuid "cb3a5068-6c0d-46bd-bb75-2eea7f89e174" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "4f8b3d31-5a89-45ba-ae05-8e259563d995" ; - "Primary" . - - a ; - mu:uuid "4dfc3e3b-6bd1-4e88-a027-0218b5df93ba" ; - "Secondary" . - - a ; - mu:uuid "65d38546-c6b3-4581-b646-924b6c639a40" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "2cfea513-5740-479d-813e-42c20592fb6f" ; - org:classification ; - skos:prefLabel "Woonzorgcentrum d'Eycken Brug" ; - regorg:legalName "Woonzorgcentrum d'Eycken Brug" ; - ; - ; - . - - a ; - mu:uuid "21559ad7-f966-4f2d-b970-163b2b6a8359" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "373e448b-d93a-450e-a7f8-59f74e880b85" . - - - a ; - mu:uuid "2a9784d7-696a-4a7c-a5d9-7c2da65f6293" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "e3902e2e-49d4-4b7b-827d-dfcdb587af8d" ; - "0476803795" . - - . - - a ; - mu:uuid "9260e082-e80d-4d6e-941e-32ad5aff66dd" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "34c4b852-06ba-4ab9-94b8-99a72cbad251" ; - "Primary" . - - a ; - mu:uuid "bdd075c3-e74b-4877-a2da-3743662e5a91" ; - "Secondary" . - - a ; - mu:uuid "a7649c57-ad6b-4135-8791-315c57159dbd" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "5e7fc9cf-7fd7-448b-86b2-bd7a1c9777e7" ; - org:classification ; - skos:prefLabel "vzw Buurtbedrijf Drietakt" ; - regorg:legalName "vzw Buurtbedrijf Drietakt" ; - ; - ; - . - - a ; - mu:uuid "15826276-8c6e-4fa1-ad7d-f17b5c6bbd22" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "5390b296-3adc-4aff-99e7-83c4be5be9c4" . - - - a ; - mu:uuid "6c95b084-9b2f-467e-88c0-d75216dfb0b0" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "952349ea-8ece-44df-a43f-e6e949a65915" ; - "0884212804" . - - . - - a ; - mu:uuid "655ca9d2-ce62-43ae-8895-7b6593ec85f2" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "79675179-2e89-4eb3-9a97-6bb77d92d62f" ; - "Primary" . - - a ; - mu:uuid "dedfb84a-b74a-4548-b4ab-ff124fd88f57" ; - "Secondary" . - - a ; - mu:uuid "dfcae92d-ace0-4083-bdf0-5e33e79155f9" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "c2b135e2-bc13-4e8b-bc8b-d2b047e25e61" ; - org:classification ; - skos:prefLabel "SVK Hageland vzw" ; - regorg:legalName "SVK Hageland vzw" ; - ; - ; - . - - a ; - mu:uuid "e66fdd5d-3910-42ba-b24f-ff7502d9df85" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "28ce0270-a4e6-486c-b3f1-2afbf42556ff" . - - - a ; - mu:uuid "dc2bbdc5-b184-4e04-bc57-e343c8983292" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "77045a69-5228-4ebb-b40e-2bac636caf80" ; - "0848738221" . - - . - - a ; - mu:uuid "bc3451f1-622e-479b-9738-e6fc258a95f0" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "ae08efa6-adab-4dcf-89d3-624f20beefc4" ; - "Primary" . - - a ; - mu:uuid "6afbbec5-a3ab-4e8b-8fb3-56482f5bebd7" ; - "Secondary" . - - a ; - mu:uuid "46b4eea9-55dc-422f-a833-d5f0340526d0" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "88d49c01-22b9-4cca-bb57-c3747f7fb705" ; - org:classification ; - skos:prefLabel "Woonzorgzone De Kouter vzw" ; - regorg:legalName "Woonzorgzone De Kouter vzw" ; - ; - ; - . - - a ; - mu:uuid "023579b7-5deb-48ab-87cb-a02937b2581e" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "63bddc2b-bd40-4f83-b3d6-58f08fb60ef2" . - - - a ; - mu:uuid "09e97573-f9ea-4236-a7a6-a26997e18c8f" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "1e24385c-361e-4b38-8448-32bdf845d302" ; - "0833161902" . - - . - - a ; - mu:uuid "15eac5c4-18a0-4535-8e27-e2cbf486f69d" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "2b15492c-39d8-4be2-9af4-0ad5d1e5bc02" ; - "Primary" . - - a ; - mu:uuid "24351009-e375-4626-a6aa-de5b6feda7f6" ; - "Secondary" . - - a ; - mu:uuid "9780a182-f9e8-4371-a528-32d080b393b3" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "f26e9a20-bab5-425e-a931-a65767107e0c" ; - org:classification ; - skos:prefLabel "Amphora" ; - regorg:legalName "Amphora" ; - ; - ; - . - - a ; - mu:uuid "44bbcd52-3637-4259-9e74-8be1e8f77b8a" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "362136c6-e721-41c8-81c5-fd944012b8f0" . - - - a ; - mu:uuid "d02ce67f-eb70-4da5-9b47-cc66d26c0a92" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "3c9202f0-0042-4a5e-9313-e9917f1e7b97" ; - "0472751175" . - - . - - a ; - mu:uuid "68625745-98ed-4bd9-b6e4-1693dcfa6c53" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "26013ee0-6c92-4632-9c90-8f142d919be1" ; - "Primary" . - - a ; - mu:uuid "7feb710c-93d3-471f-ad6d-f171265c3e4c" ; - "Secondary" . - - a ; - mu:uuid "4f772361-9590-4cb0-b9bb-9d1e7a5fdfc8" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "6ee9b9e9-d9f2-422c-9ecc-4733f289b0aa" ; - org:classification ; - skos:prefLabel "vzw Mentor" ; - regorg:legalName "vzw Mentor" ; - ; - ; - . - - a ; - mu:uuid "a90c8c90-9a69-4dc7-b90e-77ed0d61f334" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "cf8c0ba3-f78c-493a-8034-2c15366588d1" . - - - a ; - mu:uuid "de15f372-88f4-452c-b32f-5dac1f1263b5" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "108e4377-2d2e-4e40-92fc-0f79c3616409" ; - "0832024923" . - - . - - a ; - mu:uuid "f6f9f80f-273c-46d8-831f-8cbd1b924c20" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "aa230af5-142f-402b-8726-777ba8b09c2c" ; - "Primary" . - - a ; - mu:uuid "796ea022-a635-47d2-af66-4b4b5d029c09" ; - "Secondary" . - - a ; - mu:uuid "02727139-faf3-42c5-9bff-deb84c3f0ae8" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "a7ff2f0a-291c-4ed3-9023-d94986f7c48d" ; - org:classification ; - skos:prefLabel "Zorg en Welzijn Zedelgem" ; - regorg:legalName "Zorg en Welzijn Zedelgem" ; - ; - ; - . - - a ; - mu:uuid "eb77f649-4ec5-4be4-ba0f-512c4a48c9a4" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "6c412b47-129d-4952-9571-e3a68ae8d598" . - - - a ; - mu:uuid "7fc02f52-9741-46d2-99b1-104cb4efd471" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "996eb9e2-7d4d-4f56-9d31-4811661917fd" ; - "0644984078" . - - . - - a ; - mu:uuid "2f82f790-08f0-48a7-8f8f-280848b96c51" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "010f99a9-a142-490e-a063-71638ef11053" ; - "Primary" . - - a ; - mu:uuid "c490552c-f315-4bde-8113-b51cc084b15e" ; - "Secondary" . - - a ; - mu:uuid "96bfda0d-3811-45dc-a5bb-d093635fc55c" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "81326532-5e2f-4555-acc5-e74d4ca7aa03" ; - org:classification ; - skos:prefLabel "Woonzorgcentrum Zilverbos" ; - regorg:legalName "Woonzorgcentrum Zilverbos" ; - ; - ; - . - - a ; - mu:uuid "c6f16d05-30d9-4188-bf63-8507b257ed72" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "cfa1d56f-8869-436e-ac89-b04c04be910b" . - - - a ; - mu:uuid "513b38e8-5611-42c9-b3bd-f4c22ab3a010" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "8e0c244f-7199-44de-9173-46f092fb771e" ; - "0633854022" . - - . - - a ; - mu:uuid "40ec2b49-51ba-40b7-9e27-59cb4b8a3e80" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "42d3c553-5718-4b53-97cd-115be54864a2" ; - "Primary" . - - a ; - mu:uuid "f2dac595-955e-4649-9c29-de238b2928c6" ; - "Secondary" . - - a ; - mu:uuid "bdd23388-952d-488b-9692-8fd69f7a48d6" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "37f9770b-96f9-4544-bc50-a737c0d3bdf6" ; - org:classification ; - skos:prefLabel "Woonzorgcentrum Van Lierde vzw" ; - regorg:legalName "Woonzorgcentrum Van Lierde vzw" ; - ; - ; - . - - a ; - mu:uuid "1d22db6a-957d-4a8d-beaf-1824dc6dfc97" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "4385f2eb-8b37-4391-ad7f-7f7dd2f6f74a" . - - - a ; - mu:uuid "342c9824-d9a2-40fe-a1f5-10847b200ea6" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "41dcd8f4-c975-4c30-b759-379608ff6a32" ; - "0566983014" . - - . - - a ; - mu:uuid "9d269e61-8645-46f1-bc0c-5ba718b04759" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "91ff5564-e2db-4adc-af83-d3f14f196f11" ; - "Primary" . - - a ; - mu:uuid "b79fee8e-8c62-42ae-828b-5a93a3dcbda6" ; - "Secondary" . - - a ; - mu:uuid "14ae2860-7573-4ea6-8608-71efdd4386f6" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "1bc949c7-ffcb-4385-ae5a-c8a70db0cdf1" ; - org:classification ; - skos:prefLabel "Blijvelde woon- en zorgcentrum vzw" ; - regorg:legalName "Blijvelde woon- en zorgcentrum vzw" ; - ; - ; - . - - a ; - mu:uuid "268c566b-e5e0-4c80-978a-1407c8c328dd" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "95ddccf1-c5bc-4b2b-912d-803469e9dc0a" . - - - a ; - mu:uuid "bd1c60c6-9b88-4a3a-9c70-e6d88fe07957" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "632021f0-6b93-41f2-bbe3-e0e0694c7262" ; - "0881602118" . - - . - - a ; - mu:uuid "416fde02-ee49-4632-945c-d240673aaff8" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "61ed5f91-def7-4758-82e7-3aa0430f8fca" ; - "Primary" . - - a ; - mu:uuid "d5f7114c-4cee-40aa-89fe-9651c2671197" ; - "Secondary" . - - a ; - mu:uuid "a034ea7e-3ba0-40b0-89be-89659118bfd2" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "a055e8e5-69bc-46d5-b566-817724230c93" ; - org:classification ; - skos:prefLabel "Sociaal Verhuur Kantoor (SVK) Het Scharnier" ; - regorg:legalName "Sociaal Verhuur Kantoor (SVK) Het Scharnier" ; - ; - ; - . - - a ; - mu:uuid "f0994242-8cce-4526-b9a4-28bb949d38df" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "cad64d79-0a78-4e91-96f7-556664f13cd6" . - - - a ; - mu:uuid "4e47283b-f9f8-4a42-8b69-9ca9a7076ce9" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "45389fca-c318-4408-9bef-7e4e4fff150d" ; - "0799574166" . - - . - - a ; - mu:uuid "be93d904-3c7f-4ce7-8f60-fc99e9246cfd" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "3dc7abb5-9971-40fa-8b6f-5b78d443bd8c" ; - "Primary" . - - a ; - mu:uuid "d778b1f7-de15-46ff-9c95-ed0ef697eba7" ; - "Secondary" . - - a ; - mu:uuid "605605fc-3744-4b72-9c0d-9235cfbeb7f3" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "908e6925-cd05-47f7-9f1c-fea1e53e2c6e" ; - org:classification ; - skos:prefLabel "Trefpunt Zorg" ; - regorg:legalName "Trefpunt Zorg" ; - ; - ; - . - - a ; - mu:uuid "c414a6bf-5408-430a-b844-2f43621595a3" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "6ed0b324-213e-4b46-96a7-23ec5023b5f3" . - - - a ; - mu:uuid "251e132f-a707-41cb-bd01-8aed581f5ee8" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "a6e0043e-e116-4416-9ed8-9ededc2aa9a9" ; - "0800023336" . - - . - - a ; - mu:uuid "0c820fb3-9336-45dc-938a-0bc7b7f227e5" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "1e7c0452-565e-4555-bc5b-35e1e89b9062" ; - "Primary" . - - a ; - mu:uuid "dad900ef-aa50-4f80-b430-0a8f497ff84f" ; - "Secondary" . - - a ; - mu:uuid "1fc11702-b4cf-4d38-b6c6-51ccf0f7fb3c" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "4cd56af5-3b23-421d-9324-59df32f88916" ; - org:classification ; - skos:prefLabel "AZ Oostende" ; - regorg:legalName "AZ Oostende" ; - ; - ; - . - - a ; - mu:uuid "227f56ac-d935-4fba-9ecc-618cf2ec57e6" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "44e0a685-d098-4f87-ae3d-9fc111624d79" . - - "1379" . - - a ; - mu:uuid "15837b80-da86-4c5e-9db8-5291aaffaa2f" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "2c70c204-f580-4665-9815-e2920cb1b33e" ; - "0729523736" . - - . - - a ; - mu:uuid "069a4798-94f9-4073-92c5-adfd061cda15" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "f84a6cfb-4b19-47b8-84fb-0d76dab4e0da" ; - "Primary" . - - a ; - mu:uuid "3b3b0788-d7b9-485e-aebd-4a9f2c37b993" ; - "Secondary" . - - a ; - mu:uuid "4204b9b6-3768-4ccf-bbdd-f3b4518f0e99" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "e324c869-8e82-491e-b575-d0164b935fbf" ; - org:classification ; - skos:prefLabel "Fusieziekenhuis OLV-A.S.Z." ; - regorg:legalName "Fusieziekenhuis OLV-A.S.Z." ; - ; - ; - . - - a ; - mu:uuid "c9864536-61f6-41a9-ae10-09452109fb11" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "a3fb3082-3552-40e4-83f4-c2ca9d516358" . - - - a ; - mu:uuid "95db0c18-5b69-4520-bf51-9e4dc48888da" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "1eb57735-e2c7-4746-bb10-6e02b79f21ff" ; - "0867804659" . - - . - - a ; - mu:uuid "942d0a0c-2e37-43a3-bbaf-e0ffee9565dd" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "8ca76b78-4fc9-4523-9107-28dc06829b48" ; - "Primary" . - - a ; - mu:uuid "e353374a-3331-4c73-8d56-dfa83ae48320" ; - "Secondary" . - - a ; - mu:uuid "d1f10262-639f-4fce-b4fd-a55fb83709a4" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "99d4ddba-f2a0-414a-8f48-0351088cf2f1" ; - org:classification ; - skos:prefLabel "Welzijnscampus Gerkenberg vzw" ; - regorg:legalName "Welzijnscampus Gerkenberg vzw" ; - ; - ; - . - - a ; - mu:uuid "b1a5b31e-37af-4c27-9488-72a6e4e413b9" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "e149ff09-3a31-4ccc-9356-d09809cdbdd4" . - - - a ; - mu:uuid "1dbf10fa-372f-4140-a4f0-77b2aba42322" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "c393f577-3da0-4f9a-acdb-6606b5fabc77" ; - "0459644990" . - - . - - a ; - mu:uuid "7268e66b-c5dd-4098-94a1-027dcc517e4f" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "738db5f3-fc90-4240-8632-086d9c7c332c" ; - "Primary" . - - a ; - mu:uuid "c41d9f09-0530-419d-86cb-6195884b1f29" ; - "Secondary" . - - a ; - mu:uuid "06280560-542e-4b58-80dd-897048928b6d" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "582ff1f8-65e9-4f74-a8b0-0edc27a87597" ; - org:classification ; - skos:prefLabel "De kringwinkel Zuiderkempen" ; - regorg:legalName "De kringwinkel Zuiderkempen" ; - ; - ; - . - - a ; - mu:uuid "38acec90-fdaf-405d-a8aa-68deb7ff280e" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "600f02c0-7c62-4544-9e19-8272b90d3cec" . - - - a ; - mu:uuid "a518558c-be84-4a46-8d0f-329c918c08fa" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "e60834ca-f66a-4e3e-a913-983b8c9d0650" ; - "0823319370" . - - . - - a ; - mu:uuid "b843eb07-917b-49fc-b2d6-d604ea5ff8fc" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "9d9c2746-ee62-44dc-a0f9-98bcd51f3d00" ; - "Primary" . - - a ; - mu:uuid "c27476c9-480a-4e9a-bc5f-22f4bfb67d07" ; - "Secondary" . - - a ; - mu:uuid "ed76adc1-7a25-47ae-bc4a-2d5273d2b8be" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "bbd44d4f-4a83-426b-bb7c-2c8f35399e21" ; - org:classification ; - skos:prefLabel "Voetbal in de Stad vzw" ; - regorg:legalName "Voetbal in de Stad vzw" ; - ; - ; - . \ No newline at end of file diff --git a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171934-create-governing-bodies-for-private-ocmw-associations.sparql b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171934-create-governing-bodies-for-private-ocmw-associations.sparql deleted file mode 100644 index 056d9bc2..00000000 --- a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171934-create-governing-bodies-for-private-ocmw-associations.sparql +++ /dev/null @@ -1,169 +0,0 @@ - - INSERT { - GRAPH { - ?orgaanInTime a ; - ?uuidOrgaanInTime ; - ?orgaan ; - "2019-01-01T00:00:00"^^xsd:dateTime . - - ?orgaan a ; - ?uuidOrgaan ; - ?orgaanLabel ; - ?classificationOrgaan ; - ?bestuurseenheid . - } - } WHERE { - VALUES ?classificationOrgaan { - "http://data.vlaanderen.be/id/concept/BestuursorgaanClassificatieCode/013cc838-173a-4657-b1ae-b00c048df943" - "http://data.vlaanderen.be/id/concept/BestuursorgaanClassificatieCode/b52094ff-21a2-4da8-8dbe-f513365d1528" - "http://data.vlaanderen.be/id/concept/BestuursorgaanClassificatieCode/41caf7e6-b040-4720-9cc2-a96cfffed5b4" - } - - VALUES ?bestuurseenheid { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - } - - ?bestuurseenheid a ; - skos:prefLabel ?bestuurseenheidLabel . - - ?classificationOrgaan skos:prefLabel ?classificationOrgaanLabel . - - BIND(CONCAT(?classificationOrgaanLabel, " ", ?bestuurseenheidLabel) as ?orgaanLabel) - - BIND(MD5(CONCAT(?bestuurseenheid, ?classificationOrgaan, "orgaanInTime")) as ?uuidOrgaanInTime) - BIND(MD5(CONCAT(?bestuurseenheid, ?classificationOrgaan, "orgaan")) as ?uuidOrgaan) - BIND(IRI(CONCAT("http://data.lblod.info/id/bestuursorganen/", ?uuidOrgaanInTime)) AS ?orgaanInTime) - BIND(IRI(CONCAT("http://data.lblod.info/id/bestuursorganen/", ?uuidOrgaan)) AS ?orgaan) - } - ; - \ No newline at end of file diff --git a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171933-import-private-ocmw-associations.graph b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240515143332-import-private-ocmw-associations.graph similarity index 100% rename from config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171933-import-private-ocmw-associations.graph rename to config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240515143332-import-private-ocmw-associations.graph diff --git a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240515143332-import-private-ocmw-associations.ttl b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240515143332-import-private-ocmw-associations.ttl new file mode 100644 index 00000000..8518147e --- /dev/null +++ b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240515143332-import-private-ocmw-associations.ttl @@ -0,0 +1,2181 @@ + + @prefix xsd: . + @prefix mu: . + @prefix persoon: . + @prefix ext: . + @prefix person: . + @prefix session: . + @prefix foaf: . + @prefix besluit: . + @prefix ere: . + @prefix mandaat: . + @prefix org: . + @prefix dcterms: . + @prefix generiek: . + @prefix skos: . + @prefix dc_terms: . + @prefix regorg: . + + a ; + mu:uuid "cd6b1860-0ea8-4dd0-ae81-f48a4144bab8" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "adba90dd-959e-418c-9367-7ea053c28263" . + + + a ; + mu:uuid "71adc27f-c001-4c9f-af8c-a625449d3014" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "686eba92-02b8-493a-bf17-6173cd7c3dd4" ; + "0696665975" . + + . + + a ; + mu:uuid "786a962c-b92b-4609-801a-c27a04c21694" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "bc208b05-ccc3-4107-b39c-48cbeb431a0c" ; + "Primary" . + + a ; + mu:uuid "28cfc32f-4fb0-48ea-b709-791674f7a5f0" ; + "Secondary" . + + a ; + mu:uuid "2f372b9d-2bf8-4fcb-8dd0-2b7d871e876a" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "81f1473f-9312-4c1d-8fa2-ca0fae3a3a63" ; + org:classification ; + skos:prefLabel "WoonZorgGroep Arendonk" ; + regorg:legalName "WoonZorgGroep Arendonk" ; + ; + ; + . + + a ; + mu:uuid "2784fcf0-4faa-40d9-a56b-4addb39afecd" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "03adfc65-ce15-4115-94f9-7d66926deacd" . + + + a ; + mu:uuid "a4b6d446-2431-46a7-a5fd-38658756fde8" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "b8bcf208-6378-4c7f-850c-032fbb8f66bf" ; + "0696899963" . + + . + + a ; + mu:uuid "007b9e4c-245e-482e-8b1f-b751863bb444" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "33ffe071-e647-4dbf-aa7d-eef55c648954" ; + "Primary" . + + a ; + mu:uuid "71b61496-15ce-4cb1-b602-f2d8c143577b" ; + "Secondary" . + + a ; + mu:uuid "7e283833-f67c-49f2-aec8-8ba05794c318" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "a1b090ce-ad45-49cd-b6a6-5483af327e1a" ; + org:classification ; + skos:prefLabel "vzw WoonZORG Wuustwezel" ; + regorg:legalName "vzw WoonZORG Wuustwezel" ; + ; + ; + . + + a ; + mu:uuid "68c727e8-a45f-4cc5-9ef9-4162be7252d6" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "ca7fb912-df7d-40d5-80a9-38d9fbd66795" . + + + a ; + mu:uuid "252f3875-1470-4ea7-a64c-116ccc3e770c" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "78a3ac34-ff23-4a9d-89ec-7d5684f25f1f" ; + "0212165922" . + + . + + a ; + mu:uuid "460181de-4176-49f4-84ae-168d496bd03d" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "5497e2f4-b449-4901-a50f-7efd4fa3d774" ; + "Primary" . + + a ; + mu:uuid "25c7c473-6921-46e4-a01a-8225e911be0f" ; + "Secondary" . + + a ; + mu:uuid "ee5019f1-cb8a-4535-8a21-4972659f2727" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "78e7874a-f147-4c99-b6b1-4fdbe076c7b4" ; + org:classification ; + skos:prefLabel "vzw De Linde" ; + regorg:legalName "vzw De Linde" ; + ; + ; + . + + a ; + mu:uuid "b2928ba7-f0f3-4f6e-b53c-5455ca79b3c7" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "c60496b5-b991-4f44-984b-7eec4f508433" . + + + a ; + mu:uuid "6c08aa2f-3237-4239-ab97-90d26a008e2a" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "0ff92caf-8f47-4c77-ae5a-93702ed68043" ; + "0698838775" . + + . + + a ; + mu:uuid "5a833275-124b-48e4-8826-9559bb5669d5" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "adb9bf7e-d141-4bf2-9df3-fd1088cff381" ; + "Primary" . + + a ; + mu:uuid "32489e70-a68e-4faf-9788-53cb74eff7e3" ; + "Secondary" . + + a ; + mu:uuid "959f4587-0582-4220-9e36-180d8c35989e" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "cdc17e8e-4fca-4472-8287-9e8fc2d16754" ; + org:classification ; + skos:prefLabel "'t Heuverveld vzw" ; + regorg:legalName "'t Heuverveld vzw" ; + ; + ; + . + + a ; + mu:uuid "0cd6a0e0-36f4-4c41-937a-9028325e26c0" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "07106ed6-6785-4a71-a66d-71d917f439e2" . + + + a ; + mu:uuid "f3c8a05f-5cfb-4a36-a2b5-d48c27dd77a9" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "57ae0e4a-ed30-4d3c-b6b7-9650387eab08" ; + "0712777279" . + + . + + a ; + mu:uuid "dc2a9aff-e933-468f-ae86-ab53ccb38920" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "db40b027-4fef-43f2-a437-d438cb64f615" ; + "Primary" . + + a ; + mu:uuid "cc809d3e-93f9-4175-ae03-cad40cdc480e" ; + "Secondary" . + + a ; + mu:uuid "2e168195-8317-4907-942f-3a08f15564a1" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "e9f33f85-f209-4eb8-85e0-498a0f6262a4" ; + org:classification ; + skos:prefLabel "Buurtrestaurant 't Vondel vzw" ; + regorg:legalName "Buurtrestaurant 't Vondel vzw" ; + ; + ; + . + + a ; + mu:uuid "d00dd979-fb22-44ca-aca2-5ea49ac042b6" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "5b472cde-5d35-4a50-9511-787d7fd13bd7" . + + + a ; + mu:uuid "b972257a-d170-4f3e-aac2-eaaa18a5cfa6" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "fe7b5f3b-c801-413d-b31f-93b8053e9b0b" ; + "0735627214" . + + . + + a ; + mu:uuid "1ac31c61-c777-4308-bc5d-4c829ff45bc6" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "7e126326-fcce-4f4b-8f50-0645d0b346a6" ; + "Primary" . + + a ; + mu:uuid "7afe7497-8188-481b-96af-bcc68694957c" ; + "Secondary" . + + a ; + mu:uuid "5203acd0-f52a-4fbf-9212-7c01e7d836f0" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "04138978-6255-4556-9ead-d780e13260f8" ; + org:classification ; + skos:prefLabel "De Zonnewende" ; + regorg:legalName "De Zonnewende" ; + ; + ; + . + + a ; + mu:uuid "cf04176e-22a9-4e7e-b460-e7b7fc236dbd" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "2a6bc54f-375b-4421-92e7-0d9fccf0aaf2" . + + + a ; + mu:uuid "c4ee8946-2593-4468-a50d-c9f2c6dc303b" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "f7cb694e-18ed-4c06-81a2-99bf7323f87c" ; + "0462239939" . + + . + + a ; + mu:uuid "06a8c4f3-96f9-46e2-b1a5-465001c8df8d" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "553428c2-3ad2-44ce-a0b4-832d213aa337" ; + "Primary" . + + a ; + mu:uuid "21640bb6-5125-4b64-bf28-bfce51f1559a" ; + "Secondary" . + + a ; + mu:uuid "86515289-3e18-4a3c-af76-3202ec4674eb" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "caa7deeb-4fc3-43dc-94c3-f9364d61d6b5" ; + org:classification ; + skos:prefLabel "Dienstencheque-onderneming Duffel" ; + regorg:legalName "Dienstencheque-onderneming Duffel" ; + ; + ; + . + + a ; + mu:uuid "1d371a2f-08ed-4d25-b713-a8163fb0c673" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "2e3547a1-00f7-46da-838d-c6d972870f9b" . + + + a ; + mu:uuid "b3b17961-e88f-4a22-92db-fba7c8bc3ca0" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "67e1da0b-a502-478c-90c6-314882b87668" ; + "0881291322" . + + . + + a ; + mu:uuid "0e016a72-bd07-4019-80b2-bc9a5962010f" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "6bcfaddc-b5d2-45c3-b3fb-dfc5b232764f" ; + "Primary" . + + a ; + mu:uuid "af65fb62-f5c9-49ce-b65a-9f5726166b94" ; + "Secondary" . + + a ; + mu:uuid "995a41e0-9378-4b70-b4fb-585e6ee16572" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "cb1c7564-b85c-48c3-947b-f3ad3acf11e1" ; + org:classification ; + skos:prefLabel "Verenigde Ziekenhuizen van Waas en Durme vzw (voorheen A.Z. Nikolaas vzw)" ; + regorg:legalName "Verenigde Ziekenhuizen van Waas en Durme vzw (voorheen A.Z. Nikolaas vzw)" ; + ; + ; + . + + a ; + mu:uuid "b6e84229-39e3-4621-b6b0-6882e96905e3" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "87964273-0aa9-45e3-b323-1da1ea1ee674" . + + "851" . + + a ; + mu:uuid "50695d8d-41f4-44ab-b399-938f7197c886" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "0c8130ae-bac0-4717-a8b2-d542a7a77365" ; + "0262925527" . + + . + + a ; + mu:uuid "82a6cd5e-1368-4b82-891a-7cc893fbc2ed" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "8b7d2f8b-4433-4804-a371-8164a5441b55" ; + "Primary" . + + a ; + mu:uuid "30eea8dc-e365-41f4-bd96-db91777bad67" ; + "Secondary" . + + a ; + mu:uuid "e0a799c3-0105-4e59-92dd-31b34e8ecb24" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "5556dd43-4bf1-4353-a9a2-fa80a5837167" ; + org:classification ; + skos:prefLabel "Wieltjesgracht" ; + regorg:legalName "Wieltjesgracht" ; + ; + ; + . + + a ; + mu:uuid "0d31631a-4fa8-4636-b799-12203f3b201d" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "ef3944b4-9a36-4c26-b8b9-f6e1835066a7" . + + + a ; + mu:uuid "ab051274-e65f-4f3d-aebc-4f611c30540c" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "0613f4d1-fdf8-408a-bea9-af4d6c27a1a9" ; + "0505931808" . + + . + + a ; + mu:uuid "f730171d-b490-4cee-b5e1-e175e6a852dd" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "8513878d-d270-4379-ba61-36d0f5e3afb4" ; + "Primary" . + + a ; + mu:uuid "40b92994-c338-47db-a075-8f9ca652b0d0" ; + "Secondary" . + + a ; + mu:uuid "09be07b8-bdab-47af-bd91-65312ec8bf03" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "2c3e39f6-d918-46d9-b5e9-54d5638b5c70" ; + org:classification ; + skos:prefLabel "AZ Delta" ; + regorg:legalName "AZ Delta" ; + ; + ; + . + + a ; + mu:uuid "f3c2b05a-7fc0-465d-882d-6948717b708d" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "ec2c3254-ee54-4b10-8fb5-895d073b085d" . + + + a ; + mu:uuid "650165f6-ade4-4e42-a273-b39f29167cb0" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "e3d4251c-51e6-43c6-a28d-39903846c54c" ; + "0862382656" . + + . + + a ; + mu:uuid "880ea7f4-d080-4bf0-bb95-b856c23ddcfe" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "54b98180-7115-46c4-8970-8ccd3e18858b" ; + "Primary" . + + a ; + mu:uuid "b51755a9-da5a-4800-917d-1f92aad1b7b3" ; + "Secondary" . + + a ; + mu:uuid "9dd6a731-abda-43d8-8da3-72afc74d0f46" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "48e726e6-2172-4039-9956-402993f4b0c3" ; + org:classification ; + skos:prefLabel "Het Ziekenhuisnetwerk Antwerpen (ZNA) vzw" ; + regorg:legalName "Het Ziekenhuisnetwerk Antwerpen (ZNA) vzw" ; + ; + ; + . + + a ; + mu:uuid "58b1232a-9b0d-49a6-9fc5-50b0322b1a8a" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "e1d18141-8032-4fa5-bc9e-75dcff752005" . + + + a ; + mu:uuid "46f9e05a-6bb8-4035-b427-5c2b647c46b0" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "aafde790-b7a8-4668-872a-9a027241410d" ; + "0738896510" . + + . + + a ; + mu:uuid "92825f1f-c77b-40a1-8dc9-7e54f9d2c4d3" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "edf961c6-695c-49f4-81e3-fac3b8144916" ; + "Primary" . + + a ; + mu:uuid "96b51c71-8ef1-42fe-8191-c593c92c2722" ; + "Secondary" . + + a ; + mu:uuid "280078c9-a0aa-4b0b-9edb-e564d27ff98c" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "b9836a4f-da03-4cd3-8357-beb96f4f914d" ; + org:classification ; + skos:prefLabel "Ter Luchte" ; + regorg:legalName "Ter Luchte" ; + ; + ; + . + + a ; + mu:uuid "5e97b027-a856-4bf3-a457-f57d332ed7f0" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "3c34e27e-57ee-4854-9666-92b4e5253c8b" . + + + a ; + mu:uuid "c227e28f-7838-4196-9105-4f4db0a963ab" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "0ef2543c-0d02-4296-a7a0-909320623b3a" ; + "0821142117" . + + . + + a ; + mu:uuid "6b7d4ba0-e395-46f4-87e6-c7fef122b849" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "0e621889-6130-4b41-a121-04a97d4c7847" ; + "Primary" . + + a ; + mu:uuid "c4d2875a-ad7a-4a2a-b474-a0493f21e978" ; + "Secondary" . + + a ; + mu:uuid "7e57b7c0-556b-4141-900a-8930e925a130" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "4835fd43-8e5c-4d6f-aa15-19802a8a62f6" ; + org:classification ; + skos:prefLabel "VZW Jessa Ziekenhuis" ; + regorg:legalName "VZW Jessa Ziekenhuis" ; + ; + ; + . + + a ; + mu:uuid "9e01fc38-bc5a-4211-b994-901d606c5c81" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "33168f80-21ea-4803-9110-cc8398809ac4" . + + + a ; + mu:uuid "785ea95e-7c25-4718-ac1d-aeb09cb0729f" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "f7b0590e-2007-4b9c-be45-f8fe2634d469" ; + "0897191602" . + + . + + a ; + mu:uuid "f0f73501-fbb7-43cd-aae4-821b392c3113" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "c6adf48b-d3a5-40a7-a853-28357dd4d79c" ; + "Primary" . + + a ; + mu:uuid "299be4f6-abb5-4644-833b-d2fffdcbe13b" ; + "Secondary" . + + a ; + mu:uuid "c1138003-be5d-4278-b5e7-4371699fa154" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "81377f0c-b234-47d8-ba00-7b04454559e4" ; + org:classification ; + skos:prefLabel "AZ Turnhout vzw" ; + regorg:legalName "AZ Turnhout vzw" ; + ; + ; + . + + a ; + mu:uuid "9e8ac200-9b87-451d-a8ef-de7b2dbdc8b6" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "8400c6c5-e067-4bf2-8b7d-e10c2a2b9c0a" . + + + a ; + mu:uuid "05e7c740-6c91-4d6d-9bc9-07bce6314ea9" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "f31e3ec8-5599-40b4-a557-b4541faf2a82" ; + "0821734213" . + + . + + a ; + mu:uuid "4ede76a6-8295-472f-b111-41e562eae297" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "de01bcea-cc3d-479b-bf09-9101a6a5ee9e" ; + "Primary" . + + a ; + mu:uuid "3c39405f-5baa-4a44-a11c-b9a7750ee079" ; + "Secondary" . + + a ; + mu:uuid "a6ddec32-7084-4d12-ac24-baf0ff706907" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "8305b1d1-a3f5-40fc-948b-ab8414957033" ; + org:classification ; + skos:prefLabel "AZ Sint-Elisabeth Herentals" ; + regorg:legalName "AZ Sint-Elisabeth Herentals" ; + ; + ; + . + + a ; + mu:uuid "f5b515cc-3033-4ecb-aa41-320c1159a761" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "68961b02-a2bb-4fe6-9d29-7f8116474244" . + + + a ; + mu:uuid "09c1b496-8f1f-4d1d-9c44-21721bf2a89f" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "07c37a1c-ca0f-4177-9013-efa93aa7dec0" ; + "0870757023" . + + . + + a ; + mu:uuid "8682e201-c8f9-4a56-807c-bd9fd55bf6fd" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "53d2b993-8e1e-4844-8db2-1143807b1aa8" ; + "Primary" . + + a ; + mu:uuid "e45d93f7-5668-477e-a633-1905223914a2" ; + "Secondary" . + + a ; + mu:uuid "0a557a92-5d12-46a7-81df-e1b1ac8d8855" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "9da77bee-26ab-40b7-a755-eb4b67d5ff88" ; + org:classification ; + skos:prefLabel "AZ Oudenaarde vzw" ; + regorg:legalName "AZ Oudenaarde vzw" ; + ; + ; + . + + a ; + mu:uuid "d4185f86-fd84-4dae-af96-3b0724cf39c3" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "7bca1d62-3e93-435f-bc59-446baca63303" . + + + a ; + mu:uuid "cc8756f7-f7e1-4820-a5a0-90e7dbaf4e80" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "f83aad10-aa2a-4991-b0c6-c2dc4b7893c1" ; + "0475777476" . + + . + + a ; + mu:uuid "329e610a-b087-47cf-8287-e8b36b697ac2" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "4620d91e-7837-4f78-915e-96074b79d94d" ; + "Primary" . + + a ; + mu:uuid "2a10abec-7343-4ca0-9a94-865c12ea34bb" ; + "Secondary" . + + a ; + mu:uuid "6dbdf675-c59b-4300-99a9-cd5627859a09" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "cbdec98b-778d-42f3-adeb-d205a3ae95f7" ; + org:classification ; + skos:prefLabel "vzw Ziekenhuis Maas en Kempen" ; + regorg:legalName "vzw Ziekenhuis Maas en Kempen" ; + ; + ; + . + + a ; + mu:uuid "e4df98c9-2221-4bea-8660-34357a973d1b" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "90d7f175-c930-4047-8951-d4e2e418e286" . + + "1376" . + + a ; + mu:uuid "e38d6b3c-8c1f-4be4-b546-08d9d76fda0e" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "7a2567ce-3df0-4fb0-ae01-dff1cb1f16b4" ; + "0267386438" . + + . + + a ; + mu:uuid "39888728-999b-46f2-a620-a5207d973084" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "f47b16f9-8a5a-40c1-bbe0-c60643c3bd36" ; + "Primary" . + + a ; + mu:uuid "cf972018-2049-409e-a148-dc04bd85983e" ; + "Secondary" . + + a ; + mu:uuid "735d7c33-6dfc-40af-ad09-0191ef1fd6c4" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "dbb3145c-199f-4dd1-b246-1327b39dafc7" ; + org:classification ; + skos:prefLabel "AZ Jan Portaels" ; + regorg:legalName "AZ Jan Portaels" ; + ; + ; + . + + a ; + mu:uuid "62e00f77-d95d-4ac2-9859-d4a554bc6920" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "bab4a216-0f84-4846-b340-8bb9ce1e610f" . + + + a ; + mu:uuid "3a84b9b6-bd4d-4106-8bdb-f73413cc7668" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "d736d464-20b9-4a9d-9c53-18b14040316f" ; + "0472222625" . + + . + + a ; + mu:uuid "58b7f511-3271-4172-8db8-cabb840bbfeb" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "45294b16-15b0-4c0b-94fa-f75bfc4ffe15" ; + "Primary" . + + a ; + mu:uuid "f19a1f07-b4d1-4d9a-b9cf-50bb2e282c8a" ; + "Secondary" . + + a ; + mu:uuid "a8ba800d-c6e5-438c-8198-7359985b51c6" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "de5638d3-8b5c-4301-8ae1-0a2b60063681" ; + org:classification ; + skos:prefLabel "AZ Groeninge" ; + regorg:legalName "AZ Groeninge" ; + ; + ; + . + + a ; + mu:uuid "67f925f9-0d45-483b-a3ab-28f460792ab6" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "4b6f5f6f-a949-45c7-9dec-29cb14ef0c00" . + + + a ; + mu:uuid "70f48fd0-4f22-406c-b6f0-c086045d3f88" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "94a0a7c4-d384-4cce-b72b-f5a621142223" ; + "0883325451" . + + . + + a ; + mu:uuid "1761cfc0-e6d9-45e5-ad8b-d64b0df7cc1b" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "b0e3acd4-1c61-41b6-8d00-e2304282c245" ; + "Primary" . + + a ; + mu:uuid "b17283a3-b6f1-4340-aae5-0b4d05813c0f" ; + "Secondary" . + + a ; + mu:uuid "45dfc0ac-4467-493e-857d-2a6594243b6e" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "d24aefec-7341-4575-9f40-e90289065609" ; + org:classification ; + skos:prefLabel "Het Pareltje" ; + regorg:legalName "Het Pareltje" ; + ; + ; + . + + a ; + mu:uuid "28503871-4783-4ec2-8285-7d1e06e0549b" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "6e995ec7-4124-4128-8075-97cd7ad50bee" . + + + a ; + mu:uuid "5d156d55-6952-4167-afa5-41959012927f" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "4b8c88bb-0865-4c7a-9c9c-43adf856b05b" ; + "0865013039" . + + . + + a ; + mu:uuid "77778a7a-fe1b-4b30-bb92-dd3f1de4322d" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "2e0caa12-af77-4442-8796-85583719813f" ; + "Primary" . + + a ; + mu:uuid "d37d6394-e6fa-4312-86b4-f31d7c30fe61" ; + "Secondary" . + + a ; + mu:uuid "9617e5e3-797b-4558-ba96-7c04d285ae0c" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "f833e6f0-b80c-4d5d-a16d-e915c7ac7c5f" ; + org:classification ; + skos:prefLabel "Sociaal Verhuurkantoor 'De Woonkans vzw'" ; + regorg:legalName "Sociaal Verhuurkantoor 'De Woonkans vzw'" ; + ; + ; + . + + a ; + mu:uuid "45f8642e-a227-45f8-8403-5a81522ac555" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "06709b53-6381-4599-b1dd-072f5d89d12b" . + + + a ; + mu:uuid "eb002715-2f99-44f5-b461-da758d341884" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "fdf3eabf-770d-4472-bfb3-01f6e31aa320" ; + "0865010069" . + + . + + a ; + mu:uuid "a05b4e54-67e7-4b96-81e8-9cfb2e261e20" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "ba3eeab4-0346-4c9a-8b84-74cf82f34ca4" ; + "Primary" . + + a ; + mu:uuid "635b97d5-76c2-4b5b-b107-e57e255134e7" ; + "Secondary" . + + a ; + mu:uuid "2c96d103-70d9-4dd7-9537-a4834df26d29" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "f046264d-b893-47d2-9769-137567f417d1" ; + org:classification ; + skos:prefLabel "SVK Mechelen" ; + regorg:legalName "SVK Mechelen" ; + ; + ; + . + + a ; + mu:uuid "57a9bd25-eeab-40f0-98bd-cf031f9b066e" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "6fdcab2a-0ea6-44fe-9cb3-2828bad6c3dc" . + + + a ; + mu:uuid "55884b57-ef6a-4c95-b08a-1a3540ebcb56" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "73270aaf-42c1-4e2a-ac8a-c9d9977f4f1b" ; + "0473360790" . + + . + + a ; + mu:uuid "748b8761-bca2-4037-81f3-4028ba1b9444" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "a5bc8636-21de-417a-b87a-233a3a78cecb" ; + "Primary" . + + a ; + mu:uuid "020d51a2-a623-4b40-8809-5cbf480afe47" ; + "Secondary" . + + a ; + mu:uuid "b1f64213-7848-4266-a65c-63ad5f758190" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "e12812a2-7c7c-41b2-935b-477df9df404a" ; + org:classification ; + skos:prefLabel "Sociaal verhuurkantoor Onderdak" ; + regorg:legalName "Sociaal verhuurkantoor Onderdak" ; + ; + ; + . + + a ; + mu:uuid "9b892f36-26e6-4015-877b-964e0859d5b4" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "89e7d2f6-499c-42ba-a81c-aeba7c43fa35" . + + + a ; + mu:uuid "7cad8c84-bc9c-45c8-9867-84aff06d95ee" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "35501251-ec9e-4530-a567-a6c1b32a7b8a" ; + "0871619135" . + + . + + a ; + mu:uuid "c24becb9-fd96-422d-87fd-4c17eec82229" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "d5e5de97-b375-4c05-88b1-0de06ffa9d86" ; + "Primary" . + + a ; + mu:uuid "a4fe6fa1-bf50-4665-a424-d2277c8bab42" ; + "Secondary" . + + a ; + mu:uuid "32376652-9c13-4c29-9eb8-6f9973cbf995" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "65c07cc9-8697-47b8-ac9c-981eeedcec09" ; + org:classification ; + skos:prefLabel "vzw Woon- en Zorgcentrum Ter Kempen" ; + regorg:legalName "vzw Woon- en Zorgcentrum Ter Kempen" ; + ; + ; + . + + a ; + mu:uuid "857af5e9-989e-4723-904f-bb46a68d7bc5" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "eaa3ecd2-21fa-4db5-b6e6-f8d80e8ba25b" . + + + a ; + mu:uuid "ba45ae99-a38d-458a-84a1-984f44f12cdc" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "e7d85bce-fcc1-45ec-a452-010785754a50" ; + "0870855409" . + + . + + a ; + mu:uuid "b1d18f87-3d80-429a-be0f-8a9b936b41f7" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "1a9316f5-456f-4b67-b337-6431e69dad1a" ; + "Primary" . + + a ; + mu:uuid "0bce0214-0667-4770-a683-455f2ea26a1a" ; + "Secondary" . + + a ; + mu:uuid "10a0e80f-4224-45f0-b25c-17fa850377dc" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "a60e73d2-2b6e-4cf0-a0f6-1969cf6d2ff1" ; + org:classification ; + skos:prefLabel "vzw Woon- en Zorgcentrum Zoersel" ; + regorg:legalName "vzw Woon- en Zorgcentrum Zoersel" ; + ; + ; + . + + a ; + mu:uuid "1858a6f8-17f0-45bb-b63b-3145ce3cd9e6" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "8fddf845-7ffb-4811-acf6-15772bcb70ae" . + + + a ; + mu:uuid "99cab017-8ae9-4519-8513-36377012e130" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "c33a8b4a-0151-4ef8-9c15-393876348c99" ; + "0632607670" . + + . + + a ; + mu:uuid "87f0df81-6d6b-4dca-810c-ea9e26931c18" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "e58a706b-f8fd-428a-ba90-372aae6ad82c" ; + "Primary" . + + a ; + mu:uuid "6b761f33-c771-43db-8193-8e07789f5a6d" ; + "Secondary" . + + a ; + mu:uuid "710907d6-c0d4-44c8-a63c-93873f023566" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "7f027136-6e25-4227-aaab-a6e26029aab0" ; + org:classification ; + skos:prefLabel "Sense Mortsel VZW" ; + regorg:legalName "Sense Mortsel VZW" ; + ; + ; + . + + a ; + mu:uuid "b10e1308-ad20-4b1b-8123-e6bba9f0607e" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "e8be9e3c-e70f-46d8-bde1-d49fd11ded54" . + + + a ; + mu:uuid "025de8a5-bef8-4753-acdf-1d7e5b46f93e" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "4ec1eb59-c54c-479d-8e29-2f467e569a97" ; + "0887953044" . + + . + + a ; + mu:uuid "85e1a532-71bf-4084-8257-d91a99b8095e" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "6870bb6e-27b1-49f2-a18a-617c1b1c44f5" ; + "Primary" . + + a ; + mu:uuid "1f86607f-b0ce-444f-8034-21f7ebfb5d48" ; + "Secondary" . + + a ; + mu:uuid "d6c89930-596e-4b1e-b8f2-735823b7cc9f" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "88e78916-959a-4f89-b899-2243b19afc87" ; + org:classification ; + skos:prefLabel "OPPORTUNITAS dienstenbedrijf Noord-Limburg" ; + regorg:legalName "OPPORTUNITAS dienstenbedrijf Noord-Limburg" ; + ; + ; + . + + a ; + mu:uuid "bc4bdeb0-47aa-4e72-86ad-8dd021c83834" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "36878fb9-6898-41e3-8b22-74c7b777c2d5" . + + + a ; + mu:uuid "f73fde90-ccac-4767-80bf-66db1a6c17f5" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "7eaf39a9-179c-40fb-a2f5-10e07ba2ea48" ; + "0838654674" . + + . + + a ; + mu:uuid "9dca3f46-60df-49d3-8c34-feede7c90de8" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "deb8d602-91cb-4f1e-8122-b71211282215" ; + "Primary" . + + a ; + mu:uuid "24c1584f-2e66-4212-b8ed-20c70a737e25" ; + "Secondary" . + + a ; + mu:uuid "9ecdbc8e-d26d-4f7b-a885-91e21399ece5" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "74753c7c-e56a-4f86-bb1f-5c0c266743e2" ; + org:classification ; + skos:prefLabel "vzw Woonzorg Lanaken" ; + regorg:legalName "vzw Woonzorg Lanaken" ; + ; + ; + . + + a ; + mu:uuid "b392233f-4aae-4ae0-b12b-6eb469927511" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "fb803a9c-0c6f-4bf3-b470-32cfb084c99d" . + + + a ; + mu:uuid "27184062-8c3d-447e-b3fd-4e6a850f611d" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "2978e00e-e05e-4e2e-80b8-6f23f6be5100" ; + "0471364174" . + + . + + a ; + mu:uuid "21a0bc9d-1fdd-4667-916c-4b1b83e43362" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "b41826bc-4594-4a4e-9a53-f89c71db6bd0" ; + "Primary" . + + a ; + mu:uuid "a5283354-ee12-48be-89d4-dc78fd667a05" ; + "Secondary" . + + a ; + mu:uuid "76e01603-e2cb-447b-8ec6-c6cebe74f68b" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "78298b3b-1dea-4ff5-beb8-36a67cd2b796" ; + org:classification ; + skos:prefLabel "Ahasverus" ; + regorg:legalName "Ahasverus" ; + ; + ; + . + + a ; + mu:uuid "bf0d1b7d-3cb2-4897-9ad2-2d772186ab59" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "37753318-afa4-4258-9b6a-a4ba9d121e49" . + + + a ; + mu:uuid "3abc3b50-a9cf-45e4-9a60-0dd43648aca5" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "dc9d4e93-8325-484f-8533-3ced9460e2bc" ; + "0861157387" . + + . + + a ; + mu:uuid "22e91b63-ad50-434d-9ddf-5b9d60da52ea" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "c5b354b9-5d88-4f94-8eed-f3c81247c571" ; + "Primary" . + + a ; + mu:uuid "0adef2da-e582-4a2c-b9e5-a79d2b1588ec" ; + "Secondary" . + + a ; + mu:uuid "5679194a-633a-406a-825f-1aab4c011800" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "2efb2fd5-7e41-4f61-a340-5960513333d9" ; + org:classification ; + skos:prefLabel "Woonzorgcentrum d'Eycken Brug" ; + regorg:legalName "Woonzorgcentrum d'Eycken Brug" ; + ; + ; + . + + a ; + mu:uuid "a9c72709-9aa4-4311-a95f-d9b41022cd53" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "2c41e3a8-b549-47a1-87ad-c637449c7da4" . + + + a ; + mu:uuid "c7453b36-0d5b-4d13-bf51-d4da89485345" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "0bf4a6a4-33bc-4c0c-9827-1fca30898f16" ; + "0476803795" . + + . + + a ; + mu:uuid "57a36a64-5841-45e2-b3c6-30cfb51cb895" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "7f9d12fa-1ada-4ac2-ba44-8c1582a4fe2d" ; + "Primary" . + + a ; + mu:uuid "815410ed-6374-472e-b076-69114a5a0beb" ; + "Secondary" . + + a ; + mu:uuid "9ab2e456-dafc-4a5b-96ef-0b7defdeec8a" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "4be9881b-95e0-403a-bb1f-407a5ebd301e" ; + org:classification ; + skos:prefLabel "vzw Buurtbedrijf Drietakt" ; + regorg:legalName "vzw Buurtbedrijf Drietakt" ; + ; + ; + . + + a ; + mu:uuid "c8d40632-552a-442c-a47c-5d91c17a8af6" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "379bb4b1-9764-400c-bcda-8c5fb9592258" . + + + a ; + mu:uuid "475af391-c4c4-4bcd-8086-321349fe5a09" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "5a9fed57-6f2d-4759-9e3f-8cc0b948c925" ; + "0884212804" . + + . + + a ; + mu:uuid "9d7d8558-1fc1-4fd8-8993-c7a22bdcf886" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "f21fdddb-465f-477e-81a4-cc7069f65392" ; + "Primary" . + + a ; + mu:uuid "ed752c7a-6821-490a-9ec8-2aeb82b98458" ; + "Secondary" . + + a ; + mu:uuid "943913b8-4fea-48ae-a824-3c044cb82f6a" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "5f14a83e-2b98-44f0-8f40-8fc618cc98ab" ; + org:classification ; + skos:prefLabel "SVK Hageland vzw" ; + regorg:legalName "SVK Hageland vzw" ; + ; + ; + . + + a ; + mu:uuid "27d092df-88a0-4fbc-aae3-e175aa372202" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "91267c9b-22bb-4e1d-900b-13ea110bfe2d" . + + + a ; + mu:uuid "29c200bf-a56b-4eda-8abc-d7a8bc03af0b" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "9d240518-83cd-4f3a-8538-45be2f007607" ; + "0848738221" . + + . + + a ; + mu:uuid "c9841bcd-ac39-46ff-89d3-4128cc905638" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "47e42bfd-9f9b-4815-8f6d-f9a29c6543de" ; + "Primary" . + + a ; + mu:uuid "426a05aa-86ba-4e6a-a6bf-d12d3265f910" ; + "Secondary" . + + a ; + mu:uuid "929f1bf4-62e6-4c56-b8d1-6b7ada7624c0" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "d42c8aed-4561-49f3-8d35-dbe0fde2553c" ; + org:classification ; + skos:prefLabel "Woonzorgzone De Kouter vzw" ; + regorg:legalName "Woonzorgzone De Kouter vzw" ; + ; + ; + . + + a ; + mu:uuid "128f20d2-e397-4ace-b748-6b06f1113077" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "5f2eb42c-f6dd-4dfe-8036-ccd1b2601b03" . + + + a ; + mu:uuid "94e50dbd-ecc4-4243-b476-744573f2680a" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "fa27649c-3ef9-4c3a-bdb7-f8c22e5e7474" ; + "0833161902" . + + . + + a ; + mu:uuid "56064866-663d-4dc9-862c-72982e391a6c" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "bd8da9b1-aeec-4eba-9773-53202c684ec3" ; + "Primary" . + + a ; + mu:uuid "1fe73b82-4bd6-466d-a396-2a790ed5ca6a" ; + "Secondary" . + + a ; + mu:uuid "265fe9f2-63e5-4b0a-9045-2d10dbe1f915" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "26253779-837e-4d62-bb36-0632a8410b99" ; + org:classification ; + skos:prefLabel "Amphora" ; + regorg:legalName "Amphora" ; + ; + ; + . + + a ; + mu:uuid "776d7707-c5be-4baa-a36d-f661070fdeb8" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "dc950592-6aac-47e4-8607-71ac7f361edb" . + + + a ; + mu:uuid "9484faeb-c478-4f16-90e5-073ecc8ae923" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "9873907a-bfcd-4109-b364-20c59fbf122e" ; + "0472751175" . + + . + + a ; + mu:uuid "076409a5-5871-403a-a545-b2a5ec03cfe8" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "473019df-7114-4cff-9027-72c399d631a9" ; + "Primary" . + + a ; + mu:uuid "55dd98d1-0ae3-4a81-86c3-1df1f0d580d5" ; + "Secondary" . + + a ; + mu:uuid "02143502-7dec-40e1-a5dc-fe2faf951608" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "03baec8b-0a59-4777-9026-082d20e8afd1" ; + org:classification ; + skos:prefLabel "vzw Mentor" ; + regorg:legalName "vzw Mentor" ; + ; + ; + . + + a ; + mu:uuid "117bcdff-7233-4268-b873-403319b72e40" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "adcd83e0-e55e-4f67-9085-820965c1e3f5" . + + + a ; + mu:uuid "dc145c91-cc0c-444d-8d80-4be9e4574a49" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "caf3821e-7f7f-4102-91ab-ae31253c7d80" ; + "0832024923" . + + . + + a ; + mu:uuid "2786d9c6-04ea-4962-ba0b-92b9ca236350" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "f4c4a204-9e88-44d1-a46f-80393d598578" ; + "Primary" . + + a ; + mu:uuid "ddb10860-a793-4cfe-801b-158d1921bb19" ; + "Secondary" . + + a ; + mu:uuid "0835d19d-9528-40d4-9b58-c703f47d6c7c" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "272ab4f1-a97a-4de6-b9b5-01d4684c5dc5" ; + org:classification ; + skos:prefLabel "Zorg en Welzijn Zedelgem" ; + regorg:legalName "Zorg en Welzijn Zedelgem" ; + ; + ; + . + + a ; + mu:uuid "0b934429-536c-4db5-84ca-7acd240353de" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "88deb7de-636e-404b-9bdc-625e4325f7df" . + + + a ; + mu:uuid "3e8d3599-1120-4f8c-9583-628ef0afddeb" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "f20dc6c4-21f1-44cc-af8e-db7b7afac97a" ; + "0644984078" . + + . + + a ; + mu:uuid "30f0573b-b8ec-4ecf-afb6-6bcd78dbff57" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "22970b11-921e-4056-9747-75ecf0cc3da7" ; + "Primary" . + + a ; + mu:uuid "0fd53707-85fa-4b0f-ad42-119b598cab80" ; + "Secondary" . + + a ; + mu:uuid "72d61335-cce6-413d-8db8-91796a3aaa84" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "58c2b34f-93b8-469f-8403-6d97d17c1fb6" ; + org:classification ; + skos:prefLabel "Woonzorgcentrum Zilverbos" ; + regorg:legalName "Woonzorgcentrum Zilverbos" ; + ; + ; + . + + a ; + mu:uuid "ed45ef10-a4ce-4e2d-a799-a26a1c51001e" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "4349d0cc-558f-42ed-95bd-b4ad0d429f29" . + + + a ; + mu:uuid "7e9660f2-91c1-411b-b09d-49f52793ea3c" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "e84127ee-f34b-4f1d-b105-c5a8871b2b45" ; + "0633854022" . + + . + + a ; + mu:uuid "1486b3ad-cb2f-45d8-a845-b1f61941fdd1" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "4fbb3a0a-2861-4da7-a14c-3706df043ef0" ; + "Primary" . + + a ; + mu:uuid "b76cdecd-6639-48a9-ad79-9fd2369abc19" ; + "Secondary" . + + a ; + mu:uuid "86e46ef0-3230-44ec-9a39-31fdcdd8682b" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "8a298ce1-6d90-46e5-8f53-6a5dc7d07d5b" ; + org:classification ; + skos:prefLabel "Woonzorgcentrum Van Lierde vzw" ; + regorg:legalName "Woonzorgcentrum Van Lierde vzw" ; + ; + ; + . + + a ; + mu:uuid "9ee0469e-079b-43fb-a8a4-a8a836efb0ce" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "018ffe85-f37b-4437-9b62-b8ea8f26198e" . + + + a ; + mu:uuid "d99b0c89-3d16-458a-8d21-88f452567104" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "15eb4485-4798-4237-8427-23409e1f5385" ; + "0566983014" . + + . + + a ; + mu:uuid "fbcea643-9f81-4fe2-8f34-973f947a3dbc" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "52b62a15-cd0f-4304-80b9-ee4f472593f2" ; + "Primary" . + + a ; + mu:uuid "e06a98cd-dacd-4138-a00b-6d6d798816c5" ; + "Secondary" . + + a ; + mu:uuid "808af901-5c71-4d50-ba54-c46c42282c48" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "15220ec1-0b3c-4e03-adbc-24275b080090" ; + org:classification ; + skos:prefLabel "Blijvelde woon- en zorgcentrum vzw" ; + regorg:legalName "Blijvelde woon- en zorgcentrum vzw" ; + ; + ; + . + + a ; + mu:uuid "88bcb3ab-48c1-4908-848d-446687ab9b65" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "4ff5d188-2588-4b02-9ba0-7b36157cd082" . + + + a ; + mu:uuid "5244031a-fff2-4434-b30b-154e8c35ea72" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "34147a5d-b490-48d2-8c68-7352655e7a40" ; + "0881602118" . + + . + + a ; + mu:uuid "e7927cf9-5ea8-4849-932b-4903ba6f12f5" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "7d6b4943-32c6-42f0-acd4-dcc4b631a3c0" ; + "Primary" . + + a ; + mu:uuid "cbd3070e-3e89-401f-bb77-0f4db32ade3f" ; + "Secondary" . + + a ; + mu:uuid "1891afe2-d254-4695-995e-9a9118239468" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "ef414b37-e738-4824-8148-36fa8026b884" ; + org:classification ; + skos:prefLabel "Sociaal Verhuur Kantoor (SVK) Het Scharnier" ; + regorg:legalName "Sociaal Verhuur Kantoor (SVK) Het Scharnier" ; + ; + ; + . + + a ; + mu:uuid "8f0ccbdb-bf13-4fc4-ab00-787b5d4a0fbf" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "8a87d040-ae91-435d-b42f-714353076d06" . + + + a ; + mu:uuid "e3efccfa-89dc-48f7-b7df-5975fa131e16" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "382ceabb-84cc-42cd-a882-ff254feae53b" ; + "0799574166" . + + . + + a ; + mu:uuid "21830561-90e5-4c21-87e9-9b2ab84ad68e" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "23232a40-3f5d-4178-870c-87559f1728f6" ; + "Primary" . + + a ; + mu:uuid "49d2a30e-20bd-47fa-9b0b-adaf349626bc" ; + "Secondary" . + + a ; + mu:uuid "402acd4b-4eda-410c-a9da-2c9b51df8921" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "23f5dbc2-c225-4022-9544-1cae61df43fe" ; + org:classification ; + skos:prefLabel "Trefpunt Zorg" ; + regorg:legalName "Trefpunt Zorg" ; + ; + ; + . + + a ; + mu:uuid "4176da9f-cbba-4742-a2b1-4cb4f78da8b0" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "2e9fe1c1-b2dc-4559-9c9b-49fc0ab01852" . + + + a ; + mu:uuid "984989a9-656b-481a-bda1-4d1adf6fad07" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "562b260c-4156-43c5-9c3f-fd642941edd4" ; + "0800023336" . + + . + + a ; + mu:uuid "e7bf0ce9-ee7b-47f6-b1ca-3b7a3dfd0123" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "34b531cd-fe3d-42d8-850b-be4bab329084" ; + "Primary" . + + a ; + mu:uuid "96a125e2-9538-464c-888e-524fb68641c1" ; + "Secondary" . + + a ; + mu:uuid "38c4bbd7-413d-4be0-86a6-8ca580d7a1d9" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "b1d15b1f-2e0e-45ec-b593-4bd3f71ed322" ; + org:classification ; + skos:prefLabel "AZ Oostende" ; + regorg:legalName "AZ Oostende" ; + ; + ; + . + + a ; + mu:uuid "e36ba4d9-6884-486e-a4b5-91edf06f770c" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "7a7d6171-cb80-4a15-a633-34a307edf8f3" . + + + a ; + mu:uuid "1e043a9f-29a8-4dba-9f97-0984c6a2d212" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "80488477-f390-4c7b-89cc-5df2af3f4654" ; + "1005154085" . + + . + + a ; + mu:uuid "b624f5f0-7c62-411b-af62-086194849346" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "12aa7266-0b57-4ff4-9fc6-24ab3e17f62b" ; + "Primary" . + + a ; + mu:uuid "ef115d58-595e-4ce3-aec0-94efcde19ea5" ; + "Secondary" . + + a ; + mu:uuid "2107ed13-8fad-4d60-8356-83d29bc2b222" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "511438e3-205d-477c-9591-1f5b9def2561" ; + org:classification ; + skos:prefLabel "Fusieziekenhuis OLV-A.S.Z." ; + regorg:legalName "Fusieziekenhuis OLV-A.S.Z." ; + ; + ; + . + + a ; + mu:uuid "75813487-77b3-4b69-894b-595fff5769ca" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "9bdb79b7-99e6-421b-8cc9-b60584402efa" . + + + a ; + mu:uuid "70db8e48-ad23-47ee-ba68-b73c3348c117" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "8bb46e67-82ac-4259-b3d0-3b9a82e4ab94" ; + "0867804659" . + + . + + a ; + mu:uuid "73f72542-01fe-46c6-aea7-af76d17b79b6" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "120383c3-134a-4d7a-843b-5872e801d78d" ; + "Primary" . + + a ; + mu:uuid "c66bc5d8-bae1-4967-8d2d-ea67fd1de854" ; + "Secondary" . + + a ; + mu:uuid "1dfdfe65-a9f0-435b-86bb-45f64a1f59ab" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "c76fa344-e6de-4eb9-be4d-c15f67d59d63" ; + org:classification ; + skos:prefLabel "Welzijnscampus Gerkenberg vzw" ; + regorg:legalName "Welzijnscampus Gerkenberg vzw" ; + ; + ; + . + + a ; + mu:uuid "bd2f8ee2-587c-4d51-a78c-8fe2d169009c" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "e10120c7-d886-4bfc-ad78-01096447ea1c" . + + + a ; + mu:uuid "b499bcea-5beb-49bd-ac3b-0938bd376aa2" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "e5352949-f2ba-47e6-8ed6-5fc75dc14c8c" ; + "0459644990" . + + . + + a ; + mu:uuid "278572f8-87bc-4b98-b5ab-1c51e59ceb1d" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "37e205a3-e7fd-43ae-bab2-33c39d449a16" ; + "Primary" . + + a ; + mu:uuid "cb0271c9-5b8c-4425-b94e-e49d7b67f99c" ; + "Secondary" . + + a ; + mu:uuid "5e7c9367-7748-45de-bbd6-8b1fa7322b03" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "56e67791-e5e9-4bf2-97a6-651e3247c77a" ; + org:classification ; + skos:prefLabel "De kringwinkel Zuiderkempen" ; + regorg:legalName "De kringwinkel Zuiderkempen" ; + ; + ; + . + + a ; + mu:uuid "b38e62c4-fe2a-4e60-b529-9b8e03ad4bbb" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "09beedbd-a0ce-4a57-89b3-02ca342eab1e" . + + + a ; + mu:uuid "0448d239-e8b2-4c31-99bc-511393400140" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "505db021-8b7b-48f3-ae96-3c0b5be9c881" ; + "0823319370" . + + . + + a ; + mu:uuid "49e8cfba-c3d1-4b31-91e8-18fdf2c53e77" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "ae42def4-9e8f-42fb-8dc5-79dce62ff882" ; + "Primary" . + + a ; + mu:uuid "9d41b8ff-572a-46ca-b7cb-01531d6b9cd4" ; + "Secondary" . + + a ; + mu:uuid "e07256ea-de88-4ae9-bfcd-c14d03d868bc" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "8b2e8749-98a9-450f-b2f1-7a93115ef513" ; + org:classification ; + skos:prefLabel "Voetbal in de Stad vzw" ; + regorg:legalName "Voetbal in de Stad vzw" ; + ; + ; + . \ No newline at end of file diff --git a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240515143333-create-governing-bodies-for-private-ocmw-associations.sparql b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240515143333-create-governing-bodies-for-private-ocmw-associations.sparql new file mode 100644 index 00000000..7323da24 --- /dev/null +++ b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240515143333-create-governing-bodies-for-private-ocmw-associations.sparql @@ -0,0 +1,169 @@ + + INSERT { + GRAPH { + ?orgaanInTime a ; + ?uuidOrgaanInTime ; + ?orgaan ; + "2019-01-01T00:00:00"^^xsd:dateTime . + + ?orgaan a ; + ?uuidOrgaan ; + ?orgaanLabel ; + ?classificationOrgaan ; + ?bestuurseenheid . + } + } WHERE { + VALUES ?classificationOrgaan { + "http://data.vlaanderen.be/id/concept/BestuursorgaanClassificatieCode/013cc838-173a-4657-b1ae-b00c048df943" + "http://data.vlaanderen.be/id/concept/BestuursorgaanClassificatieCode/b52094ff-21a2-4da8-8dbe-f513365d1528" + "http://data.vlaanderen.be/id/concept/BestuursorgaanClassificatieCode/41caf7e6-b040-4720-9cc2-a96cfffed5b4" + } + + VALUES ?bestuurseenheid { + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + } + + ?bestuurseenheid a ; + skos:prefLabel ?bestuurseenheidLabel . + + ?classificationOrgaan skos:prefLabel ?classificationOrgaanLabel . + + BIND(CONCAT(?classificationOrgaanLabel, " ", ?bestuurseenheidLabel) as ?orgaanLabel) + + BIND(MD5(CONCAT(?bestuurseenheid, ?classificationOrgaan, "orgaanInTime")) as ?uuidOrgaanInTime) + BIND(MD5(CONCAT(?bestuurseenheid, ?classificationOrgaan, "orgaan")) as ?uuidOrgaan) + BIND(IRI(CONCAT("http://data.lblod.info/id/bestuursorganen/", ?uuidOrgaanInTime)) AS ?orgaanInTime) + BIND(IRI(CONCAT("http://data.lblod.info/id/bestuursorganen/", ?uuidOrgaan)) AS ?orgaan) + } + ; + \ No newline at end of file diff --git a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513194129-import-private-ocmw-association-addresses.sparql b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240515143512-import-private-ocmw-association-addresses.sparql similarity index 100% rename from config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513194129-import-private-ocmw-association-addresses.sparql rename to config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240515143512-import-private-ocmw-association-addresses.sparql diff --git a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513174042-import-private-ocmw-association-contact-details.sparql b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240515154852-import-private-ocmw-association-contact-details.sparql similarity index 99% rename from config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513174042-import-private-ocmw-association-contact-details.sparql rename to config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240515154852-import-private-ocmw-association-contact-details.sparql index 10af5d66..11feaec9 100644 --- a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513174042-import-private-ocmw-association-contact-details.sparql +++ b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240515154852-import-private-ocmw-association-contact-details.sparql @@ -783,9 +783,9 @@ INSERT { GRAPH { - ?contact "tel:+3253764111" . - ?contact "https://www.asz.be/" . - ?contact "info@asz.be" . + ?contact "tel:+3253724111" . + ?contact "https://www.olvz.be/nl/praktisch" . + ?contact "webmaster@olvz-aalst.be" . } } WHERE { @@ -793,7 +793,7 @@ ?org ?id ; ?primarySite . ?id "KBO nummer" ; - / "0729523736" . + / "1005154085" . ?primarySite ?contact . From 71b21e47161d01af2ed559190338c5c6da1e0078 Mon Sep 17 00:00:00 2001 From: mirdono Date: Fri, 17 May 2024 16:39:50 +0200 Subject: [PATCH 16/29] feat: added participants for private OCMW associations --- ...ivate-ocmw-association-participants.sparql | 1842 +++++++++++++++++ 1 file changed, 1842 insertions(+) create mode 100644 config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240517163351-import-private-ocmw-association-participants.sparql diff --git a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240517163351-import-private-ocmw-association-participants.sparql b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240517163351-import-private-ocmw-association-participants.sparql new file mode 100644 index 00000000..854ccb5a --- /dev/null +++ b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240517163351-import-private-ocmw-association-participants.sparql @@ -0,0 +1,1842 @@ +PREFIX org: +PREFIX ext: +PREFIX generiek: +PREFIX skos: +PREFIX adms: + +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212177305" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267386438" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0208038769" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212181956" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212240552" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212239859" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212246094" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212212541" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212214620" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212216895" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0208038769" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212217885" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212218974" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212221251" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212223726" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216769165" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207713127" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212196705" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212203930" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212209868" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212178590" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207504675" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0862457484" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212247777" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0462239939" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207534864" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0462239939" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212236493" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0471364174" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0253973219" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0471364174" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212189676" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0472222625" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212189676" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0472751175" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212171860" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0476803795" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207464192" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0476803795" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212174137" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0505931808" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207432520" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0505931808" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212189280" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0566983014" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207532488" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0566983014" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212200861" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0632607670" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0231884636" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0633854022" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212185817" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0644984078" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207449346" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0644984078" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212236097" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0696665975" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207505368" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0696665975" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212185421" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0696899963" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207537735" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0696899963" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212179778" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0698838775" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207447069" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0698838775" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212215511" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0712777279" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207535458" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0712777279" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212198782" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0735627214" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212205514" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0738896510" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207529520" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0738896510" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212165922" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0778279401" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207460432" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0778279401" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207832792" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0799574166" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212205118" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0800023336" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0473908049" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0800023336" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212216402" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0821142117" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267302405" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0821142117" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0208038769" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0821734213" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207504675" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0821734213" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212214125" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0823319370" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207451227" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0823319370" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212185718" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0832024923" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207531302" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0832024923" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212184728" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0833161902" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207495470" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0833161902" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212207096" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0848738221" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207523679" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0848738221" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212240948" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0861157387" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212235604" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0862382656" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207500123" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0862382656" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0809699184" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0862382656" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212243720" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0867804659" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207471617" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0867804659" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212207789" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0870757023" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0465810133" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0870757023" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212240552" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871619135" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212246094" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871619135" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216772333" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871619135" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216769165" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871619135" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212196705" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871619135" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212211452" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871619135" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212174533" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871619135" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871619135" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212171860" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0881291322" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212215907" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0881291322" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207464192" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0881291322" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207445782" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0881291322" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871206587" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0881291322" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212236196" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0881602118" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207148052" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0881602118" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0697664382" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0881602118" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212375065" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0881602118" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212181956" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0883325451" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207505566" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0883325451" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212239166" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0884212804" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212214521" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0884212804" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212220063" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0884212804" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216769759" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0884212804" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216772729" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0887953044" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212175721" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0897191602" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207533082" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0897191602" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0263545337" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "1005154085" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; From a3dff637e32b1b895d42ec4cfe4eb152c6281a92 Mon Sep 17 00:00:00 2001 From: mirdono Date: Wed, 22 May 2024 13:17:54 +0200 Subject: [PATCH 17/29] fix: exclude KBO organisations as participants The initial version of the migration to import related organisations only matched based on KBO numbers. This risks including resources from the type `ext:KboOrganisatie` as participants. The migration was regenerated including an additional `FILTER` to exclude organisations of that type from matching. --- ...vate-ocmw-association-participants.sparql} | 102 ++++++++++++++++++ 1 file changed, 102 insertions(+) rename config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/{20240517163351-import-private-ocmw-association-participants.sparql => 20240522131036-import-private-ocmw-association-participants.sparql} (90%) diff --git a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240517163351-import-private-ocmw-association-participants.sparql b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240522131036-import-private-ocmw-association-participants.sparql similarity index 90% rename from config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240517163351-import-private-ocmw-association-participants.sparql rename to config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240522131036-import-private-ocmw-association-participants.sparql index 854ccb5a..a89a6e99 100644 --- a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240517163351-import-private-ocmw-association-participants.sparql +++ b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240522131036-import-private-ocmw-association-participants.sparql @@ -11,6 +11,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212177305" . @@ -29,6 +30,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0208038769" . @@ -47,6 +49,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212181956" . @@ -65,6 +68,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212240552" . @@ -83,6 +87,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212239859" . @@ -101,6 +106,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212246094" . @@ -119,6 +125,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212212541" . @@ -137,6 +144,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212214620" . @@ -155,6 +163,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212216895" . @@ -173,6 +182,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0208038769" . @@ -191,6 +201,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212217885" . @@ -209,6 +220,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212218974" . @@ -227,6 +239,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212221251" . @@ -245,6 +258,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212223726" . @@ -263,6 +277,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216769165" . @@ -281,6 +296,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207713127" . @@ -299,6 +315,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212196705" . @@ -317,6 +334,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212203930" . @@ -335,6 +353,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212209868" . @@ -353,6 +372,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212178590" . @@ -371,6 +391,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207504675" . @@ -389,6 +410,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . @@ -407,6 +429,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0862457484" . @@ -425,6 +448,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212247777" . @@ -443,6 +467,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207534864" . @@ -461,6 +486,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212236493" . @@ -479,6 +505,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0253973219" . @@ -497,6 +524,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212189676" . @@ -515,6 +543,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212189676" . @@ -533,6 +562,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212171860" . @@ -551,6 +581,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207464192" . @@ -569,6 +600,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212174137" . @@ -587,6 +619,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207432520" . @@ -605,6 +638,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212189280" . @@ -623,6 +657,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207532488" . @@ -641,6 +676,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212200861" . @@ -659,6 +695,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0231884636" . @@ -677,6 +714,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212185817" . @@ -695,6 +733,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207449346" . @@ -713,6 +752,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212236097" . @@ -731,6 +771,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207505368" . @@ -749,6 +790,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212185421" . @@ -767,6 +809,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207537735" . @@ -785,6 +828,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212179778" . @@ -803,6 +847,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207447069" . @@ -821,6 +866,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212215511" . @@ -839,6 +885,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207535458" . @@ -857,6 +904,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212198782" . @@ -875,6 +923,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212205514" . @@ -893,6 +942,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207529520" . @@ -911,6 +961,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212165922" . @@ -929,6 +980,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207460432" . @@ -947,6 +999,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207832792" . @@ -965,6 +1018,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212205118" . @@ -983,6 +1037,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0473908049" . @@ -1001,6 +1056,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212216402" . @@ -1019,6 +1075,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267302405" . @@ -1037,6 +1094,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0208038769" . @@ -1055,6 +1113,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207504675" . @@ -1073,6 +1132,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212214125" . @@ -1091,6 +1151,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207451227" . @@ -1109,6 +1170,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212185718" . @@ -1127,6 +1189,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207531302" . @@ -1145,6 +1208,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212184728" . @@ -1163,6 +1227,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207495470" . @@ -1181,6 +1246,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212207096" . @@ -1199,6 +1265,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207523679" . @@ -1217,6 +1284,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212240948" . @@ -1235,6 +1303,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212235604" . @@ -1253,6 +1322,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207500123" . @@ -1271,6 +1341,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0809699184" . @@ -1289,6 +1360,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212243720" . @@ -1307,6 +1379,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207471617" . @@ -1325,6 +1398,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212207789" . @@ -1343,6 +1417,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0465810133" . @@ -1361,6 +1436,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212240552" . @@ -1379,6 +1455,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212246094" . @@ -1397,6 +1474,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216772333" . @@ -1415,6 +1493,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216769165" . @@ -1433,6 +1512,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212196705" . @@ -1451,6 +1531,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212211452" . @@ -1469,6 +1550,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212174533" . @@ -1487,6 +1569,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . @@ -1505,6 +1588,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212171860" . @@ -1523,6 +1607,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212215907" . @@ -1541,6 +1626,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207464192" . @@ -1559,6 +1645,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207445782" . @@ -1577,6 +1664,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871206587" . @@ -1595,6 +1683,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212236196" . @@ -1613,6 +1702,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207148052" . @@ -1631,6 +1721,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0697664382" . @@ -1649,6 +1740,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212375065" . @@ -1667,6 +1759,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212181956" . @@ -1685,6 +1778,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207505566" . @@ -1703,6 +1797,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212239166" . @@ -1721,6 +1816,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212214521" . @@ -1739,6 +1835,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212220063" . @@ -1757,6 +1854,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216769759" . @@ -1775,6 +1873,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216772729" . @@ -1793,6 +1892,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212175721" . @@ -1811,6 +1911,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207533082" . @@ -1829,6 +1930,7 @@ INSERT { } WHERE { GRAPH { ?participant adms:identifier ?idParticipant . + FILTER NOT EXISTS { ?participant a ext:KboOrganisatie . } ?idParticipant skos:notation ?kboLabel ; generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0263545337" . From 29f0b3e9a130ccbba98556e6031f3fbd6a663f55 Mon Sep 17 00:00:00 2001 From: mirdono Date: Mon, 13 May 2024 17:27:53 +0200 Subject: [PATCH 18/29] feat: import core data for private ocmw associations --- ...933-import-private-ocmw-associations.graph | 1 + ...71933-import-private-ocmw-associations.ttl | 2182 +++++++++++++++++ ...odies-for-private-ocmw-associations.sparql | 169 ++ 3 files changed, 2352 insertions(+) create mode 100644 config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171933-import-private-ocmw-associations.graph create mode 100644 config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171933-import-private-ocmw-associations.ttl create mode 100644 config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171934-create-governing-bodies-for-private-ocmw-associations.sparql diff --git a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171933-import-private-ocmw-associations.graph b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171933-import-private-ocmw-associations.graph new file mode 100644 index 00000000..c74098f2 --- /dev/null +++ b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171933-import-private-ocmw-associations.graph @@ -0,0 +1 @@ +http://mu.semte.ch/graphs/administrative-unit \ No newline at end of file diff --git a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171933-import-private-ocmw-associations.ttl b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171933-import-private-ocmw-associations.ttl new file mode 100644 index 00000000..0e464fda --- /dev/null +++ b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171933-import-private-ocmw-associations.ttl @@ -0,0 +1,2182 @@ + + @prefix xsd: . + @prefix mu: . + @prefix persoon: . + @prefix ext: . + @prefix person: . + @prefix session: . + @prefix foaf: . + @prefix besluit: . + @prefix ere: . + @prefix mandaat: . + @prefix org: . + @prefix dcterms: . + @prefix generiek: . + @prefix skos: . + @prefix dc_terms: . + @prefix regorg: . + + a ; + mu:uuid "241b75e8-3891-42cc-a415-f38f93ce1229" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "1489fbc5-b390-4dc1-b207-24d4a810dae2" . + + + a ; + mu:uuid "9c780ff8-4927-423c-ae35-6f4bfef882a6" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "9a192ea6-e09c-47ca-a3de-187ba934fc25" ; + "0696665975" . + + . + + a ; + mu:uuid "eac230e6-875c-4522-a84b-13a623d15c76" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "a4124ab6-e449-4023-a85a-1cc3a2e406b5" ; + "Primary" . + + a ; + mu:uuid "c6417b98-f97d-409d-8afd-518617a55fb3" ; + "Secondary" . + + a ; + mu:uuid "d3bd77cc-ccdd-49bf-afba-204cc92d787f" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "d0d3f76d-eb14-431b-ae8d-f72a4dff7919" ; + org:classification ; + skos:prefLabel "WoonZorgGroep Arendonk" ; + regorg:legalName "WoonZorgGroep Arendonk" ; + ; + ; + . + + a ; + mu:uuid "4efd4915-6d3f-47f7-b95c-9016cb5e798f" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "029f5dd1-6e55-44a3-a98a-a657216c0a23" . + + + a ; + mu:uuid "899daf94-dfb6-4fa7-8c82-987763ba550b" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "fafc7532-9c4e-4134-be12-c3275fe5dfcf" ; + "0696899963" . + + . + + a ; + mu:uuid "68ff7b83-0889-4e0e-bac1-9e0064e06d8e" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "f564107d-25a8-4862-b33a-c2026677c854" ; + "Primary" . + + a ; + mu:uuid "7055ecdf-9752-4af4-9ea1-6e57db112117" ; + "Secondary" . + + a ; + mu:uuid "aea623b3-899c-42db-a52f-075772ca5649" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "a498193c-0386-4e8d-8e2f-d28e81e8714c" ; + org:classification ; + skos:prefLabel "vzw WoonZORG Wuustwezel" ; + regorg:legalName "vzw WoonZORG Wuustwezel" ; + ; + ; + . + + a ; + mu:uuid "20428a41-769c-4c92-a10b-b3b3eb5531a0" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "cbd8002b-5762-428e-9c38-f5eeb1f99c0e" . + + + a ; + mu:uuid "9f9d3eb9-521d-419a-9d64-fdc10705080a" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "435730b2-4328-497d-a78a-28751b3c7742" ; + "0212165922" . + + . + + a ; + mu:uuid "a3a9932d-0b81-4b6e-aaa8-34e2687af2f6" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "61ddbc77-6f28-40bd-8f4b-11d0a857211d" ; + "Primary" . + + a ; + mu:uuid "faba6594-02f3-473f-aacb-3f8dc3368164" ; + "Secondary" . + + a ; + mu:uuid "fda1fbe8-a7da-4153-bfef-3a180f5a59e2" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "8933fdf1-a675-4bfa-8a82-ba4c9307f63e" ; + org:classification ; + skos:prefLabel "vzw De Linde" ; + regorg:legalName "vzw De Linde" ; + ; + ; + . + + a ; + mu:uuid "6fd0fc3e-7a83-43be-9f1a-9d570b740f05" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "184bd268-8170-4212-8bc7-0a13c9e2c20d" . + + + a ; + mu:uuid "0885440e-3a0b-4786-b362-7cadb692b018" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "9ccb74bc-e524-4d0f-b2cb-653894ed38a4" ; + "0698838775" . + + . + + a ; + mu:uuid "658ae161-2c66-4223-9d84-23e1c4d4f472" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "ac20e4e0-50d5-4c11-878a-28e569d7aa1f" ; + "Primary" . + + a ; + mu:uuid "4bed93cd-5a72-402f-a205-957790dd4c96" ; + "Secondary" . + + a ; + mu:uuid "2b49ca0c-9494-4bb0-aeec-09dc8ab7580b" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "5932b1bd-a9f3-4f4a-af1e-ee6bff3f6e7a" ; + org:classification ; + skos:prefLabel "'t Heuverveld vzw" ; + regorg:legalName "'t Heuverveld vzw" ; + ; + ; + . + + a ; + mu:uuid "7e8b9673-f132-443a-b648-b597111ecaf3" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "15224b05-b172-4f71-97da-4498c4707f5b" . + + + a ; + mu:uuid "a55b9caa-3990-48c0-9ae2-dfb0391f1de9" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "df691358-1cf0-45c2-908d-477959441a16" ; + "0712777279" . + + . + + a ; + mu:uuid "dc7f6f13-7d84-4584-9520-fc52efde96b3" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "1e15e13c-ee67-4aa4-9c21-baf0403bf64a" ; + "Primary" . + + a ; + mu:uuid "7770a967-be29-4e52-8763-8f81452f47bb" ; + "Secondary" . + + a ; + mu:uuid "ebdb4c2d-56d1-4ab7-8355-43aee839c347" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "77f432c2-77d0-4cc3-9f1b-c0196d0df74c" ; + org:classification ; + skos:prefLabel "Buurtrestaurant 't Vondel vzw" ; + regorg:legalName "Buurtrestaurant 't Vondel vzw" ; + ; + ; + . + + a ; + mu:uuid "79e7d7c7-7909-4387-aca4-093f99283982" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "9ace37c1-2e6f-42c0-aa77-fd184ae405ec" . + + + a ; + mu:uuid "60623c40-86ec-4c42-b224-6d62848c36db" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "68312a19-b49d-4611-9035-badb542cac84" ; + "0735627214" . + + . + + a ; + mu:uuid "b6918954-7242-49f5-a1d4-a2c34b9858e9" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "90c1b023-743e-4290-a2ba-1a44d48a0213" ; + "Primary" . + + a ; + mu:uuid "957c0c4e-f738-475b-aef7-10ad3b555930" ; + "Secondary" . + + a ; + mu:uuid "3541a006-0691-4ac1-b8dc-a10b604cd8e1" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "c7352dd6-26a3-4d20-b650-80b8fe358161" ; + org:classification ; + skos:prefLabel "De Zonnewende" ; + regorg:legalName "De Zonnewende" ; + ; + ; + . + + a ; + mu:uuid "a8b41018-30fd-4bf6-ac76-919486def9f6" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "b837c0e1-3920-4276-95c4-3e4adc6e4912" . + + + a ; + mu:uuid "458557cc-7bef-494b-bf8c-ce5afcbd2849" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "1ce68f26-5e7a-4356-bfeb-398e20d1f3c1" ; + "0462239939" . + + . + + a ; + mu:uuid "ba0ab2a0-2cff-41e4-8899-0621fef2f86c" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "44db7f7f-faa5-41e4-83e8-78071a32e3c0" ; + "Primary" . + + a ; + mu:uuid "2ce92af5-085e-49f9-a764-6ff7aa64f954" ; + "Secondary" . + + a ; + mu:uuid "bb3313ac-ca78-46e2-b010-0ea85ef83c93" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "8234cbf3-de48-464c-87fa-45bbda71399f" ; + org:classification ; + skos:prefLabel "Dienstencheque-onderneming Duffel" ; + regorg:legalName "Dienstencheque-onderneming Duffel" ; + ; + ; + . + + a ; + mu:uuid "64e7d5fd-3d31-4c79-a255-234121bf1280" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "81e3fbe7-abcf-4f34-bc02-ec9404ee6aab" . + + + a ; + mu:uuid "4fcc392f-9ae8-46ce-be74-8d7b4bb27462" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "bbd4d3cf-cf91-4672-99f5-d4ca1cb601ed" ; + "0881291322" . + + . + + a ; + mu:uuid "f0f39a96-a1d3-4c68-bbbe-0316ff73260e" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "0ecd54f3-1df2-4b45-a63e-55d48450b137" ; + "Primary" . + + a ; + mu:uuid "02f5b2cc-5676-405d-aa41-34a265ef3512" ; + "Secondary" . + + a ; + mu:uuid "5f02b6c8-e9fd-46fc-bd6f-2c08b0e51274" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "88b7236f-4a06-42b2-a406-23d4cc4bd36a" ; + org:classification ; + skos:prefLabel "Verenigde Ziekenhuizen van Waas en Durme vzw (voorheen A.Z. Nikolaas vzw)" ; + regorg:legalName "Verenigde Ziekenhuizen van Waas en Durme vzw (voorheen A.Z. Nikolaas vzw)" ; + ; + ; + . + + a ; + mu:uuid "00845ae5-8b30-4e84-b198-5788f1e9164b" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "b8e6be2a-d0f4-441f-86dd-fe63f8c1d272" . + + "851" . + + a ; + mu:uuid "c04e46bd-73b1-4704-8c42-c624b5db17dd" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "c168bee1-2ab5-46b9-89ed-99ccadb18afe" ; + "0262925527" . + + . + + a ; + mu:uuid "fd3d91a7-0408-4a19-86e7-107335f9f56e" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "63f5ba33-a378-485a-aced-b012fe6770f2" ; + "Primary" . + + a ; + mu:uuid "462531b3-07b2-4ece-8a6a-fa1819b2d256" ; + "Secondary" . + + a ; + mu:uuid "7837a3ee-b750-4922-a48b-5204d2288cd4" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "2084d3d8-950c-437e-b292-cb5a2d820993" ; + org:classification ; + skos:prefLabel "Wieltjesgracht" ; + regorg:legalName "Wieltjesgracht" ; + ; + ; + . + + a ; + mu:uuid "a1604cc1-5c72-4650-8a52-718de37e6a5d" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "b6113a33-8311-4ee9-91ec-6331a675a19b" . + + + a ; + mu:uuid "1f2aca7d-f52e-4035-a1ec-0a257dd892a0" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "50c9e099-934f-4af4-906c-cc9ac66fa088" ; + "0505931808" . + + . + + a ; + mu:uuid "8d813d8d-d0c3-4e57-aac7-7acf8deeaf3e" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "5c2c7b35-4065-4338-8d91-d9fd3f51e40c" ; + "Primary" . + + a ; + mu:uuid "543db562-5c72-436a-bf04-e17c2edc6e62" ; + "Secondary" . + + a ; + mu:uuid "2c6b35f7-174f-4184-80c1-8fd94171e321" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "16a28f2b-092b-4df4-82c1-791754833b21" ; + org:classification ; + skos:prefLabel "AZ Delta" ; + regorg:legalName "AZ Delta" ; + ; + ; + . + + a ; + mu:uuid "375f5150-0fe4-48fe-a1f1-c1e6404acb20" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "ca363ecf-5a6b-492b-a3e7-bdd9e58ff854" . + + + a ; + mu:uuid "e7f6b29d-afb2-404f-ac99-856f618c7723" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "ba33df1e-cec3-459d-a6b7-4e44ba015791" ; + "0862382656" . + + . + + a ; + mu:uuid "e73debc7-8ea4-4c9c-94c8-23e95b3a2d82" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "70f8accb-ceed-4b7c-834a-0c8139ff8cf3" ; + "Primary" . + + a ; + mu:uuid "2702ad74-423a-41e1-9e97-6f925df2c36f" ; + "Secondary" . + + a ; + mu:uuid "f767f831-32dc-46e3-bc3b-480dd5d19f86" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "529b1378-d899-4ff3-b5f2-705a3be77896" ; + org:classification ; + skos:prefLabel "Het Ziekenhuisnetwerk Antwerpen (ZNA) vzw" ; + regorg:legalName "Het Ziekenhuisnetwerk Antwerpen (ZNA) vzw" ; + ; + ; + . + + a ; + mu:uuid "ddd6b6bf-eff3-4f99-b9cb-1c2b81e45106" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "672e5530-3ac5-4c31-bcdc-98bf0bba426b" . + + + a ; + mu:uuid "1d198490-da1a-4267-9c7f-c628c661f4e4" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "7f4a0e05-1833-468e-93b4-0b3e73d5eb32" ; + "0738896510" . + + . + + a ; + mu:uuid "2071d099-7904-4b8d-a1db-f817fb2e811f" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "05d1b560-9602-4da0-90ed-2187416082b3" ; + "Primary" . + + a ; + mu:uuid "b8b61cdd-3430-4e17-a389-d94bda562890" ; + "Secondary" . + + a ; + mu:uuid "adb29e20-50da-4d0f-ab6a-f4aa68ada193" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "160be9b1-e3e3-49d3-9cf7-6aff48f17af1" ; + org:classification ; + skos:prefLabel "Ter Luchte" ; + regorg:legalName "Ter Luchte" ; + ; + ; + . + + a ; + mu:uuid "c1742062-2514-421a-89db-334dc40fd660" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "7305a56b-6368-4ae1-ae3f-ba31cc4cf18e" . + + + a ; + mu:uuid "bf041f69-5bc1-4b11-8a90-b8ac7cc13100" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "e914a7db-489f-4bcd-a92e-7217a01a3f2f" ; + "0821142117" . + + . + + a ; + mu:uuid "8fc4717b-e163-4df4-b32d-747cb7c0dcf5" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "8b476dc2-e1cb-45a3-8df8-80c268baa262" ; + "Primary" . + + a ; + mu:uuid "25eb04cb-5c82-422f-a7c1-9e9d6716d3dc" ; + "Secondary" . + + a ; + mu:uuid "b816289b-8bcf-4b36-a400-abcac7d9159e" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "ed24c19b-288e-4cc3-ad26-9b9821cba1ac" ; + org:classification ; + skos:prefLabel "VZW Jessa Ziekenhuis" ; + regorg:legalName "VZW Jessa Ziekenhuis" ; + ; + ; + . + + a ; + mu:uuid "b528a82e-c224-44d3-ba21-326e6254da9a" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "cf855211-4444-4d18-bfad-343087a1bb75" . + + + a ; + mu:uuid "80364b43-5c76-4690-b3be-fc38c281f427" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "0be7abbd-c7f2-480f-a6bb-a4794823730d" ; + "0897191602" . + + . + + a ; + mu:uuid "4290da8f-ae73-4181-98af-bd9df9f27684" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "dc17df27-2dfd-43c3-9d5e-94ce15ee33cf" ; + "Primary" . + + a ; + mu:uuid "a531a671-2f07-4a42-baf4-7db4f7733403" ; + "Secondary" . + + a ; + mu:uuid "2120d2c8-b994-47a2-bdb6-15c97d703a7a" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "c0b24748-c36d-4663-8cc9-daddcf99d688" ; + org:classification ; + skos:prefLabel "AZ Turnhout vzw" ; + regorg:legalName "AZ Turnhout vzw" ; + ; + ; + . + + a ; + mu:uuid "abb2bae3-9ff9-49ae-af0c-72f781f32777" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "0254f982-ea56-48e4-84cc-455ee0422129" . + + + a ; + mu:uuid "c1d0c658-6cd6-410d-bfb7-b10408defa8d" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "0d79628e-90f2-4037-b7e1-3f34fed0ad84" ; + "0821734213" . + + . + + a ; + mu:uuid "789f02ba-3af5-4762-8612-780f73c480fc" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "9ab599eb-4065-43f9-b56e-9c5244b875d4" ; + "Primary" . + + a ; + mu:uuid "318dda05-7a6b-4506-bca8-83ba722b59dc" ; + "Secondary" . + + a ; + mu:uuid "ee42339a-0cc3-46c0-8232-4470bdf9fb92" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "277bf97a-1ac9-4c72-bc5d-7715b4f46d18" ; + org:classification ; + skos:prefLabel "AZ Sint-Elisabeth Herentals" ; + regorg:legalName "AZ Sint-Elisabeth Herentals" ; + ; + ; + . + + a ; + mu:uuid "c6f93d59-a1e1-45b8-9269-22dd66eda2c0" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "a8a09c67-47a5-4768-b86f-5a1012d917b6" . + + + a ; + mu:uuid "168212fa-b564-4ed8-9d34-f99a9ca5b0f7" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "7b9087de-e51e-4f4f-8154-f35445041d01" ; + "0870757023" . + + . + + a ; + mu:uuid "85d8595b-7e5c-4608-ba74-907522bea735" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "ca0a97d3-5e10-4577-a989-07d78aaeda93" ; + "Primary" . + + a ; + mu:uuid "bc58911c-bcb7-470c-add7-bdbb10dabb26" ; + "Secondary" . + + a ; + mu:uuid "97a4d765-7299-4a89-9eb5-9592d559ada7" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "48e5761d-d3e6-4c1b-9698-9146f459eb10" ; + org:classification ; + skos:prefLabel "AZ Oudenaarde vzw" ; + regorg:legalName "AZ Oudenaarde vzw" ; + ; + ; + . + + a ; + mu:uuid "9661e993-6e08-464f-9737-8df44b8a9069" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "c4c63561-952d-4a33-9ab3-991d309a89db" . + + + a ; + mu:uuid "2dfef5d0-1bef-4f25-bb30-29dc0a3a96e4" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "ba7ec4db-2130-4c72-884b-d57b776822da" ; + "0475777476" . + + . + + a ; + mu:uuid "feaab270-a743-4097-810f-9fde2bd81180" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "11003c56-d461-41e6-8a68-92ecf1791ee1" ; + "Primary" . + + a ; + mu:uuid "0283ba07-4746-487e-b4f2-c7f04f14e768" ; + "Secondary" . + + a ; + mu:uuid "2814eb07-0d1f-4ccb-b551-8b0b24d3d0b8" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "a6ea1010-dce5-4188-a905-7f5b2466fe8f" ; + org:classification ; + skos:prefLabel "vzw Ziekenhuis Maas en Kempen" ; + regorg:legalName "vzw Ziekenhuis Maas en Kempen" ; + ; + ; + . + + a ; + mu:uuid "a6c059f7-923b-467b-a44c-28194c995cc4" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "6813ec46-45e4-41b9-8bdc-b31bcd250911" . + + "1376" . + + a ; + mu:uuid "24683d62-7e27-44c1-a7b6-78479f93efd8" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "033f38ff-8c15-4b38-8bb1-edf0b3c62626" ; + "0267386438" . + + . + + a ; + mu:uuid "fcda9c5a-f764-48f6-be77-7ddae6519eef" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "4b613126-fe2b-4d62-aef6-e2878ae32e03" ; + "Primary" . + + a ; + mu:uuid "6eec4946-ed8c-4622-ae1f-1eb81df40564" ; + "Secondary" . + + a ; + mu:uuid "08213cad-932e-426b-a58a-1ccbc7362f98" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "5e011e1b-d8ae-419e-a522-65bbacfafa49" ; + org:classification ; + skos:prefLabel "AZ Jan Portaels" ; + regorg:legalName "AZ Jan Portaels" ; + ; + ; + . + + a ; + mu:uuid "88d4c423-3ce1-4915-a9c6-a2fd013a13f3" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "87e75eaf-64a5-4298-bd98-ee74c43f6cc5" . + + + a ; + mu:uuid "a25213db-28b7-4b82-ba3e-13258471cb8b" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "d46f58b7-cb41-4c9f-94e4-400f33750866" ; + "0472222625" . + + . + + a ; + mu:uuid "18ba4c05-abd1-4559-b3a6-57d25f2aed2f" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "a73c201e-7183-4ec0-b3ed-7001bd42d2a0" ; + "Primary" . + + a ; + mu:uuid "e85145bb-7fd0-4a40-91cb-bfca3c2ef151" ; + "Secondary" . + + a ; + mu:uuid "639eea5b-12cb-4e44-9d94-386ddbace337" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "d325b82e-86c6-4926-ae3c-426cbc6cb539" ; + org:classification ; + skos:prefLabel "AZ Groeninge" ; + regorg:legalName "AZ Groeninge" ; + ; + ; + . + + a ; + mu:uuid "b144234d-f88e-48ef-90e8-476dfaa3a484" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "8bd4a47b-3de6-4409-8f7f-296b21419045" . + + + a ; + mu:uuid "de097245-93d4-4d59-8690-f4838e19dbfa" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "901f15c0-108d-416d-b8ef-ca969908b761" ; + "0883325451" . + + . + + a ; + mu:uuid "f1d53efa-1909-42a6-82be-ddbd2d4a9eec" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "3c236088-ce83-43fb-801c-59af3135f2d3" ; + "Primary" . + + a ; + mu:uuid "9240ff62-ade1-4795-9e01-4838ebeb3ea6" ; + "Secondary" . + + a ; + mu:uuid "3ad6522e-288b-48e6-b06c-ed34ad29713d" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "ad6a5fa3-52a2-40e8-a17b-348ad7b0b6b9" ; + org:classification ; + skos:prefLabel "Het Pareltje" ; + regorg:legalName "Het Pareltje" ; + ; + ; + . + + a ; + mu:uuid "64ad0e7a-ed19-40ff-9e9e-c9bb5ad00ff0" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "6c1a263b-d765-4931-a357-99f09876267f" . + + + a ; + mu:uuid "0914264f-3af8-4bd1-b264-4c9a08308a2d" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "821b269e-3683-4bf3-9494-f6835359e9d2" ; + "0865013039" . + + . + + a ; + mu:uuid "40340f20-8f09-41b2-b1b3-a464f13ccee8" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "93d556ca-2611-4c48-b412-c3a64f85a0de" ; + "Primary" . + + a ; + mu:uuid "13dc2689-9ae5-4e85-bb84-486be603a626" ; + "Secondary" . + + a ; + mu:uuid "ad78def9-fb57-4899-a363-737e9b3b78f0" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "2d938e72-3216-4d8c-b3c8-cc6553b7e346" ; + org:classification ; + skos:prefLabel "Sociaal Verhuurkantoor 'De Woonkans vzw'" ; + regorg:legalName "Sociaal Verhuurkantoor 'De Woonkans vzw'" ; + ; + ; + . + + a ; + mu:uuid "20d2f512-68a4-4e48-8676-58692411b5a9" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "f8c43e12-0b5b-4ed5-aace-1c1a597c872f" . + + + a ; + mu:uuid "d4a945a7-dd21-4542-951e-97ad7a3459e9" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "f71f7a44-5d66-49eb-902e-ad83f4c36378" ; + "0865010069" . + + . + + a ; + mu:uuid "e366dcb5-719b-40ac-8f52-b966f6630b20" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "a665a971-76e5-4b38-aeda-0aaa6e404eba" ; + "Primary" . + + a ; + mu:uuid "1ab67e69-ac1e-4277-a124-62368c6c7dca" ; + "Secondary" . + + a ; + mu:uuid "16ab960f-42cc-4786-8d26-85aada965761" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "22bd9ac2-af0c-4686-a015-87ee12494bcf" ; + org:classification ; + skos:prefLabel "SVK Mechelen" ; + regorg:legalName "SVK Mechelen" ; + ; + ; + . + + a ; + mu:uuid "470dcabd-f62e-4882-9af0-367c45fa0358" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "7d738a5f-3d4d-4455-a867-ac5a28861854" . + + + a ; + mu:uuid "c648f3fb-b923-4584-9791-389fc076927b" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "8922959f-b9d8-47c6-abbc-d3d5cf3cc633" ; + "0473360790" . + + . + + a ; + mu:uuid "15b7015d-c9be-4d29-ab7c-6849f18510a9" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "eff91a0e-8f8e-46d1-933a-2766c2ca5020" ; + "Primary" . + + a ; + mu:uuid "31ff288a-a353-4155-98c4-ea5adc685315" ; + "Secondary" . + + a ; + mu:uuid "8b3d74ec-1e8c-40bb-97fb-cfcaf233b7bc" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "4281e737-c3c5-40b7-b0c9-46801c3dddca" ; + org:classification ; + skos:prefLabel "Sociaal verhuurkantoor Onderdak" ; + regorg:legalName "Sociaal verhuurkantoor Onderdak" ; + ; + ; + . + + a ; + mu:uuid "1d1eb639-1214-4cc9-9fb9-9398e2ea769e" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "f50f3bd5-e957-416a-8b80-73bba6f5ddff" . + + + a ; + mu:uuid "60228a9c-8d47-4d3a-bda2-e856c36c76c4" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "37924b47-7ec0-4889-b842-a234922b4c8d" ; + "0871619135" . + + . + + a ; + mu:uuid "38f5d530-2a4f-4f7e-85af-f10a8dd70852" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "51161b26-3207-48c1-a68f-c4c78dad5305" ; + "Primary" . + + a ; + mu:uuid "a5084879-e706-46d7-a88e-c2224463e7fe" ; + "Secondary" . + + a ; + mu:uuid "a5e2ece1-372f-4501-8780-621060c64b15" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "6b54cfdd-1f24-4038-9595-5cd52b68ea46" ; + org:classification ; + skos:prefLabel "vzw Woon- en Zorgcentrum Ter Kempen" ; + regorg:legalName "vzw Woon- en Zorgcentrum Ter Kempen" ; + ; + ; + . + + a ; + mu:uuid "0b3577a5-8b37-4b5f-944b-6346c9679589" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "d29c3357-ee85-4002-8e6f-a7acf8baa37a" . + + + a ; + mu:uuid "2d64f397-f706-4a68-9c95-13a2eaf84b91" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "4596865d-b5c3-444b-915b-493763069204" ; + "0870855409" . + + . + + a ; + mu:uuid "2f083d2a-0c1b-4c27-95d4-5e4c80662d10" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "f8640c8e-fa25-44bc-a2c5-ba5980831f81" ; + "Primary" . + + a ; + mu:uuid "c9fe6aed-6fc7-41e5-bb47-251508099f23" ; + "Secondary" . + + a ; + mu:uuid "46c241c5-13c5-4dc0-9927-70350b04e98f" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "6ee0bf25-3381-46a4-9cab-0d691941b693" ; + org:classification ; + skos:prefLabel "vzw Woon- en Zorgcentrum Zoersel" ; + regorg:legalName "vzw Woon- en Zorgcentrum Zoersel" ; + ; + ; + . + + a ; + mu:uuid "0727ede7-ef3b-4a98-8f82-9d2679cec802" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "7be1b94c-79a0-4a03-a0b4-b4abeb1dfcaf" . + + + a ; + mu:uuid "2c9b177c-a799-47b0-af99-1fc5052ff618" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "d8c20fbb-55c3-44bc-bbd5-a99884008c2e" ; + "0632607670" . + + . + + a ; + mu:uuid "eda43083-eff2-4aa6-b78c-09c58812e8a7" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "3aae7e96-19b6-453c-a59c-888787779229" ; + "Primary" . + + a ; + mu:uuid "fb5a2fd8-72f5-485e-b899-f28701fc39dc" ; + "Secondary" . + + a ; + mu:uuid "d3268ac4-d839-41aa-8d8d-de8d3b8fc190" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "9ec6f11d-fbd5-46ef-a0ab-6130df64f5b9" ; + org:classification ; + skos:prefLabel "Sense Mortsel VZW" ; + regorg:legalName "Sense Mortsel VZW" ; + ; + ; + . + + a ; + mu:uuid "260e8fed-8f1b-4025-a363-b23c97d8d2bc" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "d8979410-faa9-4bde-9cf7-0112275333e9" . + + + a ; + mu:uuid "3df04288-c167-4a88-a36d-e964565ad9ea" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "8f301337-0c97-4022-afa0-fd6a70f0cae4" ; + "0887953044" . + + . + + a ; + mu:uuid "0bb01ab5-1a84-44b7-9441-541c23381278" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "2a40c9c9-60c3-4cc7-89ee-8224c0f50700" ; + "Primary" . + + a ; + mu:uuid "b6d31ead-4e43-471c-b2a4-01f56c56d492" ; + "Secondary" . + + a ; + mu:uuid "2aed13b8-1db1-4b20-8fb8-9b3cdfecb47b" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "d42c86e5-7dc3-4921-876d-8b5a5c240ecd" ; + org:classification ; + skos:prefLabel "OPPORTUNITAS dienstenbedrijf Noord-Limburg" ; + regorg:legalName "OPPORTUNITAS dienstenbedrijf Noord-Limburg" ; + ; + ; + . + + a ; + mu:uuid "21910ff8-e4c1-453e-b4be-8228057f30ff" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "e103aabb-20b2-4545-8427-63d6a563d794" . + + + a ; + mu:uuid "581344b2-b072-4419-9da6-019d855949ab" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "5b6886df-d5ea-42c0-ac35-9613bd5e9119" ; + "0838654674" . + + . + + a ; + mu:uuid "1757c716-0eec-47b2-a8ed-63ce6c15bcc2" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "96d2529c-a6dc-4550-b6c1-f1f31174a0fa" ; + "Primary" . + + a ; + mu:uuid "3a93c91e-5485-4d00-97b1-6541c157e38e" ; + "Secondary" . + + a ; + mu:uuid "0b299472-0841-4877-8abc-f01ad3f4c5bd" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "9645c745-e850-41f8-9c5a-de7503bc1ee8" ; + org:classification ; + skos:prefLabel "vzw Woonzorg Lanaken" ; + regorg:legalName "vzw Woonzorg Lanaken" ; + ; + ; + . + + a ; + mu:uuid "6bf0cd9e-ce2d-4dc2-bf86-97d9bbf1cc44" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "1e8c7404-1d70-4b72-aac4-302315b31df4" . + + + a ; + mu:uuid "533112a3-ed01-4f46-9b51-2e11d689b600" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "c7e245be-8de4-4c7b-a1a8-5dcad54e5747" ; + "0471364174" . + + . + + a ; + mu:uuid "8d4bf2f3-6807-4f98-a430-6238a7a4d845" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "1ce79abe-4d55-47c7-8b99-d7a0b917ad6b" ; + "Primary" . + + a ; + mu:uuid "cab42bfe-5e36-4191-b2d8-825d8f3bcaa1" ; + "Secondary" . + + a ; + mu:uuid "eb318842-5f1a-4af4-9bd8-a4e2823d74c6" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "cf0ade2c-8599-450f-9947-36df47e8e93a" ; + org:classification ; + skos:prefLabel "Ahasverus" ; + regorg:legalName "Ahasverus" ; + ; + ; + . + + a ; + mu:uuid "c1ac9d25-95ef-455b-be74-c29e0622e27d" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "e06b4002-1df8-4b20-adf5-5a8e3d441ee5" . + + + a ; + mu:uuid "10516c70-917f-4d35-b31a-872418d55fe9" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "104e03e6-0221-4a20-9719-1895f71cfe37" ; + "0861157387" . + + . + + a ; + mu:uuid "cb3a5068-6c0d-46bd-bb75-2eea7f89e174" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "4f8b3d31-5a89-45ba-ae05-8e259563d995" ; + "Primary" . + + a ; + mu:uuid "4dfc3e3b-6bd1-4e88-a027-0218b5df93ba" ; + "Secondary" . + + a ; + mu:uuid "65d38546-c6b3-4581-b646-924b6c639a40" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "2cfea513-5740-479d-813e-42c20592fb6f" ; + org:classification ; + skos:prefLabel "Woonzorgcentrum d'Eycken Brug" ; + regorg:legalName "Woonzorgcentrum d'Eycken Brug" ; + ; + ; + . + + a ; + mu:uuid "21559ad7-f966-4f2d-b970-163b2b6a8359" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "373e448b-d93a-450e-a7f8-59f74e880b85" . + + + a ; + mu:uuid "2a9784d7-696a-4a7c-a5d9-7c2da65f6293" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "e3902e2e-49d4-4b7b-827d-dfcdb587af8d" ; + "0476803795" . + + . + + a ; + mu:uuid "9260e082-e80d-4d6e-941e-32ad5aff66dd" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "34c4b852-06ba-4ab9-94b8-99a72cbad251" ; + "Primary" . + + a ; + mu:uuid "bdd075c3-e74b-4877-a2da-3743662e5a91" ; + "Secondary" . + + a ; + mu:uuid "a7649c57-ad6b-4135-8791-315c57159dbd" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "5e7fc9cf-7fd7-448b-86b2-bd7a1c9777e7" ; + org:classification ; + skos:prefLabel "vzw Buurtbedrijf Drietakt" ; + regorg:legalName "vzw Buurtbedrijf Drietakt" ; + ; + ; + . + + a ; + mu:uuid "15826276-8c6e-4fa1-ad7d-f17b5c6bbd22" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "5390b296-3adc-4aff-99e7-83c4be5be9c4" . + + + a ; + mu:uuid "6c95b084-9b2f-467e-88c0-d75216dfb0b0" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "952349ea-8ece-44df-a43f-e6e949a65915" ; + "0884212804" . + + . + + a ; + mu:uuid "655ca9d2-ce62-43ae-8895-7b6593ec85f2" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "79675179-2e89-4eb3-9a97-6bb77d92d62f" ; + "Primary" . + + a ; + mu:uuid "dedfb84a-b74a-4548-b4ab-ff124fd88f57" ; + "Secondary" . + + a ; + mu:uuid "dfcae92d-ace0-4083-bdf0-5e33e79155f9" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "c2b135e2-bc13-4e8b-bc8b-d2b047e25e61" ; + org:classification ; + skos:prefLabel "SVK Hageland vzw" ; + regorg:legalName "SVK Hageland vzw" ; + ; + ; + . + + a ; + mu:uuid "e66fdd5d-3910-42ba-b24f-ff7502d9df85" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "28ce0270-a4e6-486c-b3f1-2afbf42556ff" . + + + a ; + mu:uuid "dc2bbdc5-b184-4e04-bc57-e343c8983292" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "77045a69-5228-4ebb-b40e-2bac636caf80" ; + "0848738221" . + + . + + a ; + mu:uuid "bc3451f1-622e-479b-9738-e6fc258a95f0" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "ae08efa6-adab-4dcf-89d3-624f20beefc4" ; + "Primary" . + + a ; + mu:uuid "6afbbec5-a3ab-4e8b-8fb3-56482f5bebd7" ; + "Secondary" . + + a ; + mu:uuid "46b4eea9-55dc-422f-a833-d5f0340526d0" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "88d49c01-22b9-4cca-bb57-c3747f7fb705" ; + org:classification ; + skos:prefLabel "Woonzorgzone De Kouter vzw" ; + regorg:legalName "Woonzorgzone De Kouter vzw" ; + ; + ; + . + + a ; + mu:uuid "023579b7-5deb-48ab-87cb-a02937b2581e" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "63bddc2b-bd40-4f83-b3d6-58f08fb60ef2" . + + + a ; + mu:uuid "09e97573-f9ea-4236-a7a6-a26997e18c8f" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "1e24385c-361e-4b38-8448-32bdf845d302" ; + "0833161902" . + + . + + a ; + mu:uuid "15eac5c4-18a0-4535-8e27-e2cbf486f69d" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "2b15492c-39d8-4be2-9af4-0ad5d1e5bc02" ; + "Primary" . + + a ; + mu:uuid "24351009-e375-4626-a6aa-de5b6feda7f6" ; + "Secondary" . + + a ; + mu:uuid "9780a182-f9e8-4371-a528-32d080b393b3" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "f26e9a20-bab5-425e-a931-a65767107e0c" ; + org:classification ; + skos:prefLabel "Amphora" ; + regorg:legalName "Amphora" ; + ; + ; + . + + a ; + mu:uuid "44bbcd52-3637-4259-9e74-8be1e8f77b8a" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "362136c6-e721-41c8-81c5-fd944012b8f0" . + + + a ; + mu:uuid "d02ce67f-eb70-4da5-9b47-cc66d26c0a92" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "3c9202f0-0042-4a5e-9313-e9917f1e7b97" ; + "0472751175" . + + . + + a ; + mu:uuid "68625745-98ed-4bd9-b6e4-1693dcfa6c53" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "26013ee0-6c92-4632-9c90-8f142d919be1" ; + "Primary" . + + a ; + mu:uuid "7feb710c-93d3-471f-ad6d-f171265c3e4c" ; + "Secondary" . + + a ; + mu:uuid "4f772361-9590-4cb0-b9bb-9d1e7a5fdfc8" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "6ee9b9e9-d9f2-422c-9ecc-4733f289b0aa" ; + org:classification ; + skos:prefLabel "vzw Mentor" ; + regorg:legalName "vzw Mentor" ; + ; + ; + . + + a ; + mu:uuid "a90c8c90-9a69-4dc7-b90e-77ed0d61f334" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "cf8c0ba3-f78c-493a-8034-2c15366588d1" . + + + a ; + mu:uuid "de15f372-88f4-452c-b32f-5dac1f1263b5" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "108e4377-2d2e-4e40-92fc-0f79c3616409" ; + "0832024923" . + + . + + a ; + mu:uuid "f6f9f80f-273c-46d8-831f-8cbd1b924c20" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "aa230af5-142f-402b-8726-777ba8b09c2c" ; + "Primary" . + + a ; + mu:uuid "796ea022-a635-47d2-af66-4b4b5d029c09" ; + "Secondary" . + + a ; + mu:uuid "02727139-faf3-42c5-9bff-deb84c3f0ae8" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "a7ff2f0a-291c-4ed3-9023-d94986f7c48d" ; + org:classification ; + skos:prefLabel "Zorg en Welzijn Zedelgem" ; + regorg:legalName "Zorg en Welzijn Zedelgem" ; + ; + ; + . + + a ; + mu:uuid "eb77f649-4ec5-4be4-ba0f-512c4a48c9a4" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "6c412b47-129d-4952-9571-e3a68ae8d598" . + + + a ; + mu:uuid "7fc02f52-9741-46d2-99b1-104cb4efd471" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "996eb9e2-7d4d-4f56-9d31-4811661917fd" ; + "0644984078" . + + . + + a ; + mu:uuid "2f82f790-08f0-48a7-8f8f-280848b96c51" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "010f99a9-a142-490e-a063-71638ef11053" ; + "Primary" . + + a ; + mu:uuid "c490552c-f315-4bde-8113-b51cc084b15e" ; + "Secondary" . + + a ; + mu:uuid "96bfda0d-3811-45dc-a5bb-d093635fc55c" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "81326532-5e2f-4555-acc5-e74d4ca7aa03" ; + org:classification ; + skos:prefLabel "Woonzorgcentrum Zilverbos" ; + regorg:legalName "Woonzorgcentrum Zilverbos" ; + ; + ; + . + + a ; + mu:uuid "c6f16d05-30d9-4188-bf63-8507b257ed72" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "cfa1d56f-8869-436e-ac89-b04c04be910b" . + + + a ; + mu:uuid "513b38e8-5611-42c9-b3bd-f4c22ab3a010" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "8e0c244f-7199-44de-9173-46f092fb771e" ; + "0633854022" . + + . + + a ; + mu:uuid "40ec2b49-51ba-40b7-9e27-59cb4b8a3e80" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "42d3c553-5718-4b53-97cd-115be54864a2" ; + "Primary" . + + a ; + mu:uuid "f2dac595-955e-4649-9c29-de238b2928c6" ; + "Secondary" . + + a ; + mu:uuid "bdd23388-952d-488b-9692-8fd69f7a48d6" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "37f9770b-96f9-4544-bc50-a737c0d3bdf6" ; + org:classification ; + skos:prefLabel "Woonzorgcentrum Van Lierde vzw" ; + regorg:legalName "Woonzorgcentrum Van Lierde vzw" ; + ; + ; + . + + a ; + mu:uuid "1d22db6a-957d-4a8d-beaf-1824dc6dfc97" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "4385f2eb-8b37-4391-ad7f-7f7dd2f6f74a" . + + + a ; + mu:uuid "342c9824-d9a2-40fe-a1f5-10847b200ea6" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "41dcd8f4-c975-4c30-b759-379608ff6a32" ; + "0566983014" . + + . + + a ; + mu:uuid "9d269e61-8645-46f1-bc0c-5ba718b04759" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "91ff5564-e2db-4adc-af83-d3f14f196f11" ; + "Primary" . + + a ; + mu:uuid "b79fee8e-8c62-42ae-828b-5a93a3dcbda6" ; + "Secondary" . + + a ; + mu:uuid "14ae2860-7573-4ea6-8608-71efdd4386f6" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "1bc949c7-ffcb-4385-ae5a-c8a70db0cdf1" ; + org:classification ; + skos:prefLabel "Blijvelde woon- en zorgcentrum vzw" ; + regorg:legalName "Blijvelde woon- en zorgcentrum vzw" ; + ; + ; + . + + a ; + mu:uuid "268c566b-e5e0-4c80-978a-1407c8c328dd" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "95ddccf1-c5bc-4b2b-912d-803469e9dc0a" . + + + a ; + mu:uuid "bd1c60c6-9b88-4a3a-9c70-e6d88fe07957" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "632021f0-6b93-41f2-bbe3-e0e0694c7262" ; + "0881602118" . + + . + + a ; + mu:uuid "416fde02-ee49-4632-945c-d240673aaff8" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "61ed5f91-def7-4758-82e7-3aa0430f8fca" ; + "Primary" . + + a ; + mu:uuid "d5f7114c-4cee-40aa-89fe-9651c2671197" ; + "Secondary" . + + a ; + mu:uuid "a034ea7e-3ba0-40b0-89be-89659118bfd2" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "a055e8e5-69bc-46d5-b566-817724230c93" ; + org:classification ; + skos:prefLabel "Sociaal Verhuur Kantoor (SVK) Het Scharnier" ; + regorg:legalName "Sociaal Verhuur Kantoor (SVK) Het Scharnier" ; + ; + ; + . + + a ; + mu:uuid "f0994242-8cce-4526-b9a4-28bb949d38df" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "cad64d79-0a78-4e91-96f7-556664f13cd6" . + + + a ; + mu:uuid "4e47283b-f9f8-4a42-8b69-9ca9a7076ce9" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "45389fca-c318-4408-9bef-7e4e4fff150d" ; + "0799574166" . + + . + + a ; + mu:uuid "be93d904-3c7f-4ce7-8f60-fc99e9246cfd" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "3dc7abb5-9971-40fa-8b6f-5b78d443bd8c" ; + "Primary" . + + a ; + mu:uuid "d778b1f7-de15-46ff-9c95-ed0ef697eba7" ; + "Secondary" . + + a ; + mu:uuid "605605fc-3744-4b72-9c0d-9235cfbeb7f3" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "908e6925-cd05-47f7-9f1c-fea1e53e2c6e" ; + org:classification ; + skos:prefLabel "Trefpunt Zorg" ; + regorg:legalName "Trefpunt Zorg" ; + ; + ; + . + + a ; + mu:uuid "c414a6bf-5408-430a-b844-2f43621595a3" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "6ed0b324-213e-4b46-96a7-23ec5023b5f3" . + + + a ; + mu:uuid "251e132f-a707-41cb-bd01-8aed581f5ee8" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "a6e0043e-e116-4416-9ed8-9ededc2aa9a9" ; + "0800023336" . + + . + + a ; + mu:uuid "0c820fb3-9336-45dc-938a-0bc7b7f227e5" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "1e7c0452-565e-4555-bc5b-35e1e89b9062" ; + "Primary" . + + a ; + mu:uuid "dad900ef-aa50-4f80-b430-0a8f497ff84f" ; + "Secondary" . + + a ; + mu:uuid "1fc11702-b4cf-4d38-b6c6-51ccf0f7fb3c" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "4cd56af5-3b23-421d-9324-59df32f88916" ; + org:classification ; + skos:prefLabel "AZ Oostende" ; + regorg:legalName "AZ Oostende" ; + ; + ; + . + + a ; + mu:uuid "227f56ac-d935-4fba-9ecc-618cf2ec57e6" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "44e0a685-d098-4f87-ae3d-9fc111624d79" . + + "1379" . + + a ; + mu:uuid "15837b80-da86-4c5e-9db8-5291aaffaa2f" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "2c70c204-f580-4665-9815-e2920cb1b33e" ; + "0729523736" . + + . + + a ; + mu:uuid "069a4798-94f9-4073-92c5-adfd061cda15" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "f84a6cfb-4b19-47b8-84fb-0d76dab4e0da" ; + "Primary" . + + a ; + mu:uuid "3b3b0788-d7b9-485e-aebd-4a9f2c37b993" ; + "Secondary" . + + a ; + mu:uuid "4204b9b6-3768-4ccf-bbdd-f3b4518f0e99" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "e324c869-8e82-491e-b575-d0164b935fbf" ; + org:classification ; + skos:prefLabel "Fusieziekenhuis OLV-A.S.Z." ; + regorg:legalName "Fusieziekenhuis OLV-A.S.Z." ; + ; + ; + . + + a ; + mu:uuid "c9864536-61f6-41a9-ae10-09452109fb11" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "a3fb3082-3552-40e4-83f4-c2ca9d516358" . + + + a ; + mu:uuid "95db0c18-5b69-4520-bf51-9e4dc48888da" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "1eb57735-e2c7-4746-bb10-6e02b79f21ff" ; + "0867804659" . + + . + + a ; + mu:uuid "942d0a0c-2e37-43a3-bbaf-e0ffee9565dd" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "8ca76b78-4fc9-4523-9107-28dc06829b48" ; + "Primary" . + + a ; + mu:uuid "e353374a-3331-4c73-8d56-dfa83ae48320" ; + "Secondary" . + + a ; + mu:uuid "d1f10262-639f-4fce-b4fd-a55fb83709a4" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "99d4ddba-f2a0-414a-8f48-0351088cf2f1" ; + org:classification ; + skos:prefLabel "Welzijnscampus Gerkenberg vzw" ; + regorg:legalName "Welzijnscampus Gerkenberg vzw" ; + ; + ; + . + + a ; + mu:uuid "b1a5b31e-37af-4c27-9488-72a6e4e413b9" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "e149ff09-3a31-4ccc-9356-d09809cdbdd4" . + + + a ; + mu:uuid "1dbf10fa-372f-4140-a4f0-77b2aba42322" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "c393f577-3da0-4f9a-acdb-6606b5fabc77" ; + "0459644990" . + + . + + a ; + mu:uuid "7268e66b-c5dd-4098-94a1-027dcc517e4f" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "738db5f3-fc90-4240-8632-086d9c7c332c" ; + "Primary" . + + a ; + mu:uuid "c41d9f09-0530-419d-86cb-6195884b1f29" ; + "Secondary" . + + a ; + mu:uuid "06280560-542e-4b58-80dd-897048928b6d" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "582ff1f8-65e9-4f74-a8b0-0edc27a87597" ; + org:classification ; + skos:prefLabel "De kringwinkel Zuiderkempen" ; + regorg:legalName "De kringwinkel Zuiderkempen" ; + ; + ; + . + + a ; + mu:uuid "38acec90-fdaf-405d-a8aa-68deb7ff280e" ; + skos:notation "SharePoint identificator" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "600f02c0-7c62-4544-9e19-8272b90d3cec" . + + + a ; + mu:uuid "a518558c-be84-4a46-8d0f-329c918c08fa" ; + skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator . + + a ; + mu:uuid "e60834ca-f66a-4e3e-a913-983b8c9d0650" ; + "0823319370" . + + . + + a ; + mu:uuid "b843eb07-917b-49fc-b2d6-d604ea5ff8fc" ; + ; + ; + org:siteAddress , + . + + a ; + mu:uuid "9d9c2746-ee62-44dc-a0f9-98bcd51f3d00" ; + "Primary" . + + a ; + mu:uuid "c27476c9-480a-4e9a-bc5f-22f4bfb67d07" ; + "Secondary" . + + a ; + mu:uuid "ed76adc1-7a25-47ae-bc4a-2d5273d2b8be" . + + a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; + mu:uuid "bbd44d4f-4a83-426b-bb7c-2c8f35399e21" ; + org:classification ; + skos:prefLabel "Voetbal in de Stad vzw" ; + regorg:legalName "Voetbal in de Stad vzw" ; + ; + ; + . \ No newline at end of file diff --git a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171934-create-governing-bodies-for-private-ocmw-associations.sparql b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171934-create-governing-bodies-for-private-ocmw-associations.sparql new file mode 100644 index 00000000..056d9bc2 --- /dev/null +++ b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171934-create-governing-bodies-for-private-ocmw-associations.sparql @@ -0,0 +1,169 @@ + + INSERT { + GRAPH { + ?orgaanInTime a ; + ?uuidOrgaanInTime ; + ?orgaan ; + "2019-01-01T00:00:00"^^xsd:dateTime . + + ?orgaan a ; + ?uuidOrgaan ; + ?orgaanLabel ; + ?classificationOrgaan ; + ?bestuurseenheid . + } + } WHERE { + VALUES ?classificationOrgaan { + "http://data.vlaanderen.be/id/concept/BestuursorgaanClassificatieCode/013cc838-173a-4657-b1ae-b00c048df943" + "http://data.vlaanderen.be/id/concept/BestuursorgaanClassificatieCode/b52094ff-21a2-4da8-8dbe-f513365d1528" + "http://data.vlaanderen.be/id/concept/BestuursorgaanClassificatieCode/41caf7e6-b040-4720-9cc2-a96cfffed5b4" + } + + VALUES ?bestuurseenheid { + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + } + + ?bestuurseenheid a ; + skos:prefLabel ?bestuurseenheidLabel . + + ?classificationOrgaan skos:prefLabel ?classificationOrgaanLabel . + + BIND(CONCAT(?classificationOrgaanLabel, " ", ?bestuurseenheidLabel) as ?orgaanLabel) + + BIND(MD5(CONCAT(?bestuurseenheid, ?classificationOrgaan, "orgaanInTime")) as ?uuidOrgaanInTime) + BIND(MD5(CONCAT(?bestuurseenheid, ?classificationOrgaan, "orgaan")) as ?uuidOrgaan) + BIND(IRI(CONCAT("http://data.lblod.info/id/bestuursorganen/", ?uuidOrgaanInTime)) AS ?orgaanInTime) + BIND(IRI(CONCAT("http://data.lblod.info/id/bestuursorganen/", ?uuidOrgaan)) AS ?orgaan) + } + ; + \ No newline at end of file From 6c7e5428dc9fcad04bdda18da7c18cb7d1d6df80 Mon Sep 17 00:00:00 2001 From: mirdono Date: Mon, 13 May 2024 17:37:10 +0200 Subject: [PATCH 19/29] feat: import addresses for private ocmw associations --- ...-private-ocmw-association-addresses.sparql | 1288 +++++++++++++++++ 1 file changed, 1288 insertions(+) create mode 100644 config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513173510-import-private-ocmw-association-addresses.sparql diff --git a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513173510-import-private-ocmw-association-addresses.sparql b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513173510-import-private-ocmw-association-addresses.sparql new file mode 100644 index 00000000..74895299 --- /dev/null +++ b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513173510-import-private-ocmw-association-addresses.sparql @@ -0,0 +1,1288 @@ + + INSERT { + GRAPH ?g { + ?addressUri + "100"; + + "2370"; + "Arendonk"; + "Vrijheid"; + "Arendonk"; + "België"; + "Vrijheid 100, 2370 Arendonk, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0696665975" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "737"; + + "2990"; + "Wuustwezel"; + "Bredabaan"; + "Wuustwezel"; + "België"; + "Bredabaan 737, 2990 Wuustwezel, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0696899963" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "68"; + + "9600"; + "Ronse"; + "Oscar Delghuststraat"; + "Ronse"; + "België"; + "Oscar Delghuststraat 68, 9600 Ronse, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0212165922" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "41"; + + "9250"; + "Waasmunster"; + "Molenstraat"; + "Waasmunster"; + "België"; + "Molenstraat 41, 9250 Waasmunster, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0698838775" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "40"; + + "1500"; + "Halle"; + "Joseph Possozplein"; + "Halle"; + "België"; + "Joseph Possozplein 40, 1500 Halle, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0712777279" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "68"; + + "8760"; + "Meulebeke"; + "Karel van Manderstraat"; + "Meulebeke"; + "België"; + "Karel van Manderstraat 68, 8760 Meulebeke, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0735627214" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "1"; + + "2570"; + "Duffel"; + "Kwakkelenberg"; + "Duffel"; + "België"; + "Kwakkelenberg 1, 2570 Duffel, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0462239939" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "1"; + + "9100"; + "Sint-Niklaas"; + "Moerlandstraat"; + "Sint-Niklaas"; + "België"; + "Moerlandstraat 1, 9100 Sint-Niklaas, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0881291322" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "29"; + + "8900"; + "Ieper"; + "Lange Torhoutstraat"; + "Ieper"; + "België"; + "Lange Torhoutstraat 29, 8900 Ieper, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0262925527" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "1"; + + "8800"; + "Roeselare"; + "Deltalaan"; + "Roeselare"; + "België"; + "Deltalaan 1, 8800 Roeselare, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0505931808" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "26"; + + "2000"; + "Antwerpen"; + "Leopoldstraat"; + "Antwerpen"; + "België"; + "Leopoldstraat 26, 2000 Antwerpen, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0862382656" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "87"; + + "8020"; + "Oostkamp"; + "Sint-Elooisstraat"; + "Oostkamp"; + "België"; + "Sint-Elooisstraat 87, 8020 Oostkamp, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0738896510" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "20"; + + "3500"; + "Hasselt"; + "Salvatorstraat"; + "Hasselt"; + "België"; + "Salvatorstraat 20, 3500 Hasselt, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0821142117" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "44"; + + "2300"; + "Turnhout"; + "Steenweg op Merksplas"; + "Turnhout"; + "België"; + "Steenweg op Merksplas 44, 2300 Turnhout, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0897191602" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "133"; + + "2200"; + "Herentals"; + "Nederrij"; + "Herentals"; + "België"; + "Nederrij 133, 2200 Herentals, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0821734213" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "3"; + + "9700"; + "Oudenaarde"; + "Minderbroederstraat"; + "Oudenaarde"; + "België"; + "Minderbroederstraat 3, 9700 Oudenaarde, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0870757023" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "425"; + + "3680"; + "Maaseik"; + "Diestersteenweg"; + "Maaseik"; + "België"; + "Diestersteenweg 425, 3680 Maaseik, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0475777476" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "65"; + + "1800"; + "Vilvoorde"; + "Gendarmeriestraat"; + "Vilvoorde"; + "België"; + "Gendarmeriestraat 65, 1800 Vilvoorde, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0267386438" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "4"; + + "8500"; + "Kortrijk"; + "President Kennedylaan"; + "Kortrijk"; + "België"; + "President Kennedylaan 4, 8500 Kortrijk, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0472222625" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "22_1"; + + "2260"; + "Westerlo"; + "Verlorenkost"; + "Westerlo"; + "België"; + "Verlorenkost 22_1, 2260 Westerlo, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0883325451" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "2"; + "Bus 4"; + "2500"; + "Lier"; + "Paradeplein"; + "Lier"; + "België"; + "Paradeplein 2 - Bus 4, 2500 Lier, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0865013039" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "6"; + + "2800"; + "Mechelen"; + "Lijsterstraat"; + "Mechelen"; + "België"; + "Lijsterstraat 6, 2800 Mechelen, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0865010069" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "2"; + + "2220"; + "Heist-Op-Den-Berg"; + "Stationstraat"; + "Heist-op-den-Berg"; + "België"; + "Stationstraat 2, 2220 Heist-op-den-Berg, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0473360790" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "8"; + + "2450"; + "Meerhout"; + "Smissestraat"; + "Meerhout"; + "België"; + "Smissestraat 8, 2450 Meerhout, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0871619135" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "9"; + + "2980"; + "Zoersel"; + "Kermisplein"; + "Zoersel"; + "België"; + "Kermisplein 9, 2980 Zoersel, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0870855409" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "6"; + + "2640"; + "Mortsel"; + "Meerminne"; + "Mortsel"; + "België"; + "Meerminne 6, 2640 Mortsel, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0632607670" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "1"; + + "3930"; + "Hamont-Achel"; + "Michielsplein"; + "Hamont-Achel"; + "België"; + "Michielsplein 1, 3930 Hamont-Achel, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0887953044" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "18"; + + "3620"; + "Lanaken"; + "Gasthuisstraat"; + "Lanaken"; + "België"; + "Gasthuisstraat 18, 3620 Lanaken, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0838654674" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "38"; + + "1730"; + "Asse"; + "Muurveld"; + "Asse"; + "België"; + "Muurveld 38, 1730 Asse, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0471364174" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "5"; + + "3360"; + "Bierbeek"; + "Bergenlaan"; + "Bierbeek"; + "België"; + "Bergenlaan 5, 3360 Bierbeek, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0861157387" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "22"; + "bus 0001"; + "9100"; + "Sint-Niklaas"; + "Pater Segersstraat"; + "Sint-Niklaas"; + "België"; + "Pater Segersstraat 22 - bus 0001, 9100 Sint-Niklaas, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0476803795" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "152"; + + "3460"; + "Bekkevoort"; + "Staatsbaan"; + "Bekkevoort"; + "België"; + "Staatsbaan 152, 3460 Bekkevoort, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0884212804" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "10"; + + "3054"; + "Oud-Heverlee"; + "Gemeentestraat"; + "Oud-Heverlee"; + "België"; + "Gemeentestraat 10, 3054 Oud-Heverlee, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0848738221" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "2"; + + "8750"; + "Wingene"; + "Sint-Amandsstraat"; + "Wingene"; + "België"; + "Sint-Amandsstraat 2, 8750 Wingene, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0833161902" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "27"; + + "8500"; + "Kortrijk"; + "Budastraat"; + "Kortrijk"; + "België"; + "Budastraat 27, 8500 Kortrijk, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0472751175" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "89"; + + "8210"; + "Zedelgem"; + "Fazantlaan"; + "Zedelgem"; + "België"; + "Fazantlaan 89, 8210 Zedelgem, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0832024923" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "30"; + + "9060"; + "Zelzate"; + "Bloemenboslaan"; + "Zelzate"; + "België"; + "Bloemenboslaan 30, 9060 Zelzate, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0644984078" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "3"; + + "1790"; + "Affligem"; + "Bellestraat"; + "Affligem"; + "België"; + "Bellestraat 3, 1790 Affligem, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0633854022" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "29"; + + "8610"; + "Kortemark"; + "Hospitaalstraat"; + "Kortemark"; + "België"; + "Hospitaalstraat 29, 8610 Kortemark, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0566983014" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "65"; + "Bus BU31"; + "3600"; + "Genk"; + "Grotestraat"; + "Genk"; + "België"; + "Grotestraat 65 - Bus BU31, 3600 Genk, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0881602118" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "4"; + + "8000"; + "Brugge"; + "Ruddershove"; + "Brugge"; + "België"; + "Ruddershove 4, 8000 Brugge, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0799574166" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "100"; + + "8400"; + "Oostende"; + "Gouwelozestraat"; + "Oostende"; + "België"; + "Gouwelozestraat 100, 8400 Oostende, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0800023336" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "164"; + + "9300"; + "Aalst"; + "Moorselbaan"; + "Aalst"; + "België"; + "Moorselbaan 164, 9300 Aalst, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "1005154085" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "90a"; + + "3960"; + "Bree"; + "Meeuwerkiezel"; + "Bree"; + "België"; + "Meeuwerkiezel 90a, 3960 Bree, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0867804659" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "25"; + "Bus 1"; + "2220"; + "Heist-Op-Den-Berg"; + "Noordstraat"; + "Heist-op-den-Berg"; + "België"; + "Noordstraat 25 - Bus 1, 2220 Heist-op-den-Berg, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0459644990" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + + + INSERT { + GRAPH ?g { + ?addressUri + "808"; + + "9000"; + "Gent"; + "Ottergemsesteenweg-Zuid"; + "Gent"; + "België"; + "Ottergemsesteenweg-Zuid 808, 9000 Gent, België". + } + } + WHERE { + GRAPH ?g { + ?org ?id ; + ?site . + + ?id "KBO nummer" ; + / "0823319370" . + + ?site ?boundAddress . + + BIND( ?boundAddress AS ?addressUri ) + } + } + \ No newline at end of file From 4b450935721d758490c3ce6fb904311f2be6cb0c Mon Sep 17 00:00:00 2001 From: mirdono Date: Mon, 13 May 2024 17:42:08 +0200 Subject: [PATCH 20/29] feat: import contact details for private ocmw associations --- ...te-ocmw-association-contact-details.sparql | 866 ++++++++++++++++++ 1 file changed, 866 insertions(+) create mode 100644 config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513174042-import-private-ocmw-association-contact-details.sparql diff --git a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513174042-import-private-ocmw-association-contact-details.sparql b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513174042-import-private-ocmw-association-contact-details.sparql new file mode 100644 index 00000000..10af5d66 --- /dev/null +++ b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513174042-import-private-ocmw-association-contact-details.sparql @@ -0,0 +1,866 @@ + + INSERT { + GRAPH { + ?contact "tel:+3214639730" . + ?contact "https://www.wzga.be/" . + ?contact "info@wzga.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0696665975" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3232228400" . + ?contact "https://www.amate.be/over-amate/woonzorg-wuustwezel" . + ?contact "info.amandina@amate.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0696899963" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3255237455" . + ?contact "https://delinderonse.be/" . + ?contact "wzc@delinderonse.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0212165922" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3252251320" . + ?contact "https://www.waasmunster.be/product/197/woonzorgcentrum-t-heuverveld" . + ?contact "info@samenouder.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0698838775" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3224472747" . + ?contact "http://www.metsense.be/nl/onze-uitbatingen#buurtrestaurants" . + ?contact "buurtrestaurant@tvondel.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0712777279" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3251488172" . + ?contact "https://www.dezonnewende.gvo.be/nl/home/" . + ?contact "dezonnewende@gvo.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0735627214" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3215321741" . + ?contact "https://www.duffel.be/huishoudhulp" . + ?contact "dco.duffel@skynet.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0462239939" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3237606060" . + ?contact "https://vitaz.be/" . + ?contact "info@vitaz.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0881291322" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3257208071" . + ?contact "https://wieltjesgracht.be/" . + ?contact "info@wieltjesgracht.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0262925527" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3251237111" . + ?contact "https://www.azdelta.be/nl" . + ?contact "info@azdelta.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0505931808" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3232177111" . + ?contact "https://www.zna.be/nl" . + ?contact "communicatie@zna.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0862382656" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3250277530" . + ?contact "https://terluchte.be/" . + ?contact "info@terluchte.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0738896510" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3211335577" . + ?contact "https://www.jessazh.be/" . + ?contact "info@jessazh.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0821142117" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3214406011" . + ?contact "https://www.azturnhout.be/" . + ?contact "info@azturnhout.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0897191602" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3214246111" . + ?contact "https://www.azherentals.be/" . + ?contact "directiesecretariaat@azherentals.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0821734213" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3255336111" . + ?contact "https://www.azoudenaarde.be/" . + ?contact "info@azoudenaarde.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0870757023" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + + ?contact "https://www.zmk.be/index.html" . + + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0475777476" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3222546400" . + ?contact "https://www.azjanportaels.be/nl" . + ?contact "info@azjanportaels.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0267386438" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3256636363" . + ?contact "https://www.azgroeninge.be/start" . + ?contact "info@azgroeninge.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0472222625" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3214234085" . + ?contact "https://www.het-pareltje.be/" . + ?contact "info@het-pareltje.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0883325451" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + + INSERT { + GRAPH { + + ?contact "https://www.svkbodukam.be/" . + + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0865010069" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3215226855" . + ?contact "https://www.svkonderdak.be/" . + ?contact "info@svkonderdak.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0473360790" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3214254580" . + ?contact "http://www.terkempen.be/" . + ?contact "info@terkempen.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0871619135" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + + ?contact "https://www.wzcdebuurt.be/" . + + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0870855409" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3232943734" . + ?contact "https://www.sensespraktijkhuis.be/" . + ?contact "info@sensespraktijkhuis.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0632607670" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + + + INSERT { + GRAPH { + ?contact "tel:+3228010180" . + ?contact "https://www.ahasverus.be/" . + ?contact "directie@ahasverus.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0471364174" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3216885864" . + ?contact "https://onshartkloptvooru.be/voorziening/deycken-brug/" . + ?contact "algemeen@deyckenbrug.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0861157387" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3237661340" . + ?contact "http://www.drietakt.be/" . + ?contact "info@drietakt.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0476803795" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + + INSERT { + GRAPH { + ?contact "tel:+3216791000" . + ?contact "https://www.korian.be/nl/woonzorgcentra/kor/131-woonzorgzone-de-kouter" . + ?contact "info@wzzdekouter.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0848738221" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3251655278" . + ?contact "https://www.amphora.gvo.be/nl/home/" . + ?contact "amphora@gvo.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0833161902" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3256264434" . + ?contact "https://www.vzwmentor.be/" . + ?contact "info@mentorvzw.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0472751175" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3250826636" . + ?contact "https://www.zorg-en-welzijn-zedelgem.gvo.be/" . + ?contact "info@zwz.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0832024923" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3293113000" . + ?contact "https://www.wzczilverbos.be/" . + ?contact "info@wzczilverbos.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0644984078" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3253667137" . + ?contact "https://www.vanlierde-wzc.be/" . + ?contact "onthaal@wzcvanlierde.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0633854022" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3251567301" . + ?contact "http://www.blijvelde.be/" . + ?contact "info@blijvelde.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0566983014" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3289206597" . + ?contact "https://wil.be/nl" . + ?contact "info@svkhetscharnier.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0881602118" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + + INSERT { + GRAPH { + ?contact "tel:+3259416111" . + ?contact "https://www.azoostende.be/" . + ?contact "info@azoostende.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0800023336" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3253764111" . + ?contact "https://www.asz.be/" . + ?contact "info@asz.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0729523736" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3289480100" . + ?contact "https://gerkenberg.be/" . + ?contact "info@gerkenberg.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0867804659" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + ?contact "tel:+3215237393" . + ?contact "https://www.dekringwinkel.be/zuiderkempen" . + ?contact "info@dekringwinkelzuiderkempen.be" . + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0459644990" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + + + INSERT { + GRAPH { + + ?contact "https://www.kaagent.be/nl" . + + } + } + WHERE { + GRAPH { + ?org ?id ; + ?primarySite . + ?id "KBO nummer" ; + / "0823319370" . + + ?primarySite ?contact . + + ?contact "Primary" . + } + } + \ No newline at end of file From b9be63f193eb29d3f54ef9064012905b289be185 Mon Sep 17 00:00:00 2001 From: mirdono Date: Mon, 13 May 2024 19:46:35 +0200 Subject: [PATCH 21/29] fix: corrected the provinces in the address import --- ...private-ocmw-association-addresses.sparql} | 90 +++++++++---------- 1 file changed, 45 insertions(+), 45 deletions(-) rename config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/{20240513173510-import-private-ocmw-association-addresses.sparql => 20240513194129-import-private-ocmw-association-addresses.sparql} (94%) diff --git a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513173510-import-private-ocmw-association-addresses.sparql b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513194129-import-private-ocmw-association-addresses.sparql similarity index 94% rename from config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513173510-import-private-ocmw-association-addresses.sparql rename to config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513194129-import-private-ocmw-association-addresses.sparql index 74895299..74c921c2 100644 --- a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513173510-import-private-ocmw-association-addresses.sparql +++ b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513194129-import-private-ocmw-association-addresses.sparql @@ -5,7 +5,7 @@ "100"; "2370"; - "Arendonk"; + "Antwerpen"; "Vrijheid"; "Arendonk"; "België"; @@ -33,7 +33,7 @@ "737"; "2990"; - "Wuustwezel"; + "Antwerpen"; "Bredabaan"; "Wuustwezel"; "België"; @@ -61,7 +61,7 @@ "68"; "9600"; - "Ronse"; + "Oost-Vlaanderen"; "Oscar Delghuststraat"; "Ronse"; "België"; @@ -89,7 +89,7 @@ "41"; "9250"; - "Waasmunster"; + "Oost-Vlaanderen"; "Molenstraat"; "Waasmunster"; "België"; @@ -117,7 +117,7 @@ "40"; "1500"; - "Halle"; + "Vlaams-Brabant"; "Joseph Possozplein"; "Halle"; "België"; @@ -145,7 +145,7 @@ "68"; "8760"; - "Meulebeke"; + "West-Vlaanderen"; "Karel van Manderstraat"; "Meulebeke"; "België"; @@ -173,7 +173,7 @@ "1"; "2570"; - "Duffel"; + "Antwerpen"; "Kwakkelenberg"; "Duffel"; "België"; @@ -201,7 +201,7 @@ "1"; "9100"; - "Sint-Niklaas"; + "Oost-Vlaanderen"; "Moerlandstraat"; "Sint-Niklaas"; "België"; @@ -229,7 +229,7 @@ "29"; "8900"; - "Ieper"; + "West-Vlaanderen"; "Lange Torhoutstraat"; "Ieper"; "België"; @@ -257,7 +257,7 @@ "1"; "8800"; - "Roeselare"; + "West-Vlaanderen"; "Deltalaan"; "Roeselare"; "België"; @@ -313,7 +313,7 @@ "87"; "8020"; - "Oostkamp"; + "West-Vlaanderen"; "Sint-Elooisstraat"; "Oostkamp"; "België"; @@ -341,7 +341,7 @@ "20"; "3500"; - "Hasselt"; + "Limburg"; "Salvatorstraat"; "Hasselt"; "België"; @@ -369,7 +369,7 @@ "44"; "2300"; - "Turnhout"; + "Antwerpen"; "Steenweg op Merksplas"; "Turnhout"; "België"; @@ -397,7 +397,7 @@ "133"; "2200"; - "Herentals"; + "Antwerpen"; "Nederrij"; "Herentals"; "België"; @@ -425,7 +425,7 @@ "3"; "9700"; - "Oudenaarde"; + "Oost-Vlaanderen"; "Minderbroederstraat"; "Oudenaarde"; "België"; @@ -453,7 +453,7 @@ "425"; "3680"; - "Maaseik"; + "Limburg"; "Diestersteenweg"; "Maaseik"; "België"; @@ -481,7 +481,7 @@ "65"; "1800"; - "Vilvoorde"; + "Vlaams-Brabant"; "Gendarmeriestraat"; "Vilvoorde"; "België"; @@ -509,7 +509,7 @@ "4"; "8500"; - "Kortrijk"; + "West-Vlaanderen"; "President Kennedylaan"; "Kortrijk"; "België"; @@ -537,7 +537,7 @@ "22_1"; "2260"; - "Westerlo"; + "Antwerpen"; "Verlorenkost"; "Westerlo"; "België"; @@ -565,7 +565,7 @@ "2"; "Bus 4"; "2500"; - "Lier"; + "Antwerpen"; "Paradeplein"; "Lier"; "België"; @@ -593,7 +593,7 @@ "6"; "2800"; - "Mechelen"; + "Antwerpen"; "Lijsterstraat"; "Mechelen"; "België"; @@ -621,7 +621,7 @@ "2"; "2220"; - "Heist-Op-Den-Berg"; + "Antwerpen"; "Stationstraat"; "Heist-op-den-Berg"; "België"; @@ -649,7 +649,7 @@ "8"; "2450"; - "Meerhout"; + "Antwerpen"; "Smissestraat"; "Meerhout"; "België"; @@ -677,7 +677,7 @@ "9"; "2980"; - "Zoersel"; + "Antwerpen"; "Kermisplein"; "Zoersel"; "België"; @@ -705,7 +705,7 @@ "6"; "2640"; - "Mortsel"; + "Antwerpen"; "Meerminne"; "Mortsel"; "België"; @@ -733,7 +733,7 @@ "1"; "3930"; - "Hamont-Achel"; + "Limburg"; "Michielsplein"; "Hamont-Achel"; "België"; @@ -761,7 +761,7 @@ "18"; "3620"; - "Lanaken"; + "Limburg"; "Gasthuisstraat"; "Lanaken"; "België"; @@ -789,7 +789,7 @@ "38"; "1730"; - "Asse"; + "Vlaams-Brabant"; "Muurveld"; "Asse"; "België"; @@ -817,7 +817,7 @@ "5"; "3360"; - "Bierbeek"; + "Vlaams-Brabant"; "Bergenlaan"; "Bierbeek"; "België"; @@ -845,7 +845,7 @@ "22"; "bus 0001"; "9100"; - "Sint-Niklaas"; + "Oost-Vlaanderen"; "Pater Segersstraat"; "Sint-Niklaas"; "België"; @@ -873,7 +873,7 @@ "152"; "3460"; - "Bekkevoort"; + "Vlaams-Brabant"; "Staatsbaan"; "Bekkevoort"; "België"; @@ -901,7 +901,7 @@ "10"; "3054"; - "Oud-Heverlee"; + "Vlaams-Brabant"; "Gemeentestraat"; "Oud-Heverlee"; "België"; @@ -929,7 +929,7 @@ "2"; "8750"; - "Wingene"; + "West-Vlaanderen"; "Sint-Amandsstraat"; "Wingene"; "België"; @@ -957,7 +957,7 @@ "27"; "8500"; - "Kortrijk"; + "West-Vlaanderen"; "Budastraat"; "Kortrijk"; "België"; @@ -985,7 +985,7 @@ "89"; "8210"; - "Zedelgem"; + "West-Vlaanderen"; "Fazantlaan"; "Zedelgem"; "België"; @@ -1013,7 +1013,7 @@ "30"; "9060"; - "Zelzate"; + "Oost-Vlaanderen"; "Bloemenboslaan"; "Zelzate"; "België"; @@ -1041,7 +1041,7 @@ "3"; "1790"; - "Affligem"; + "Vlaams-Brabant"; "Bellestraat"; "Affligem"; "België"; @@ -1069,7 +1069,7 @@ "29"; "8610"; - "Kortemark"; + "West-Vlaanderen"; "Hospitaalstraat"; "Kortemark"; "België"; @@ -1097,7 +1097,7 @@ "65"; "Bus BU31"; "3600"; - "Genk"; + "Limburg"; "Grotestraat"; "Genk"; "België"; @@ -1125,7 +1125,7 @@ "4"; "8000"; - "Brugge"; + "West-Vlaanderen"; "Ruddershove"; "Brugge"; "België"; @@ -1153,7 +1153,7 @@ "100"; "8400"; - "Oostende"; + "Vlaams-Brabant"; "Gouwelozestraat"; "Oostende"; "België"; @@ -1181,7 +1181,7 @@ "164"; "9300"; - "Aalst"; + "Oost-Vlaanderen"; "Moorselbaan"; "Aalst"; "België"; @@ -1209,7 +1209,7 @@ "90a"; "3960"; - "Bree"; + "Limburg"; "Meeuwerkiezel"; "Bree"; "België"; @@ -1237,7 +1237,7 @@ "25"; "Bus 1"; "2220"; - "Heist-Op-Den-Berg"; + "Antwerpen"; "Noordstraat"; "Heist-op-den-Berg"; "België"; @@ -1265,7 +1265,7 @@ "808"; "9000"; - "Gent"; + "Oost-Vlaanderen"; "Ottergemsesteenweg-Zuid"; "Gent"; "België"; From a94bb7f7e20a0c1e4b67ac9bb8a4f6bc706e94e3 Mon Sep 17 00:00:00 2001 From: mirdono Date: Wed, 15 May 2024 14:50:31 +0200 Subject: [PATCH 22/29] fix: regenerated migrations after business data update --- ...933-import-private-ocmw-associations.graph | 1 - ...71933-import-private-ocmw-associations.ttl | 2182 ----------------- ...odies-for-private-ocmw-associations.sparql | 169 -- ...te-ocmw-association-contact-details.sparql | 866 ------- ...-private-ocmw-association-addresses.sparql | 1288 ---------- 5 files changed, 4506 deletions(-) delete mode 100644 config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171933-import-private-ocmw-associations.graph delete mode 100644 config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171933-import-private-ocmw-associations.ttl delete mode 100644 config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171934-create-governing-bodies-for-private-ocmw-associations.sparql delete mode 100644 config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513174042-import-private-ocmw-association-contact-details.sparql delete mode 100644 config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513194129-import-private-ocmw-association-addresses.sparql diff --git a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171933-import-private-ocmw-associations.graph b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171933-import-private-ocmw-associations.graph deleted file mode 100644 index c74098f2..00000000 --- a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171933-import-private-ocmw-associations.graph +++ /dev/null @@ -1 +0,0 @@ -http://mu.semte.ch/graphs/administrative-unit \ No newline at end of file diff --git a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171933-import-private-ocmw-associations.ttl b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171933-import-private-ocmw-associations.ttl deleted file mode 100644 index 0e464fda..00000000 --- a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171933-import-private-ocmw-associations.ttl +++ /dev/null @@ -1,2182 +0,0 @@ - - @prefix xsd: . - @prefix mu: . - @prefix persoon: . - @prefix ext: . - @prefix person: . - @prefix session: . - @prefix foaf: . - @prefix besluit: . - @prefix ere: . - @prefix mandaat: . - @prefix org: . - @prefix dcterms: . - @prefix generiek: . - @prefix skos: . - @prefix dc_terms: . - @prefix regorg: . - - a ; - mu:uuid "241b75e8-3891-42cc-a415-f38f93ce1229" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "1489fbc5-b390-4dc1-b207-24d4a810dae2" . - - - a ; - mu:uuid "9c780ff8-4927-423c-ae35-6f4bfef882a6" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "9a192ea6-e09c-47ca-a3de-187ba934fc25" ; - "0696665975" . - - . - - a ; - mu:uuid "eac230e6-875c-4522-a84b-13a623d15c76" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "a4124ab6-e449-4023-a85a-1cc3a2e406b5" ; - "Primary" . - - a ; - mu:uuid "c6417b98-f97d-409d-8afd-518617a55fb3" ; - "Secondary" . - - a ; - mu:uuid "d3bd77cc-ccdd-49bf-afba-204cc92d787f" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "d0d3f76d-eb14-431b-ae8d-f72a4dff7919" ; - org:classification ; - skos:prefLabel "WoonZorgGroep Arendonk" ; - regorg:legalName "WoonZorgGroep Arendonk" ; - ; - ; - . - - a ; - mu:uuid "4efd4915-6d3f-47f7-b95c-9016cb5e798f" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "029f5dd1-6e55-44a3-a98a-a657216c0a23" . - - - a ; - mu:uuid "899daf94-dfb6-4fa7-8c82-987763ba550b" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "fafc7532-9c4e-4134-be12-c3275fe5dfcf" ; - "0696899963" . - - . - - a ; - mu:uuid "68ff7b83-0889-4e0e-bac1-9e0064e06d8e" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "f564107d-25a8-4862-b33a-c2026677c854" ; - "Primary" . - - a ; - mu:uuid "7055ecdf-9752-4af4-9ea1-6e57db112117" ; - "Secondary" . - - a ; - mu:uuid "aea623b3-899c-42db-a52f-075772ca5649" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "a498193c-0386-4e8d-8e2f-d28e81e8714c" ; - org:classification ; - skos:prefLabel "vzw WoonZORG Wuustwezel" ; - regorg:legalName "vzw WoonZORG Wuustwezel" ; - ; - ; - . - - a ; - mu:uuid "20428a41-769c-4c92-a10b-b3b3eb5531a0" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "cbd8002b-5762-428e-9c38-f5eeb1f99c0e" . - - - a ; - mu:uuid "9f9d3eb9-521d-419a-9d64-fdc10705080a" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "435730b2-4328-497d-a78a-28751b3c7742" ; - "0212165922" . - - . - - a ; - mu:uuid "a3a9932d-0b81-4b6e-aaa8-34e2687af2f6" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "61ddbc77-6f28-40bd-8f4b-11d0a857211d" ; - "Primary" . - - a ; - mu:uuid "faba6594-02f3-473f-aacb-3f8dc3368164" ; - "Secondary" . - - a ; - mu:uuid "fda1fbe8-a7da-4153-bfef-3a180f5a59e2" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "8933fdf1-a675-4bfa-8a82-ba4c9307f63e" ; - org:classification ; - skos:prefLabel "vzw De Linde" ; - regorg:legalName "vzw De Linde" ; - ; - ; - . - - a ; - mu:uuid "6fd0fc3e-7a83-43be-9f1a-9d570b740f05" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "184bd268-8170-4212-8bc7-0a13c9e2c20d" . - - - a ; - mu:uuid "0885440e-3a0b-4786-b362-7cadb692b018" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "9ccb74bc-e524-4d0f-b2cb-653894ed38a4" ; - "0698838775" . - - . - - a ; - mu:uuid "658ae161-2c66-4223-9d84-23e1c4d4f472" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "ac20e4e0-50d5-4c11-878a-28e569d7aa1f" ; - "Primary" . - - a ; - mu:uuid "4bed93cd-5a72-402f-a205-957790dd4c96" ; - "Secondary" . - - a ; - mu:uuid "2b49ca0c-9494-4bb0-aeec-09dc8ab7580b" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "5932b1bd-a9f3-4f4a-af1e-ee6bff3f6e7a" ; - org:classification ; - skos:prefLabel "'t Heuverveld vzw" ; - regorg:legalName "'t Heuverveld vzw" ; - ; - ; - . - - a ; - mu:uuid "7e8b9673-f132-443a-b648-b597111ecaf3" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "15224b05-b172-4f71-97da-4498c4707f5b" . - - - a ; - mu:uuid "a55b9caa-3990-48c0-9ae2-dfb0391f1de9" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "df691358-1cf0-45c2-908d-477959441a16" ; - "0712777279" . - - . - - a ; - mu:uuid "dc7f6f13-7d84-4584-9520-fc52efde96b3" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "1e15e13c-ee67-4aa4-9c21-baf0403bf64a" ; - "Primary" . - - a ; - mu:uuid "7770a967-be29-4e52-8763-8f81452f47bb" ; - "Secondary" . - - a ; - mu:uuid "ebdb4c2d-56d1-4ab7-8355-43aee839c347" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "77f432c2-77d0-4cc3-9f1b-c0196d0df74c" ; - org:classification ; - skos:prefLabel "Buurtrestaurant 't Vondel vzw" ; - regorg:legalName "Buurtrestaurant 't Vondel vzw" ; - ; - ; - . - - a ; - mu:uuid "79e7d7c7-7909-4387-aca4-093f99283982" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "9ace37c1-2e6f-42c0-aa77-fd184ae405ec" . - - - a ; - mu:uuid "60623c40-86ec-4c42-b224-6d62848c36db" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "68312a19-b49d-4611-9035-badb542cac84" ; - "0735627214" . - - . - - a ; - mu:uuid "b6918954-7242-49f5-a1d4-a2c34b9858e9" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "90c1b023-743e-4290-a2ba-1a44d48a0213" ; - "Primary" . - - a ; - mu:uuid "957c0c4e-f738-475b-aef7-10ad3b555930" ; - "Secondary" . - - a ; - mu:uuid "3541a006-0691-4ac1-b8dc-a10b604cd8e1" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "c7352dd6-26a3-4d20-b650-80b8fe358161" ; - org:classification ; - skos:prefLabel "De Zonnewende" ; - regorg:legalName "De Zonnewende" ; - ; - ; - . - - a ; - mu:uuid "a8b41018-30fd-4bf6-ac76-919486def9f6" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "b837c0e1-3920-4276-95c4-3e4adc6e4912" . - - - a ; - mu:uuid "458557cc-7bef-494b-bf8c-ce5afcbd2849" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "1ce68f26-5e7a-4356-bfeb-398e20d1f3c1" ; - "0462239939" . - - . - - a ; - mu:uuid "ba0ab2a0-2cff-41e4-8899-0621fef2f86c" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "44db7f7f-faa5-41e4-83e8-78071a32e3c0" ; - "Primary" . - - a ; - mu:uuid "2ce92af5-085e-49f9-a764-6ff7aa64f954" ; - "Secondary" . - - a ; - mu:uuid "bb3313ac-ca78-46e2-b010-0ea85ef83c93" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "8234cbf3-de48-464c-87fa-45bbda71399f" ; - org:classification ; - skos:prefLabel "Dienstencheque-onderneming Duffel" ; - regorg:legalName "Dienstencheque-onderneming Duffel" ; - ; - ; - . - - a ; - mu:uuid "64e7d5fd-3d31-4c79-a255-234121bf1280" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "81e3fbe7-abcf-4f34-bc02-ec9404ee6aab" . - - - a ; - mu:uuid "4fcc392f-9ae8-46ce-be74-8d7b4bb27462" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "bbd4d3cf-cf91-4672-99f5-d4ca1cb601ed" ; - "0881291322" . - - . - - a ; - mu:uuid "f0f39a96-a1d3-4c68-bbbe-0316ff73260e" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "0ecd54f3-1df2-4b45-a63e-55d48450b137" ; - "Primary" . - - a ; - mu:uuid "02f5b2cc-5676-405d-aa41-34a265ef3512" ; - "Secondary" . - - a ; - mu:uuid "5f02b6c8-e9fd-46fc-bd6f-2c08b0e51274" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "88b7236f-4a06-42b2-a406-23d4cc4bd36a" ; - org:classification ; - skos:prefLabel "Verenigde Ziekenhuizen van Waas en Durme vzw (voorheen A.Z. Nikolaas vzw)" ; - regorg:legalName "Verenigde Ziekenhuizen van Waas en Durme vzw (voorheen A.Z. Nikolaas vzw)" ; - ; - ; - . - - a ; - mu:uuid "00845ae5-8b30-4e84-b198-5788f1e9164b" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "b8e6be2a-d0f4-441f-86dd-fe63f8c1d272" . - - "851" . - - a ; - mu:uuid "c04e46bd-73b1-4704-8c42-c624b5db17dd" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "c168bee1-2ab5-46b9-89ed-99ccadb18afe" ; - "0262925527" . - - . - - a ; - mu:uuid "fd3d91a7-0408-4a19-86e7-107335f9f56e" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "63f5ba33-a378-485a-aced-b012fe6770f2" ; - "Primary" . - - a ; - mu:uuid "462531b3-07b2-4ece-8a6a-fa1819b2d256" ; - "Secondary" . - - a ; - mu:uuid "7837a3ee-b750-4922-a48b-5204d2288cd4" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "2084d3d8-950c-437e-b292-cb5a2d820993" ; - org:classification ; - skos:prefLabel "Wieltjesgracht" ; - regorg:legalName "Wieltjesgracht" ; - ; - ; - . - - a ; - mu:uuid "a1604cc1-5c72-4650-8a52-718de37e6a5d" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "b6113a33-8311-4ee9-91ec-6331a675a19b" . - - - a ; - mu:uuid "1f2aca7d-f52e-4035-a1ec-0a257dd892a0" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "50c9e099-934f-4af4-906c-cc9ac66fa088" ; - "0505931808" . - - . - - a ; - mu:uuid "8d813d8d-d0c3-4e57-aac7-7acf8deeaf3e" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "5c2c7b35-4065-4338-8d91-d9fd3f51e40c" ; - "Primary" . - - a ; - mu:uuid "543db562-5c72-436a-bf04-e17c2edc6e62" ; - "Secondary" . - - a ; - mu:uuid "2c6b35f7-174f-4184-80c1-8fd94171e321" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "16a28f2b-092b-4df4-82c1-791754833b21" ; - org:classification ; - skos:prefLabel "AZ Delta" ; - regorg:legalName "AZ Delta" ; - ; - ; - . - - a ; - mu:uuid "375f5150-0fe4-48fe-a1f1-c1e6404acb20" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "ca363ecf-5a6b-492b-a3e7-bdd9e58ff854" . - - - a ; - mu:uuid "e7f6b29d-afb2-404f-ac99-856f618c7723" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "ba33df1e-cec3-459d-a6b7-4e44ba015791" ; - "0862382656" . - - . - - a ; - mu:uuid "e73debc7-8ea4-4c9c-94c8-23e95b3a2d82" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "70f8accb-ceed-4b7c-834a-0c8139ff8cf3" ; - "Primary" . - - a ; - mu:uuid "2702ad74-423a-41e1-9e97-6f925df2c36f" ; - "Secondary" . - - a ; - mu:uuid "f767f831-32dc-46e3-bc3b-480dd5d19f86" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "529b1378-d899-4ff3-b5f2-705a3be77896" ; - org:classification ; - skos:prefLabel "Het Ziekenhuisnetwerk Antwerpen (ZNA) vzw" ; - regorg:legalName "Het Ziekenhuisnetwerk Antwerpen (ZNA) vzw" ; - ; - ; - . - - a ; - mu:uuid "ddd6b6bf-eff3-4f99-b9cb-1c2b81e45106" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "672e5530-3ac5-4c31-bcdc-98bf0bba426b" . - - - a ; - mu:uuid "1d198490-da1a-4267-9c7f-c628c661f4e4" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "7f4a0e05-1833-468e-93b4-0b3e73d5eb32" ; - "0738896510" . - - . - - a ; - mu:uuid "2071d099-7904-4b8d-a1db-f817fb2e811f" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "05d1b560-9602-4da0-90ed-2187416082b3" ; - "Primary" . - - a ; - mu:uuid "b8b61cdd-3430-4e17-a389-d94bda562890" ; - "Secondary" . - - a ; - mu:uuid "adb29e20-50da-4d0f-ab6a-f4aa68ada193" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "160be9b1-e3e3-49d3-9cf7-6aff48f17af1" ; - org:classification ; - skos:prefLabel "Ter Luchte" ; - regorg:legalName "Ter Luchte" ; - ; - ; - . - - a ; - mu:uuid "c1742062-2514-421a-89db-334dc40fd660" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "7305a56b-6368-4ae1-ae3f-ba31cc4cf18e" . - - - a ; - mu:uuid "bf041f69-5bc1-4b11-8a90-b8ac7cc13100" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "e914a7db-489f-4bcd-a92e-7217a01a3f2f" ; - "0821142117" . - - . - - a ; - mu:uuid "8fc4717b-e163-4df4-b32d-747cb7c0dcf5" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "8b476dc2-e1cb-45a3-8df8-80c268baa262" ; - "Primary" . - - a ; - mu:uuid "25eb04cb-5c82-422f-a7c1-9e9d6716d3dc" ; - "Secondary" . - - a ; - mu:uuid "b816289b-8bcf-4b36-a400-abcac7d9159e" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "ed24c19b-288e-4cc3-ad26-9b9821cba1ac" ; - org:classification ; - skos:prefLabel "VZW Jessa Ziekenhuis" ; - regorg:legalName "VZW Jessa Ziekenhuis" ; - ; - ; - . - - a ; - mu:uuid "b528a82e-c224-44d3-ba21-326e6254da9a" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "cf855211-4444-4d18-bfad-343087a1bb75" . - - - a ; - mu:uuid "80364b43-5c76-4690-b3be-fc38c281f427" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "0be7abbd-c7f2-480f-a6bb-a4794823730d" ; - "0897191602" . - - . - - a ; - mu:uuid "4290da8f-ae73-4181-98af-bd9df9f27684" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "dc17df27-2dfd-43c3-9d5e-94ce15ee33cf" ; - "Primary" . - - a ; - mu:uuid "a531a671-2f07-4a42-baf4-7db4f7733403" ; - "Secondary" . - - a ; - mu:uuid "2120d2c8-b994-47a2-bdb6-15c97d703a7a" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "c0b24748-c36d-4663-8cc9-daddcf99d688" ; - org:classification ; - skos:prefLabel "AZ Turnhout vzw" ; - regorg:legalName "AZ Turnhout vzw" ; - ; - ; - . - - a ; - mu:uuid "abb2bae3-9ff9-49ae-af0c-72f781f32777" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "0254f982-ea56-48e4-84cc-455ee0422129" . - - - a ; - mu:uuid "c1d0c658-6cd6-410d-bfb7-b10408defa8d" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "0d79628e-90f2-4037-b7e1-3f34fed0ad84" ; - "0821734213" . - - . - - a ; - mu:uuid "789f02ba-3af5-4762-8612-780f73c480fc" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "9ab599eb-4065-43f9-b56e-9c5244b875d4" ; - "Primary" . - - a ; - mu:uuid "318dda05-7a6b-4506-bca8-83ba722b59dc" ; - "Secondary" . - - a ; - mu:uuid "ee42339a-0cc3-46c0-8232-4470bdf9fb92" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "277bf97a-1ac9-4c72-bc5d-7715b4f46d18" ; - org:classification ; - skos:prefLabel "AZ Sint-Elisabeth Herentals" ; - regorg:legalName "AZ Sint-Elisabeth Herentals" ; - ; - ; - . - - a ; - mu:uuid "c6f93d59-a1e1-45b8-9269-22dd66eda2c0" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "a8a09c67-47a5-4768-b86f-5a1012d917b6" . - - - a ; - mu:uuid "168212fa-b564-4ed8-9d34-f99a9ca5b0f7" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "7b9087de-e51e-4f4f-8154-f35445041d01" ; - "0870757023" . - - . - - a ; - mu:uuid "85d8595b-7e5c-4608-ba74-907522bea735" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "ca0a97d3-5e10-4577-a989-07d78aaeda93" ; - "Primary" . - - a ; - mu:uuid "bc58911c-bcb7-470c-add7-bdbb10dabb26" ; - "Secondary" . - - a ; - mu:uuid "97a4d765-7299-4a89-9eb5-9592d559ada7" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "48e5761d-d3e6-4c1b-9698-9146f459eb10" ; - org:classification ; - skos:prefLabel "AZ Oudenaarde vzw" ; - regorg:legalName "AZ Oudenaarde vzw" ; - ; - ; - . - - a ; - mu:uuid "9661e993-6e08-464f-9737-8df44b8a9069" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "c4c63561-952d-4a33-9ab3-991d309a89db" . - - - a ; - mu:uuid "2dfef5d0-1bef-4f25-bb30-29dc0a3a96e4" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "ba7ec4db-2130-4c72-884b-d57b776822da" ; - "0475777476" . - - . - - a ; - mu:uuid "feaab270-a743-4097-810f-9fde2bd81180" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "11003c56-d461-41e6-8a68-92ecf1791ee1" ; - "Primary" . - - a ; - mu:uuid "0283ba07-4746-487e-b4f2-c7f04f14e768" ; - "Secondary" . - - a ; - mu:uuid "2814eb07-0d1f-4ccb-b551-8b0b24d3d0b8" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "a6ea1010-dce5-4188-a905-7f5b2466fe8f" ; - org:classification ; - skos:prefLabel "vzw Ziekenhuis Maas en Kempen" ; - regorg:legalName "vzw Ziekenhuis Maas en Kempen" ; - ; - ; - . - - a ; - mu:uuid "a6c059f7-923b-467b-a44c-28194c995cc4" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "6813ec46-45e4-41b9-8bdc-b31bcd250911" . - - "1376" . - - a ; - mu:uuid "24683d62-7e27-44c1-a7b6-78479f93efd8" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "033f38ff-8c15-4b38-8bb1-edf0b3c62626" ; - "0267386438" . - - . - - a ; - mu:uuid "fcda9c5a-f764-48f6-be77-7ddae6519eef" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "4b613126-fe2b-4d62-aef6-e2878ae32e03" ; - "Primary" . - - a ; - mu:uuid "6eec4946-ed8c-4622-ae1f-1eb81df40564" ; - "Secondary" . - - a ; - mu:uuid "08213cad-932e-426b-a58a-1ccbc7362f98" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "5e011e1b-d8ae-419e-a522-65bbacfafa49" ; - org:classification ; - skos:prefLabel "AZ Jan Portaels" ; - regorg:legalName "AZ Jan Portaels" ; - ; - ; - . - - a ; - mu:uuid "88d4c423-3ce1-4915-a9c6-a2fd013a13f3" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "87e75eaf-64a5-4298-bd98-ee74c43f6cc5" . - - - a ; - mu:uuid "a25213db-28b7-4b82-ba3e-13258471cb8b" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "d46f58b7-cb41-4c9f-94e4-400f33750866" ; - "0472222625" . - - . - - a ; - mu:uuid "18ba4c05-abd1-4559-b3a6-57d25f2aed2f" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "a73c201e-7183-4ec0-b3ed-7001bd42d2a0" ; - "Primary" . - - a ; - mu:uuid "e85145bb-7fd0-4a40-91cb-bfca3c2ef151" ; - "Secondary" . - - a ; - mu:uuid "639eea5b-12cb-4e44-9d94-386ddbace337" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "d325b82e-86c6-4926-ae3c-426cbc6cb539" ; - org:classification ; - skos:prefLabel "AZ Groeninge" ; - regorg:legalName "AZ Groeninge" ; - ; - ; - . - - a ; - mu:uuid "b144234d-f88e-48ef-90e8-476dfaa3a484" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "8bd4a47b-3de6-4409-8f7f-296b21419045" . - - - a ; - mu:uuid "de097245-93d4-4d59-8690-f4838e19dbfa" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "901f15c0-108d-416d-b8ef-ca969908b761" ; - "0883325451" . - - . - - a ; - mu:uuid "f1d53efa-1909-42a6-82be-ddbd2d4a9eec" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "3c236088-ce83-43fb-801c-59af3135f2d3" ; - "Primary" . - - a ; - mu:uuid "9240ff62-ade1-4795-9e01-4838ebeb3ea6" ; - "Secondary" . - - a ; - mu:uuid "3ad6522e-288b-48e6-b06c-ed34ad29713d" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "ad6a5fa3-52a2-40e8-a17b-348ad7b0b6b9" ; - org:classification ; - skos:prefLabel "Het Pareltje" ; - regorg:legalName "Het Pareltje" ; - ; - ; - . - - a ; - mu:uuid "64ad0e7a-ed19-40ff-9e9e-c9bb5ad00ff0" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "6c1a263b-d765-4931-a357-99f09876267f" . - - - a ; - mu:uuid "0914264f-3af8-4bd1-b264-4c9a08308a2d" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "821b269e-3683-4bf3-9494-f6835359e9d2" ; - "0865013039" . - - . - - a ; - mu:uuid "40340f20-8f09-41b2-b1b3-a464f13ccee8" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "93d556ca-2611-4c48-b412-c3a64f85a0de" ; - "Primary" . - - a ; - mu:uuid "13dc2689-9ae5-4e85-bb84-486be603a626" ; - "Secondary" . - - a ; - mu:uuid "ad78def9-fb57-4899-a363-737e9b3b78f0" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "2d938e72-3216-4d8c-b3c8-cc6553b7e346" ; - org:classification ; - skos:prefLabel "Sociaal Verhuurkantoor 'De Woonkans vzw'" ; - regorg:legalName "Sociaal Verhuurkantoor 'De Woonkans vzw'" ; - ; - ; - . - - a ; - mu:uuid "20d2f512-68a4-4e48-8676-58692411b5a9" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "f8c43e12-0b5b-4ed5-aace-1c1a597c872f" . - - - a ; - mu:uuid "d4a945a7-dd21-4542-951e-97ad7a3459e9" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "f71f7a44-5d66-49eb-902e-ad83f4c36378" ; - "0865010069" . - - . - - a ; - mu:uuid "e366dcb5-719b-40ac-8f52-b966f6630b20" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "a665a971-76e5-4b38-aeda-0aaa6e404eba" ; - "Primary" . - - a ; - mu:uuid "1ab67e69-ac1e-4277-a124-62368c6c7dca" ; - "Secondary" . - - a ; - mu:uuid "16ab960f-42cc-4786-8d26-85aada965761" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "22bd9ac2-af0c-4686-a015-87ee12494bcf" ; - org:classification ; - skos:prefLabel "SVK Mechelen" ; - regorg:legalName "SVK Mechelen" ; - ; - ; - . - - a ; - mu:uuid "470dcabd-f62e-4882-9af0-367c45fa0358" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "7d738a5f-3d4d-4455-a867-ac5a28861854" . - - - a ; - mu:uuid "c648f3fb-b923-4584-9791-389fc076927b" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "8922959f-b9d8-47c6-abbc-d3d5cf3cc633" ; - "0473360790" . - - . - - a ; - mu:uuid "15b7015d-c9be-4d29-ab7c-6849f18510a9" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "eff91a0e-8f8e-46d1-933a-2766c2ca5020" ; - "Primary" . - - a ; - mu:uuid "31ff288a-a353-4155-98c4-ea5adc685315" ; - "Secondary" . - - a ; - mu:uuid "8b3d74ec-1e8c-40bb-97fb-cfcaf233b7bc" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "4281e737-c3c5-40b7-b0c9-46801c3dddca" ; - org:classification ; - skos:prefLabel "Sociaal verhuurkantoor Onderdak" ; - regorg:legalName "Sociaal verhuurkantoor Onderdak" ; - ; - ; - . - - a ; - mu:uuid "1d1eb639-1214-4cc9-9fb9-9398e2ea769e" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "f50f3bd5-e957-416a-8b80-73bba6f5ddff" . - - - a ; - mu:uuid "60228a9c-8d47-4d3a-bda2-e856c36c76c4" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "37924b47-7ec0-4889-b842-a234922b4c8d" ; - "0871619135" . - - . - - a ; - mu:uuid "38f5d530-2a4f-4f7e-85af-f10a8dd70852" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "51161b26-3207-48c1-a68f-c4c78dad5305" ; - "Primary" . - - a ; - mu:uuid "a5084879-e706-46d7-a88e-c2224463e7fe" ; - "Secondary" . - - a ; - mu:uuid "a5e2ece1-372f-4501-8780-621060c64b15" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "6b54cfdd-1f24-4038-9595-5cd52b68ea46" ; - org:classification ; - skos:prefLabel "vzw Woon- en Zorgcentrum Ter Kempen" ; - regorg:legalName "vzw Woon- en Zorgcentrum Ter Kempen" ; - ; - ; - . - - a ; - mu:uuid "0b3577a5-8b37-4b5f-944b-6346c9679589" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "d29c3357-ee85-4002-8e6f-a7acf8baa37a" . - - - a ; - mu:uuid "2d64f397-f706-4a68-9c95-13a2eaf84b91" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "4596865d-b5c3-444b-915b-493763069204" ; - "0870855409" . - - . - - a ; - mu:uuid "2f083d2a-0c1b-4c27-95d4-5e4c80662d10" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "f8640c8e-fa25-44bc-a2c5-ba5980831f81" ; - "Primary" . - - a ; - mu:uuid "c9fe6aed-6fc7-41e5-bb47-251508099f23" ; - "Secondary" . - - a ; - mu:uuid "46c241c5-13c5-4dc0-9927-70350b04e98f" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "6ee0bf25-3381-46a4-9cab-0d691941b693" ; - org:classification ; - skos:prefLabel "vzw Woon- en Zorgcentrum Zoersel" ; - regorg:legalName "vzw Woon- en Zorgcentrum Zoersel" ; - ; - ; - . - - a ; - mu:uuid "0727ede7-ef3b-4a98-8f82-9d2679cec802" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "7be1b94c-79a0-4a03-a0b4-b4abeb1dfcaf" . - - - a ; - mu:uuid "2c9b177c-a799-47b0-af99-1fc5052ff618" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "d8c20fbb-55c3-44bc-bbd5-a99884008c2e" ; - "0632607670" . - - . - - a ; - mu:uuid "eda43083-eff2-4aa6-b78c-09c58812e8a7" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "3aae7e96-19b6-453c-a59c-888787779229" ; - "Primary" . - - a ; - mu:uuid "fb5a2fd8-72f5-485e-b899-f28701fc39dc" ; - "Secondary" . - - a ; - mu:uuid "d3268ac4-d839-41aa-8d8d-de8d3b8fc190" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "9ec6f11d-fbd5-46ef-a0ab-6130df64f5b9" ; - org:classification ; - skos:prefLabel "Sense Mortsel VZW" ; - regorg:legalName "Sense Mortsel VZW" ; - ; - ; - . - - a ; - mu:uuid "260e8fed-8f1b-4025-a363-b23c97d8d2bc" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "d8979410-faa9-4bde-9cf7-0112275333e9" . - - - a ; - mu:uuid "3df04288-c167-4a88-a36d-e964565ad9ea" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "8f301337-0c97-4022-afa0-fd6a70f0cae4" ; - "0887953044" . - - . - - a ; - mu:uuid "0bb01ab5-1a84-44b7-9441-541c23381278" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "2a40c9c9-60c3-4cc7-89ee-8224c0f50700" ; - "Primary" . - - a ; - mu:uuid "b6d31ead-4e43-471c-b2a4-01f56c56d492" ; - "Secondary" . - - a ; - mu:uuid "2aed13b8-1db1-4b20-8fb8-9b3cdfecb47b" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "d42c86e5-7dc3-4921-876d-8b5a5c240ecd" ; - org:classification ; - skos:prefLabel "OPPORTUNITAS dienstenbedrijf Noord-Limburg" ; - regorg:legalName "OPPORTUNITAS dienstenbedrijf Noord-Limburg" ; - ; - ; - . - - a ; - mu:uuid "21910ff8-e4c1-453e-b4be-8228057f30ff" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "e103aabb-20b2-4545-8427-63d6a563d794" . - - - a ; - mu:uuid "581344b2-b072-4419-9da6-019d855949ab" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "5b6886df-d5ea-42c0-ac35-9613bd5e9119" ; - "0838654674" . - - . - - a ; - mu:uuid "1757c716-0eec-47b2-a8ed-63ce6c15bcc2" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "96d2529c-a6dc-4550-b6c1-f1f31174a0fa" ; - "Primary" . - - a ; - mu:uuid "3a93c91e-5485-4d00-97b1-6541c157e38e" ; - "Secondary" . - - a ; - mu:uuid "0b299472-0841-4877-8abc-f01ad3f4c5bd" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "9645c745-e850-41f8-9c5a-de7503bc1ee8" ; - org:classification ; - skos:prefLabel "vzw Woonzorg Lanaken" ; - regorg:legalName "vzw Woonzorg Lanaken" ; - ; - ; - . - - a ; - mu:uuid "6bf0cd9e-ce2d-4dc2-bf86-97d9bbf1cc44" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "1e8c7404-1d70-4b72-aac4-302315b31df4" . - - - a ; - mu:uuid "533112a3-ed01-4f46-9b51-2e11d689b600" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "c7e245be-8de4-4c7b-a1a8-5dcad54e5747" ; - "0471364174" . - - . - - a ; - mu:uuid "8d4bf2f3-6807-4f98-a430-6238a7a4d845" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "1ce79abe-4d55-47c7-8b99-d7a0b917ad6b" ; - "Primary" . - - a ; - mu:uuid "cab42bfe-5e36-4191-b2d8-825d8f3bcaa1" ; - "Secondary" . - - a ; - mu:uuid "eb318842-5f1a-4af4-9bd8-a4e2823d74c6" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "cf0ade2c-8599-450f-9947-36df47e8e93a" ; - org:classification ; - skos:prefLabel "Ahasverus" ; - regorg:legalName "Ahasverus" ; - ; - ; - . - - a ; - mu:uuid "c1ac9d25-95ef-455b-be74-c29e0622e27d" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "e06b4002-1df8-4b20-adf5-5a8e3d441ee5" . - - - a ; - mu:uuid "10516c70-917f-4d35-b31a-872418d55fe9" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "104e03e6-0221-4a20-9719-1895f71cfe37" ; - "0861157387" . - - . - - a ; - mu:uuid "cb3a5068-6c0d-46bd-bb75-2eea7f89e174" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "4f8b3d31-5a89-45ba-ae05-8e259563d995" ; - "Primary" . - - a ; - mu:uuid "4dfc3e3b-6bd1-4e88-a027-0218b5df93ba" ; - "Secondary" . - - a ; - mu:uuid "65d38546-c6b3-4581-b646-924b6c639a40" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "2cfea513-5740-479d-813e-42c20592fb6f" ; - org:classification ; - skos:prefLabel "Woonzorgcentrum d'Eycken Brug" ; - regorg:legalName "Woonzorgcentrum d'Eycken Brug" ; - ; - ; - . - - a ; - mu:uuid "21559ad7-f966-4f2d-b970-163b2b6a8359" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "373e448b-d93a-450e-a7f8-59f74e880b85" . - - - a ; - mu:uuid "2a9784d7-696a-4a7c-a5d9-7c2da65f6293" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "e3902e2e-49d4-4b7b-827d-dfcdb587af8d" ; - "0476803795" . - - . - - a ; - mu:uuid "9260e082-e80d-4d6e-941e-32ad5aff66dd" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "34c4b852-06ba-4ab9-94b8-99a72cbad251" ; - "Primary" . - - a ; - mu:uuid "bdd075c3-e74b-4877-a2da-3743662e5a91" ; - "Secondary" . - - a ; - mu:uuid "a7649c57-ad6b-4135-8791-315c57159dbd" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "5e7fc9cf-7fd7-448b-86b2-bd7a1c9777e7" ; - org:classification ; - skos:prefLabel "vzw Buurtbedrijf Drietakt" ; - regorg:legalName "vzw Buurtbedrijf Drietakt" ; - ; - ; - . - - a ; - mu:uuid "15826276-8c6e-4fa1-ad7d-f17b5c6bbd22" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "5390b296-3adc-4aff-99e7-83c4be5be9c4" . - - - a ; - mu:uuid "6c95b084-9b2f-467e-88c0-d75216dfb0b0" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "952349ea-8ece-44df-a43f-e6e949a65915" ; - "0884212804" . - - . - - a ; - mu:uuid "655ca9d2-ce62-43ae-8895-7b6593ec85f2" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "79675179-2e89-4eb3-9a97-6bb77d92d62f" ; - "Primary" . - - a ; - mu:uuid "dedfb84a-b74a-4548-b4ab-ff124fd88f57" ; - "Secondary" . - - a ; - mu:uuid "dfcae92d-ace0-4083-bdf0-5e33e79155f9" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "c2b135e2-bc13-4e8b-bc8b-d2b047e25e61" ; - org:classification ; - skos:prefLabel "SVK Hageland vzw" ; - regorg:legalName "SVK Hageland vzw" ; - ; - ; - . - - a ; - mu:uuid "e66fdd5d-3910-42ba-b24f-ff7502d9df85" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "28ce0270-a4e6-486c-b3f1-2afbf42556ff" . - - - a ; - mu:uuid "dc2bbdc5-b184-4e04-bc57-e343c8983292" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "77045a69-5228-4ebb-b40e-2bac636caf80" ; - "0848738221" . - - . - - a ; - mu:uuid "bc3451f1-622e-479b-9738-e6fc258a95f0" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "ae08efa6-adab-4dcf-89d3-624f20beefc4" ; - "Primary" . - - a ; - mu:uuid "6afbbec5-a3ab-4e8b-8fb3-56482f5bebd7" ; - "Secondary" . - - a ; - mu:uuid "46b4eea9-55dc-422f-a833-d5f0340526d0" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "88d49c01-22b9-4cca-bb57-c3747f7fb705" ; - org:classification ; - skos:prefLabel "Woonzorgzone De Kouter vzw" ; - regorg:legalName "Woonzorgzone De Kouter vzw" ; - ; - ; - . - - a ; - mu:uuid "023579b7-5deb-48ab-87cb-a02937b2581e" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "63bddc2b-bd40-4f83-b3d6-58f08fb60ef2" . - - - a ; - mu:uuid "09e97573-f9ea-4236-a7a6-a26997e18c8f" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "1e24385c-361e-4b38-8448-32bdf845d302" ; - "0833161902" . - - . - - a ; - mu:uuid "15eac5c4-18a0-4535-8e27-e2cbf486f69d" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "2b15492c-39d8-4be2-9af4-0ad5d1e5bc02" ; - "Primary" . - - a ; - mu:uuid "24351009-e375-4626-a6aa-de5b6feda7f6" ; - "Secondary" . - - a ; - mu:uuid "9780a182-f9e8-4371-a528-32d080b393b3" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "f26e9a20-bab5-425e-a931-a65767107e0c" ; - org:classification ; - skos:prefLabel "Amphora" ; - regorg:legalName "Amphora" ; - ; - ; - . - - a ; - mu:uuid "44bbcd52-3637-4259-9e74-8be1e8f77b8a" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "362136c6-e721-41c8-81c5-fd944012b8f0" . - - - a ; - mu:uuid "d02ce67f-eb70-4da5-9b47-cc66d26c0a92" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "3c9202f0-0042-4a5e-9313-e9917f1e7b97" ; - "0472751175" . - - . - - a ; - mu:uuid "68625745-98ed-4bd9-b6e4-1693dcfa6c53" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "26013ee0-6c92-4632-9c90-8f142d919be1" ; - "Primary" . - - a ; - mu:uuid "7feb710c-93d3-471f-ad6d-f171265c3e4c" ; - "Secondary" . - - a ; - mu:uuid "4f772361-9590-4cb0-b9bb-9d1e7a5fdfc8" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "6ee9b9e9-d9f2-422c-9ecc-4733f289b0aa" ; - org:classification ; - skos:prefLabel "vzw Mentor" ; - regorg:legalName "vzw Mentor" ; - ; - ; - . - - a ; - mu:uuid "a90c8c90-9a69-4dc7-b90e-77ed0d61f334" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "cf8c0ba3-f78c-493a-8034-2c15366588d1" . - - - a ; - mu:uuid "de15f372-88f4-452c-b32f-5dac1f1263b5" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "108e4377-2d2e-4e40-92fc-0f79c3616409" ; - "0832024923" . - - . - - a ; - mu:uuid "f6f9f80f-273c-46d8-831f-8cbd1b924c20" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "aa230af5-142f-402b-8726-777ba8b09c2c" ; - "Primary" . - - a ; - mu:uuid "796ea022-a635-47d2-af66-4b4b5d029c09" ; - "Secondary" . - - a ; - mu:uuid "02727139-faf3-42c5-9bff-deb84c3f0ae8" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "a7ff2f0a-291c-4ed3-9023-d94986f7c48d" ; - org:classification ; - skos:prefLabel "Zorg en Welzijn Zedelgem" ; - regorg:legalName "Zorg en Welzijn Zedelgem" ; - ; - ; - . - - a ; - mu:uuid "eb77f649-4ec5-4be4-ba0f-512c4a48c9a4" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "6c412b47-129d-4952-9571-e3a68ae8d598" . - - - a ; - mu:uuid "7fc02f52-9741-46d2-99b1-104cb4efd471" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "996eb9e2-7d4d-4f56-9d31-4811661917fd" ; - "0644984078" . - - . - - a ; - mu:uuid "2f82f790-08f0-48a7-8f8f-280848b96c51" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "010f99a9-a142-490e-a063-71638ef11053" ; - "Primary" . - - a ; - mu:uuid "c490552c-f315-4bde-8113-b51cc084b15e" ; - "Secondary" . - - a ; - mu:uuid "96bfda0d-3811-45dc-a5bb-d093635fc55c" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "81326532-5e2f-4555-acc5-e74d4ca7aa03" ; - org:classification ; - skos:prefLabel "Woonzorgcentrum Zilverbos" ; - regorg:legalName "Woonzorgcentrum Zilverbos" ; - ; - ; - . - - a ; - mu:uuid "c6f16d05-30d9-4188-bf63-8507b257ed72" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "cfa1d56f-8869-436e-ac89-b04c04be910b" . - - - a ; - mu:uuid "513b38e8-5611-42c9-b3bd-f4c22ab3a010" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "8e0c244f-7199-44de-9173-46f092fb771e" ; - "0633854022" . - - . - - a ; - mu:uuid "40ec2b49-51ba-40b7-9e27-59cb4b8a3e80" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "42d3c553-5718-4b53-97cd-115be54864a2" ; - "Primary" . - - a ; - mu:uuid "f2dac595-955e-4649-9c29-de238b2928c6" ; - "Secondary" . - - a ; - mu:uuid "bdd23388-952d-488b-9692-8fd69f7a48d6" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "37f9770b-96f9-4544-bc50-a737c0d3bdf6" ; - org:classification ; - skos:prefLabel "Woonzorgcentrum Van Lierde vzw" ; - regorg:legalName "Woonzorgcentrum Van Lierde vzw" ; - ; - ; - . - - a ; - mu:uuid "1d22db6a-957d-4a8d-beaf-1824dc6dfc97" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "4385f2eb-8b37-4391-ad7f-7f7dd2f6f74a" . - - - a ; - mu:uuid "342c9824-d9a2-40fe-a1f5-10847b200ea6" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "41dcd8f4-c975-4c30-b759-379608ff6a32" ; - "0566983014" . - - . - - a ; - mu:uuid "9d269e61-8645-46f1-bc0c-5ba718b04759" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "91ff5564-e2db-4adc-af83-d3f14f196f11" ; - "Primary" . - - a ; - mu:uuid "b79fee8e-8c62-42ae-828b-5a93a3dcbda6" ; - "Secondary" . - - a ; - mu:uuid "14ae2860-7573-4ea6-8608-71efdd4386f6" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "1bc949c7-ffcb-4385-ae5a-c8a70db0cdf1" ; - org:classification ; - skos:prefLabel "Blijvelde woon- en zorgcentrum vzw" ; - regorg:legalName "Blijvelde woon- en zorgcentrum vzw" ; - ; - ; - . - - a ; - mu:uuid "268c566b-e5e0-4c80-978a-1407c8c328dd" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "95ddccf1-c5bc-4b2b-912d-803469e9dc0a" . - - - a ; - mu:uuid "bd1c60c6-9b88-4a3a-9c70-e6d88fe07957" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "632021f0-6b93-41f2-bbe3-e0e0694c7262" ; - "0881602118" . - - . - - a ; - mu:uuid "416fde02-ee49-4632-945c-d240673aaff8" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "61ed5f91-def7-4758-82e7-3aa0430f8fca" ; - "Primary" . - - a ; - mu:uuid "d5f7114c-4cee-40aa-89fe-9651c2671197" ; - "Secondary" . - - a ; - mu:uuid "a034ea7e-3ba0-40b0-89be-89659118bfd2" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "a055e8e5-69bc-46d5-b566-817724230c93" ; - org:classification ; - skos:prefLabel "Sociaal Verhuur Kantoor (SVK) Het Scharnier" ; - regorg:legalName "Sociaal Verhuur Kantoor (SVK) Het Scharnier" ; - ; - ; - . - - a ; - mu:uuid "f0994242-8cce-4526-b9a4-28bb949d38df" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "cad64d79-0a78-4e91-96f7-556664f13cd6" . - - - a ; - mu:uuid "4e47283b-f9f8-4a42-8b69-9ca9a7076ce9" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "45389fca-c318-4408-9bef-7e4e4fff150d" ; - "0799574166" . - - . - - a ; - mu:uuid "be93d904-3c7f-4ce7-8f60-fc99e9246cfd" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "3dc7abb5-9971-40fa-8b6f-5b78d443bd8c" ; - "Primary" . - - a ; - mu:uuid "d778b1f7-de15-46ff-9c95-ed0ef697eba7" ; - "Secondary" . - - a ; - mu:uuid "605605fc-3744-4b72-9c0d-9235cfbeb7f3" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "908e6925-cd05-47f7-9f1c-fea1e53e2c6e" ; - org:classification ; - skos:prefLabel "Trefpunt Zorg" ; - regorg:legalName "Trefpunt Zorg" ; - ; - ; - . - - a ; - mu:uuid "c414a6bf-5408-430a-b844-2f43621595a3" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "6ed0b324-213e-4b46-96a7-23ec5023b5f3" . - - - a ; - mu:uuid "251e132f-a707-41cb-bd01-8aed581f5ee8" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "a6e0043e-e116-4416-9ed8-9ededc2aa9a9" ; - "0800023336" . - - . - - a ; - mu:uuid "0c820fb3-9336-45dc-938a-0bc7b7f227e5" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "1e7c0452-565e-4555-bc5b-35e1e89b9062" ; - "Primary" . - - a ; - mu:uuid "dad900ef-aa50-4f80-b430-0a8f497ff84f" ; - "Secondary" . - - a ; - mu:uuid "1fc11702-b4cf-4d38-b6c6-51ccf0f7fb3c" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "4cd56af5-3b23-421d-9324-59df32f88916" ; - org:classification ; - skos:prefLabel "AZ Oostende" ; - regorg:legalName "AZ Oostende" ; - ; - ; - . - - a ; - mu:uuid "227f56ac-d935-4fba-9ecc-618cf2ec57e6" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "44e0a685-d098-4f87-ae3d-9fc111624d79" . - - "1379" . - - a ; - mu:uuid "15837b80-da86-4c5e-9db8-5291aaffaa2f" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "2c70c204-f580-4665-9815-e2920cb1b33e" ; - "0729523736" . - - . - - a ; - mu:uuid "069a4798-94f9-4073-92c5-adfd061cda15" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "f84a6cfb-4b19-47b8-84fb-0d76dab4e0da" ; - "Primary" . - - a ; - mu:uuid "3b3b0788-d7b9-485e-aebd-4a9f2c37b993" ; - "Secondary" . - - a ; - mu:uuid "4204b9b6-3768-4ccf-bbdd-f3b4518f0e99" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "e324c869-8e82-491e-b575-d0164b935fbf" ; - org:classification ; - skos:prefLabel "Fusieziekenhuis OLV-A.S.Z." ; - regorg:legalName "Fusieziekenhuis OLV-A.S.Z." ; - ; - ; - . - - a ; - mu:uuid "c9864536-61f6-41a9-ae10-09452109fb11" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "a3fb3082-3552-40e4-83f4-c2ca9d516358" . - - - a ; - mu:uuid "95db0c18-5b69-4520-bf51-9e4dc48888da" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "1eb57735-e2c7-4746-bb10-6e02b79f21ff" ; - "0867804659" . - - . - - a ; - mu:uuid "942d0a0c-2e37-43a3-bbaf-e0ffee9565dd" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "8ca76b78-4fc9-4523-9107-28dc06829b48" ; - "Primary" . - - a ; - mu:uuid "e353374a-3331-4c73-8d56-dfa83ae48320" ; - "Secondary" . - - a ; - mu:uuid "d1f10262-639f-4fce-b4fd-a55fb83709a4" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "99d4ddba-f2a0-414a-8f48-0351088cf2f1" ; - org:classification ; - skos:prefLabel "Welzijnscampus Gerkenberg vzw" ; - regorg:legalName "Welzijnscampus Gerkenberg vzw" ; - ; - ; - . - - a ; - mu:uuid "b1a5b31e-37af-4c27-9488-72a6e4e413b9" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "e149ff09-3a31-4ccc-9356-d09809cdbdd4" . - - - a ; - mu:uuid "1dbf10fa-372f-4140-a4f0-77b2aba42322" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "c393f577-3da0-4f9a-acdb-6606b5fabc77" ; - "0459644990" . - - . - - a ; - mu:uuid "7268e66b-c5dd-4098-94a1-027dcc517e4f" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "738db5f3-fc90-4240-8632-086d9c7c332c" ; - "Primary" . - - a ; - mu:uuid "c41d9f09-0530-419d-86cb-6195884b1f29" ; - "Secondary" . - - a ; - mu:uuid "06280560-542e-4b58-80dd-897048928b6d" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "582ff1f8-65e9-4f74-a8b0-0edc27a87597" ; - org:classification ; - skos:prefLabel "De kringwinkel Zuiderkempen" ; - regorg:legalName "De kringwinkel Zuiderkempen" ; - ; - ; - . - - a ; - mu:uuid "38acec90-fdaf-405d-a8aa-68deb7ff280e" ; - skos:notation "SharePoint identificator" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "600f02c0-7c62-4544-9e19-8272b90d3cec" . - - - a ; - mu:uuid "a518558c-be84-4a46-8d0f-329c918c08fa" ; - skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator . - - a ; - mu:uuid "e60834ca-f66a-4e3e-a913-983b8c9d0650" ; - "0823319370" . - - . - - a ; - mu:uuid "b843eb07-917b-49fc-b2d6-d604ea5ff8fc" ; - ; - ; - org:siteAddress , - . - - a ; - mu:uuid "9d9c2746-ee62-44dc-a0f9-98bcd51f3d00" ; - "Primary" . - - a ; - mu:uuid "c27476c9-480a-4e9a-bc5f-22f4bfb67d07" ; - "Secondary" . - - a ; - mu:uuid "ed76adc1-7a25-47ae-bc4a-2d5273d2b8be" . - - a regorg:RegisteredOrganization, org:Organization, dc_terms:Agent ; - mu:uuid "bbd44d4f-4a83-426b-bb7c-2c8f35399e21" ; - org:classification ; - skos:prefLabel "Voetbal in de Stad vzw" ; - regorg:legalName "Voetbal in de Stad vzw" ; - ; - ; - . \ No newline at end of file diff --git a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171934-create-governing-bodies-for-private-ocmw-associations.sparql b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171934-create-governing-bodies-for-private-ocmw-associations.sparql deleted file mode 100644 index 056d9bc2..00000000 --- a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513171934-create-governing-bodies-for-private-ocmw-associations.sparql +++ /dev/null @@ -1,169 +0,0 @@ - - INSERT { - GRAPH { - ?orgaanInTime a ; - ?uuidOrgaanInTime ; - ?orgaan ; - "2019-01-01T00:00:00"^^xsd:dateTime . - - ?orgaan a ; - ?uuidOrgaan ; - ?orgaanLabel ; - ?classificationOrgaan ; - ?bestuurseenheid . - } - } WHERE { - VALUES ?classificationOrgaan { - "http://data.vlaanderen.be/id/concept/BestuursorgaanClassificatieCode/013cc838-173a-4657-b1ae-b00c048df943" - "http://data.vlaanderen.be/id/concept/BestuursorgaanClassificatieCode/b52094ff-21a2-4da8-8dbe-f513365d1528" - "http://data.vlaanderen.be/id/concept/BestuursorgaanClassificatieCode/41caf7e6-b040-4720-9cc2-a96cfffed5b4" - } - - VALUES ?bestuurseenheid { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - } - - ?bestuurseenheid a ; - skos:prefLabel ?bestuurseenheidLabel . - - ?classificationOrgaan skos:prefLabel ?classificationOrgaanLabel . - - BIND(CONCAT(?classificationOrgaanLabel, " ", ?bestuurseenheidLabel) as ?orgaanLabel) - - BIND(MD5(CONCAT(?bestuurseenheid, ?classificationOrgaan, "orgaanInTime")) as ?uuidOrgaanInTime) - BIND(MD5(CONCAT(?bestuurseenheid, ?classificationOrgaan, "orgaan")) as ?uuidOrgaan) - BIND(IRI(CONCAT("http://data.lblod.info/id/bestuursorganen/", ?uuidOrgaanInTime)) AS ?orgaanInTime) - BIND(IRI(CONCAT("http://data.lblod.info/id/bestuursorganen/", ?uuidOrgaan)) AS ?orgaan) - } - ; - \ No newline at end of file diff --git a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513174042-import-private-ocmw-association-contact-details.sparql b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513174042-import-private-ocmw-association-contact-details.sparql deleted file mode 100644 index 10af5d66..00000000 --- a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513174042-import-private-ocmw-association-contact-details.sparql +++ /dev/null @@ -1,866 +0,0 @@ - - INSERT { - GRAPH { - ?contact "tel:+3214639730" . - ?contact "https://www.wzga.be/" . - ?contact "info@wzga.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0696665975" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - ?contact "tel:+3232228400" . - ?contact "https://www.amate.be/over-amate/woonzorg-wuustwezel" . - ?contact "info.amandina@amate.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0696899963" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - ?contact "tel:+3255237455" . - ?contact "https://delinderonse.be/" . - ?contact "wzc@delinderonse.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0212165922" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - ?contact "tel:+3252251320" . - ?contact "https://www.waasmunster.be/product/197/woonzorgcentrum-t-heuverveld" . - ?contact "info@samenouder.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0698838775" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - ?contact "tel:+3224472747" . - ?contact "http://www.metsense.be/nl/onze-uitbatingen#buurtrestaurants" . - ?contact "buurtrestaurant@tvondel.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0712777279" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - ?contact "tel:+3251488172" . - ?contact "https://www.dezonnewende.gvo.be/nl/home/" . - ?contact "dezonnewende@gvo.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0735627214" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - ?contact "tel:+3215321741" . - ?contact "https://www.duffel.be/huishoudhulp" . - ?contact "dco.duffel@skynet.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0462239939" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - ?contact "tel:+3237606060" . - ?contact "https://vitaz.be/" . - ?contact "info@vitaz.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0881291322" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - ?contact "tel:+3257208071" . - ?contact "https://wieltjesgracht.be/" . - ?contact "info@wieltjesgracht.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0262925527" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - ?contact "tel:+3251237111" . - ?contact "https://www.azdelta.be/nl" . - ?contact "info@azdelta.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0505931808" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - ?contact "tel:+3232177111" . - ?contact "https://www.zna.be/nl" . - ?contact "communicatie@zna.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0862382656" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - ?contact "tel:+3250277530" . - ?contact "https://terluchte.be/" . - ?contact "info@terluchte.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0738896510" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - ?contact "tel:+3211335577" . - ?contact "https://www.jessazh.be/" . - ?contact "info@jessazh.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0821142117" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - ?contact "tel:+3214406011" . - ?contact "https://www.azturnhout.be/" . - ?contact "info@azturnhout.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0897191602" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - ?contact "tel:+3214246111" . - ?contact "https://www.azherentals.be/" . - ?contact "directiesecretariaat@azherentals.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0821734213" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - ?contact "tel:+3255336111" . - ?contact "https://www.azoudenaarde.be/" . - ?contact "info@azoudenaarde.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0870757023" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - - ?contact "https://www.zmk.be/index.html" . - - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0475777476" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - ?contact "tel:+3222546400" . - ?contact "https://www.azjanportaels.be/nl" . - ?contact "info@azjanportaels.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0267386438" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - ?contact "tel:+3256636363" . - ?contact "https://www.azgroeninge.be/start" . - ?contact "info@azgroeninge.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0472222625" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - ?contact "tel:+3214234085" . - ?contact "https://www.het-pareltje.be/" . - ?contact "info@het-pareltje.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0883325451" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - - INSERT { - GRAPH { - - ?contact "https://www.svkbodukam.be/" . - - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0865010069" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - ?contact "tel:+3215226855" . - ?contact "https://www.svkonderdak.be/" . - ?contact "info@svkonderdak.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0473360790" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - ?contact "tel:+3214254580" . - ?contact "http://www.terkempen.be/" . - ?contact "info@terkempen.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0871619135" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - - ?contact "https://www.wzcdebuurt.be/" . - - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0870855409" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - ?contact "tel:+3232943734" . - ?contact "https://www.sensespraktijkhuis.be/" . - ?contact "info@sensespraktijkhuis.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0632607670" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - - - INSERT { - GRAPH { - ?contact "tel:+3228010180" . - ?contact "https://www.ahasverus.be/" . - ?contact "directie@ahasverus.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0471364174" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - ?contact "tel:+3216885864" . - ?contact "https://onshartkloptvooru.be/voorziening/deycken-brug/" . - ?contact "algemeen@deyckenbrug.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0861157387" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - ?contact "tel:+3237661340" . - ?contact "http://www.drietakt.be/" . - ?contact "info@drietakt.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0476803795" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - - INSERT { - GRAPH { - ?contact "tel:+3216791000" . - ?contact "https://www.korian.be/nl/woonzorgcentra/kor/131-woonzorgzone-de-kouter" . - ?contact "info@wzzdekouter.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0848738221" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - ?contact "tel:+3251655278" . - ?contact "https://www.amphora.gvo.be/nl/home/" . - ?contact "amphora@gvo.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0833161902" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - ?contact "tel:+3256264434" . - ?contact "https://www.vzwmentor.be/" . - ?contact "info@mentorvzw.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0472751175" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - ?contact "tel:+3250826636" . - ?contact "https://www.zorg-en-welzijn-zedelgem.gvo.be/" . - ?contact "info@zwz.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0832024923" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - ?contact "tel:+3293113000" . - ?contact "https://www.wzczilverbos.be/" . - ?contact "info@wzczilverbos.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0644984078" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - ?contact "tel:+3253667137" . - ?contact "https://www.vanlierde-wzc.be/" . - ?contact "onthaal@wzcvanlierde.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0633854022" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - ?contact "tel:+3251567301" . - ?contact "http://www.blijvelde.be/" . - ?contact "info@blijvelde.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0566983014" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - ?contact "tel:+3289206597" . - ?contact "https://wil.be/nl" . - ?contact "info@svkhetscharnier.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0881602118" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - - INSERT { - GRAPH { - ?contact "tel:+3259416111" . - ?contact "https://www.azoostende.be/" . - ?contact "info@azoostende.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0800023336" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - ?contact "tel:+3253764111" . - ?contact "https://www.asz.be/" . - ?contact "info@asz.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0729523736" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - ?contact "tel:+3289480100" . - ?contact "https://gerkenberg.be/" . - ?contact "info@gerkenberg.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0867804659" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - ?contact "tel:+3215237393" . - ?contact "https://www.dekringwinkel.be/zuiderkempen" . - ?contact "info@dekringwinkelzuiderkempen.be" . - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0459644990" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - - - INSERT { - GRAPH { - - ?contact "https://www.kaagent.be/nl" . - - } - } - WHERE { - GRAPH { - ?org ?id ; - ?primarySite . - ?id "KBO nummer" ; - / "0823319370" . - - ?primarySite ?contact . - - ?contact "Primary" . - } - } - \ No newline at end of file diff --git a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513194129-import-private-ocmw-association-addresses.sparql b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513194129-import-private-ocmw-association-addresses.sparql deleted file mode 100644 index 74c921c2..00000000 --- a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240513194129-import-private-ocmw-association-addresses.sparql +++ /dev/null @@ -1,1288 +0,0 @@ - - INSERT { - GRAPH ?g { - ?addressUri - "100"; - - "2370"; - "Antwerpen"; - "Vrijheid"; - "Arendonk"; - "België"; - "Vrijheid 100, 2370 Arendonk, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0696665975" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "737"; - - "2990"; - "Antwerpen"; - "Bredabaan"; - "Wuustwezel"; - "België"; - "Bredabaan 737, 2990 Wuustwezel, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0696899963" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "68"; - - "9600"; - "Oost-Vlaanderen"; - "Oscar Delghuststraat"; - "Ronse"; - "België"; - "Oscar Delghuststraat 68, 9600 Ronse, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0212165922" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "41"; - - "9250"; - "Oost-Vlaanderen"; - "Molenstraat"; - "Waasmunster"; - "België"; - "Molenstraat 41, 9250 Waasmunster, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0698838775" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "40"; - - "1500"; - "Vlaams-Brabant"; - "Joseph Possozplein"; - "Halle"; - "België"; - "Joseph Possozplein 40, 1500 Halle, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0712777279" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "68"; - - "8760"; - "West-Vlaanderen"; - "Karel van Manderstraat"; - "Meulebeke"; - "België"; - "Karel van Manderstraat 68, 8760 Meulebeke, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0735627214" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "1"; - - "2570"; - "Antwerpen"; - "Kwakkelenberg"; - "Duffel"; - "België"; - "Kwakkelenberg 1, 2570 Duffel, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0462239939" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "1"; - - "9100"; - "Oost-Vlaanderen"; - "Moerlandstraat"; - "Sint-Niklaas"; - "België"; - "Moerlandstraat 1, 9100 Sint-Niklaas, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0881291322" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "29"; - - "8900"; - "West-Vlaanderen"; - "Lange Torhoutstraat"; - "Ieper"; - "België"; - "Lange Torhoutstraat 29, 8900 Ieper, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0262925527" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "1"; - - "8800"; - "West-Vlaanderen"; - "Deltalaan"; - "Roeselare"; - "België"; - "Deltalaan 1, 8800 Roeselare, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0505931808" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "26"; - - "2000"; - "Antwerpen"; - "Leopoldstraat"; - "Antwerpen"; - "België"; - "Leopoldstraat 26, 2000 Antwerpen, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0862382656" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "87"; - - "8020"; - "West-Vlaanderen"; - "Sint-Elooisstraat"; - "Oostkamp"; - "België"; - "Sint-Elooisstraat 87, 8020 Oostkamp, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0738896510" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "20"; - - "3500"; - "Limburg"; - "Salvatorstraat"; - "Hasselt"; - "België"; - "Salvatorstraat 20, 3500 Hasselt, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0821142117" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "44"; - - "2300"; - "Antwerpen"; - "Steenweg op Merksplas"; - "Turnhout"; - "België"; - "Steenweg op Merksplas 44, 2300 Turnhout, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0897191602" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "133"; - - "2200"; - "Antwerpen"; - "Nederrij"; - "Herentals"; - "België"; - "Nederrij 133, 2200 Herentals, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0821734213" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "3"; - - "9700"; - "Oost-Vlaanderen"; - "Minderbroederstraat"; - "Oudenaarde"; - "België"; - "Minderbroederstraat 3, 9700 Oudenaarde, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0870757023" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "425"; - - "3680"; - "Limburg"; - "Diestersteenweg"; - "Maaseik"; - "België"; - "Diestersteenweg 425, 3680 Maaseik, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0475777476" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "65"; - - "1800"; - "Vlaams-Brabant"; - "Gendarmeriestraat"; - "Vilvoorde"; - "België"; - "Gendarmeriestraat 65, 1800 Vilvoorde, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0267386438" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "4"; - - "8500"; - "West-Vlaanderen"; - "President Kennedylaan"; - "Kortrijk"; - "België"; - "President Kennedylaan 4, 8500 Kortrijk, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0472222625" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "22_1"; - - "2260"; - "Antwerpen"; - "Verlorenkost"; - "Westerlo"; - "België"; - "Verlorenkost 22_1, 2260 Westerlo, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0883325451" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "2"; - "Bus 4"; - "2500"; - "Antwerpen"; - "Paradeplein"; - "Lier"; - "België"; - "Paradeplein 2 - Bus 4, 2500 Lier, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0865013039" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "6"; - - "2800"; - "Antwerpen"; - "Lijsterstraat"; - "Mechelen"; - "België"; - "Lijsterstraat 6, 2800 Mechelen, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0865010069" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "2"; - - "2220"; - "Antwerpen"; - "Stationstraat"; - "Heist-op-den-Berg"; - "België"; - "Stationstraat 2, 2220 Heist-op-den-Berg, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0473360790" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "8"; - - "2450"; - "Antwerpen"; - "Smissestraat"; - "Meerhout"; - "België"; - "Smissestraat 8, 2450 Meerhout, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0871619135" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "9"; - - "2980"; - "Antwerpen"; - "Kermisplein"; - "Zoersel"; - "België"; - "Kermisplein 9, 2980 Zoersel, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0870855409" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "6"; - - "2640"; - "Antwerpen"; - "Meerminne"; - "Mortsel"; - "België"; - "Meerminne 6, 2640 Mortsel, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0632607670" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "1"; - - "3930"; - "Limburg"; - "Michielsplein"; - "Hamont-Achel"; - "België"; - "Michielsplein 1, 3930 Hamont-Achel, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0887953044" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "18"; - - "3620"; - "Limburg"; - "Gasthuisstraat"; - "Lanaken"; - "België"; - "Gasthuisstraat 18, 3620 Lanaken, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0838654674" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "38"; - - "1730"; - "Vlaams-Brabant"; - "Muurveld"; - "Asse"; - "België"; - "Muurveld 38, 1730 Asse, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0471364174" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "5"; - - "3360"; - "Vlaams-Brabant"; - "Bergenlaan"; - "Bierbeek"; - "België"; - "Bergenlaan 5, 3360 Bierbeek, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0861157387" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "22"; - "bus 0001"; - "9100"; - "Oost-Vlaanderen"; - "Pater Segersstraat"; - "Sint-Niklaas"; - "België"; - "Pater Segersstraat 22 - bus 0001, 9100 Sint-Niklaas, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0476803795" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "152"; - - "3460"; - "Vlaams-Brabant"; - "Staatsbaan"; - "Bekkevoort"; - "België"; - "Staatsbaan 152, 3460 Bekkevoort, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0884212804" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "10"; - - "3054"; - "Vlaams-Brabant"; - "Gemeentestraat"; - "Oud-Heverlee"; - "België"; - "Gemeentestraat 10, 3054 Oud-Heverlee, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0848738221" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "2"; - - "8750"; - "West-Vlaanderen"; - "Sint-Amandsstraat"; - "Wingene"; - "België"; - "Sint-Amandsstraat 2, 8750 Wingene, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0833161902" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "27"; - - "8500"; - "West-Vlaanderen"; - "Budastraat"; - "Kortrijk"; - "België"; - "Budastraat 27, 8500 Kortrijk, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0472751175" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "89"; - - "8210"; - "West-Vlaanderen"; - "Fazantlaan"; - "Zedelgem"; - "België"; - "Fazantlaan 89, 8210 Zedelgem, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0832024923" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "30"; - - "9060"; - "Oost-Vlaanderen"; - "Bloemenboslaan"; - "Zelzate"; - "België"; - "Bloemenboslaan 30, 9060 Zelzate, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0644984078" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "3"; - - "1790"; - "Vlaams-Brabant"; - "Bellestraat"; - "Affligem"; - "België"; - "Bellestraat 3, 1790 Affligem, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0633854022" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "29"; - - "8610"; - "West-Vlaanderen"; - "Hospitaalstraat"; - "Kortemark"; - "België"; - "Hospitaalstraat 29, 8610 Kortemark, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0566983014" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "65"; - "Bus BU31"; - "3600"; - "Limburg"; - "Grotestraat"; - "Genk"; - "België"; - "Grotestraat 65 - Bus BU31, 3600 Genk, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0881602118" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "4"; - - "8000"; - "West-Vlaanderen"; - "Ruddershove"; - "Brugge"; - "België"; - "Ruddershove 4, 8000 Brugge, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0799574166" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "100"; - - "8400"; - "Vlaams-Brabant"; - "Gouwelozestraat"; - "Oostende"; - "België"; - "Gouwelozestraat 100, 8400 Oostende, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0800023336" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "164"; - - "9300"; - "Oost-Vlaanderen"; - "Moorselbaan"; - "Aalst"; - "België"; - "Moorselbaan 164, 9300 Aalst, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "1005154085" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "90a"; - - "3960"; - "Limburg"; - "Meeuwerkiezel"; - "Bree"; - "België"; - "Meeuwerkiezel 90a, 3960 Bree, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0867804659" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "25"; - "Bus 1"; - "2220"; - "Antwerpen"; - "Noordstraat"; - "Heist-op-den-Berg"; - "België"; - "Noordstraat 25 - Bus 1, 2220 Heist-op-den-Berg, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0459644990" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - - - INSERT { - GRAPH ?g { - ?addressUri - "808"; - - "9000"; - "Oost-Vlaanderen"; - "Ottergemsesteenweg-Zuid"; - "Gent"; - "België"; - "Ottergemsesteenweg-Zuid 808, 9000 Gent, België". - } - } - WHERE { - GRAPH ?g { - ?org ?id ; - ?site . - - ?id "KBO nummer" ; - / "0823319370" . - - ?site ?boundAddress . - - BIND( ?boundAddress AS ?addressUri ) - } - } - \ No newline at end of file From cd2ee5bea3da09b550f28018ca417f51090f8e1a Mon Sep 17 00:00:00 2001 From: mirdono Date: Fri, 17 May 2024 16:39:50 +0200 Subject: [PATCH 23/29] feat: added participants for private OCMW associations --- ...ivate-ocmw-association-participants.sparql | 1842 +++++++++++++++++ 1 file changed, 1842 insertions(+) create mode 100644 config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240517163351-import-private-ocmw-association-participants.sparql diff --git a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240517163351-import-private-ocmw-association-participants.sparql b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240517163351-import-private-ocmw-association-participants.sparql new file mode 100644 index 00000000..854ccb5a --- /dev/null +++ b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240517163351-import-private-ocmw-association-participants.sparql @@ -0,0 +1,1842 @@ +PREFIX org: +PREFIX ext: +PREFIX generiek: +PREFIX skos: +PREFIX adms: + +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212177305" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267386438" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0208038769" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212181956" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212240552" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212239859" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212246094" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212212541" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212214620" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212216895" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0208038769" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212217885" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212218974" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212221251" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212223726" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216769165" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207713127" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212196705" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212203930" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212209868" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212178590" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207504675" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0862457484" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212247777" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0462239939" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207534864" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0462239939" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212236493" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0471364174" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0253973219" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0471364174" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212189676" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0472222625" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212189676" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0472751175" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212171860" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0476803795" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207464192" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0476803795" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212174137" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0505931808" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207432520" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0505931808" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212189280" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0566983014" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207532488" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0566983014" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212200861" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0632607670" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0231884636" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0633854022" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212185817" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0644984078" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207449346" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0644984078" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212236097" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0696665975" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207505368" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0696665975" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212185421" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0696899963" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207537735" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0696899963" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212179778" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0698838775" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207447069" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0698838775" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212215511" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0712777279" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207535458" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0712777279" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212198782" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0735627214" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212205514" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0738896510" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207529520" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0738896510" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212165922" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0778279401" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207460432" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0778279401" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207832792" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0799574166" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212205118" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0800023336" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0473908049" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0800023336" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212216402" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0821142117" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267302405" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0821142117" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0208038769" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0821734213" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207504675" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0821734213" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212214125" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0823319370" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207451227" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0823319370" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212185718" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0832024923" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207531302" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0832024923" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212184728" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0833161902" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207495470" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0833161902" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212207096" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0848738221" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207523679" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0848738221" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212240948" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0861157387" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212235604" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0862382656" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207500123" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0862382656" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0809699184" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0862382656" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212243720" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0867804659" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207471617" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0867804659" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212207789" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0870757023" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0465810133" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0870757023" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212240552" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871619135" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212246094" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871619135" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216772333" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871619135" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216769165" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871619135" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212196705" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871619135" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212211452" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871619135" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212174533" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871619135" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871619135" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212171860" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0881291322" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212215907" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0881291322" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207464192" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0881291322" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207445782" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0881291322" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871206587" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0881291322" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212236196" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0881602118" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207148052" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0881602118" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0697664382" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0881602118" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212375065" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0881602118" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212181956" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0883325451" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207505566" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0883325451" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212239166" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0884212804" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212214521" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0884212804" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212220063" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0884212804" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216769759" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0884212804" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216772729" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0887953044" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212175721" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0897191602" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207533082" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0897191602" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; +INSERT { + GRAPH { + ?participant org:memberOf ?association . + } +} WHERE { + GRAPH { + ?participant adms:identifier ?idParticipant . + ?idParticipant skos:notation ?kboLabel ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0263545337" . + + ?association adms:identifier ?idAssociation . + ?idAssociation skos:notation "KBO nummer" ; + generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "1005154085" . + + FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) + } +} +; From fd0a417ad186d607d4eb86a4701a3120951e0d98 Mon Sep 17 00:00:00 2001 From: mirdono Date: Wed, 22 May 2024 13:17:54 +0200 Subject: [PATCH 24/29] fix: exclude KBO organisations as participants The initial version of the migration to import related organisations only matched based on KBO numbers. This risks including resources from the type `ext:KboOrganisatie` as participants. The migration was regenerated including an additional `FILTER` to exclude organisations of that type from matching. --- ...ivate-ocmw-association-participants.sparql | 1842 ----------------- 1 file changed, 1842 deletions(-) delete mode 100644 config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240517163351-import-private-ocmw-association-participants.sparql diff --git a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240517163351-import-private-ocmw-association-participants.sparql b/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240517163351-import-private-ocmw-association-participants.sparql deleted file mode 100644 index 854ccb5a..00000000 --- a/config/migrations/2024/20240513145348-onboarding-private-ocmw-organizations/20240517163351-import-private-ocmw-association-participants.sparql +++ /dev/null @@ -1,1842 +0,0 @@ -PREFIX org: -PREFIX ext: -PREFIX generiek: -PREFIX skos: -PREFIX adms: - -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212177305" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267386438" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0208038769" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212181956" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212240552" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212239859" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212246094" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212212541" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212214620" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212216895" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0208038769" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212217885" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212218974" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212221251" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212223726" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216769165" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207713127" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212196705" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212203930" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212209868" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212178590" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207504675" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0862457484" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0459644990" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212247777" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0462239939" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207534864" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0462239939" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212236493" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0471364174" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0253973219" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0471364174" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212189676" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0472222625" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212189676" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0472751175" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212171860" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0476803795" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207464192" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0476803795" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212174137" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0505931808" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207432520" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0505931808" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212189280" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0566983014" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207532488" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0566983014" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212200861" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0632607670" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0231884636" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0633854022" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212185817" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0644984078" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207449346" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0644984078" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212236097" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0696665975" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207505368" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0696665975" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212185421" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0696899963" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207537735" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0696899963" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212179778" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0698838775" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207447069" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0698838775" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212215511" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0712777279" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207535458" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0712777279" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212198782" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0735627214" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212205514" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0738896510" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207529520" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0738896510" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212165922" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0778279401" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207460432" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0778279401" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207832792" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0799574166" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212205118" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0800023336" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0473908049" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0800023336" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212216402" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0821142117" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0267302405" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0821142117" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0208038769" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0821734213" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207504675" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0821734213" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212214125" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0823319370" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207451227" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0823319370" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212185718" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0832024923" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207531302" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0832024923" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212184728" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0833161902" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207495470" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0833161902" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212207096" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0848738221" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207523679" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0848738221" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212240948" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0861157387" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212235604" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0862382656" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207500123" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0862382656" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0809699184" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0862382656" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212243720" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0867804659" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207471617" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0867804659" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212207789" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0870757023" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0465810133" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0870757023" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212240552" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871619135" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212246094" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871619135" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216772333" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871619135" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216769165" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871619135" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212196705" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871619135" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212211452" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871619135" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212174533" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871619135" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0222947570" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871619135" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212171860" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0881291322" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212215907" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0881291322" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207464192" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0881291322" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207445782" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0881291322" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0871206587" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0881291322" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212236196" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0881602118" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207148052" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0881602118" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0697664382" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0881602118" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212375065" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0881602118" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212181956" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0883325451" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207505566" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0883325451" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212239166" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0884212804" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212214521" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0884212804" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212220063" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0884212804" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216769759" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0884212804" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0216772729" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0887953044" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0212175721" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0897191602" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0207533082" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0897191602" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; -INSERT { - GRAPH { - ?participant org:memberOf ?association . - } -} WHERE { - GRAPH { - ?participant adms:identifier ?idParticipant . - ?idParticipant skos:notation ?kboLabel ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "0263545337" . - - ?association adms:identifier ?idAssociation . - ?idAssociation skos:notation "KBO nummer" ; - generiek:gestructureerdeIdentificator/generiek:lokaleIdentificator "1005154085" . - - FILTER (?kboLabel IN ("KBO nummer"@nl, "KBO nummer")) - } -} -; From b4b599d091df93ec5ee145beb39d88b6a7756fbe Mon Sep 17 00:00:00 2001 From: mirdono Date: Thu, 23 May 2024 16:10:53 +0200 Subject: [PATCH 25/29] feat: add recently onboarded organisations to producers * `organizations` and `organizations-public-info` - Add the new type of registered organisations to the export configuration * `public` - Use a migration to add the classification codes of all recently onboarded classes of organisations to the `concept-scheme` used by the producer. These were not added during the initial onboarding: This includes: + public OCMW associations - Welzijnsvereniging - Autonome verzorgingsinstelling + private OCMW associations - Ziekenhuisvereniging - Vereniging of vennootschap voor sociale dienstverlening - Woonzorgvereniging of woonzorgvennootschap + PEVAs - PEVA gemeente - PEVA province - Add the new type of registered organisations to the export configuration --- .../organizations-public-info/export.json | 28 ++++++++++++++++ .../delta-producer/organizations/export.json | 28 ++++++++++++++++ config/delta-producer/public/export.json | 32 +++++++++++++++++++ ...sh-recently-onboarded-organizations.sparql | 17 ++++++++++ 4 files changed, 105 insertions(+) create mode 100644 config/migrations/2024/20240523134826-publish-recently-onboarded-organizations.sparql diff --git a/config/delta-producer/organizations-public-info/export.json b/config/delta-producer/organizations-public-info/export.json index 725dc328..1ec280fc 100644 --- a/config/delta-producer/organizations-public-info/export.json +++ b/config/delta-producer/organizations-public-info/export.json @@ -107,6 +107,34 @@ "http://www.w3.org/ns/org#hasSite" ] }, + { + "type": "http://www.w3.org/ns/regorg#RegisteredOrganization", + "strictTypeExport": "true", + "graphsFilter": [ + "http://mu.semte.ch/graphs/administrative-unit" + ], + "properties": [ + "http://mu.semte.ch/vocabularies/core/uuid", + "http://data.vlaanderen.be/ns/besluit#werkingsgebied", + "http://www.opengis.net/ont/geosparql#sfWithin", + "http://www.w3.org/2002/07/owl#sameAs", + "http://www.w3.org/2004/02/skos/core#altLabel", + "http://www.w3.org/2004/02/skos/core#prefLabel", + "http://www.w3.org/ns/regorg#legalName", + "http://www.w3.org/ns/adms#identifier", + "http://www.w3.org/ns/org#changedBy", + "http://www.w3.org/ns/org#classification", + "http://www.w3.org/ns/org#hasPost", + "http://www.w3.org/ns/org#hasPrimarySite", + "http://www.w3.org/ns/org#hasSite", + "http://www.w3.org/ns/org#hasSubOrganization", + "http://www.w3.org/ns/org#linkedTo", + "http://www.w3.org/ns/org#resultedFrom", + "http://www.w3.org/ns/regorg#orgStatus", + "https://data.lblod.info/vocabularies/generiek/geplandeEindDatum", + "http://www.w3.org/ns/org#purpose" + ] + }, { "type": "http://data.lblod.info/vocabularies/erediensten/BetrokkenLokaleBesturen", "graphsFilter": [ diff --git a/config/delta-producer/organizations/export.json b/config/delta-producer/organizations/export.json index 941d65a3..b026ee5c 100644 --- a/config/delta-producer/organizations/export.json +++ b/config/delta-producer/organizations/export.json @@ -231,6 +231,34 @@ "http://data.lblod.info/vocabularies/erediensten/typeEredienst" ] }, + { + "type": "http://www.w3.org/ns/regorg#RegisteredOrganization", + "strictTypeExport": "true", + "graphsFilter": [ + "http://mu.semte.ch/graphs/administrative-unit" + ], + "properties": [ + "http://mu.semte.ch/vocabularies/core/uuid", + "http://data.vlaanderen.be/ns/besluit#werkingsgebied", + "http://www.opengis.net/ont/geosparql#sfWithin", + "http://www.w3.org/2002/07/owl#sameAs", + "http://www.w3.org/2004/02/skos/core#altLabel", + "http://www.w3.org/2004/02/skos/core#prefLabel", + "http://www.w3.org/ns/regorg#legalName", + "http://www.w3.org/ns/adms#identifier", + "http://www.w3.org/ns/org#changedBy", + "http://www.w3.org/ns/org#classification", + "http://www.w3.org/ns/org#hasPost", + "http://www.w3.org/ns/org#hasPrimarySite", + "http://www.w3.org/ns/org#hasSite", + "http://www.w3.org/ns/org#hasSubOrganization", + "http://www.w3.org/ns/org#linkedTo", + "http://www.w3.org/ns/org#resultedFrom", + "http://www.w3.org/ns/regorg#orgStatus", + "https://data.lblod.info/vocabularies/generiek/geplandeEindDatum", + "http://www.w3.org/ns/org#purpose" + ] + }, { "type": "http://data.vlaanderen.be/ns/besluit#Bestuursorgaan", "strictTypeExport": "true", diff --git a/config/delta-producer/public/export.json b/config/delta-producer/public/export.json index 7756c6a2..f6233c87 100644 --- a/config/delta-producer/public/export.json +++ b/config/delta-producer/public/export.json @@ -99,6 +99,38 @@ "http://www.w3.org/ns/regorg#orgStatus" ] }, + { + "type": "http://www.w3.org/ns/regorg#RegisteredOrganization", + "strictTypeExport": "true", + "graphsFilter": [ + "http://mu.semte.ch/graphs/administrative-unit" + ], + "pathToConceptScheme": [ + "http://www.w3.org/ns/org#classification", + "http://www.w3.org/2004/02/skos/core#inScheme" + ], + "properties": [ + "http://mu.semte.ch/vocabularies/core/uuid", + "http://data.vlaanderen.be/ns/besluit#werkingsgebied", + "http://www.opengis.net/ont/geosparql#sfWithin", + "http://www.w3.org/2002/07/owl#sameAs", + "http://www.w3.org/2004/02/skos/core#altLabel", + "http://www.w3.org/2004/02/skos/core#prefLabel", + "http://www.w3.org/ns/regorg#legalName", + "http://www.w3.org/ns/adms#identifier", + "http://www.w3.org/ns/org#changedBy", + "http://www.w3.org/ns/org#classification", + "http://www.w3.org/ns/org#hasPost", + "http://www.w3.org/ns/org#hasPrimarySite", + "http://www.w3.org/ns/org#hasSite", + "http://www.w3.org/ns/org#hasSubOrganization", + "http://www.w3.org/ns/org#linkedTo", + "http://www.w3.org/ns/org#resultedFrom", + "http://www.w3.org/ns/regorg#orgStatus", + "https://data.lblod.info/vocabularies/generiek/geplandeEindDatum", + "http://www.w3.org/ns/org#purpose" + ] + }, { "type": "http://data.lblod.info/vocabularies/erediensten/RepresentatiefOrgaan", "graphsFilter": [ diff --git a/config/migrations/2024/20240523134826-publish-recently-onboarded-organizations.sparql b/config/migrations/2024/20240523134826-publish-recently-onboarded-organizations.sparql new file mode 100644 index 00000000..f0431db1 --- /dev/null +++ b/config/migrations/2024/20240523134826-publish-recently-onboarded-organizations.sparql @@ -0,0 +1,17 @@ +INSERT DATA { + GRAPH { + . # Welzijnsvereniging + + . # Autonome verzorgingsinstelling + + . # Ziekenhuisvereniging + + . # Vereniging of vennootschap voor sociale dienstverlening + + . # Woonzorgvereniging of woonzorgvennootschap + + . # PEVA gemeente + + . # PEVA provincie + } +} From 681fa0ce0a24340a804a8db4639b11019fd45498 Mon Sep 17 00:00:00 2001 From: mirdono Date: Thu, 30 May 2024 14:39:27 +0200 Subject: [PATCH 26/29] refactor: updated dispatcher to new service name --- config/dispatcher/dispatcher.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/dispatcher/dispatcher.ex b/config/dispatcher/dispatcher.ex index deb8a212..d3a84310 100644 --- a/config/dispatcher/dispatcher.ex +++ b/config/dispatcher/dispatcher.ex @@ -316,8 +316,8 @@ defmodule Dispatcher do forward conn, path, "http://uri-info/" end - post "/create-administrative-unit-relationships/*path", %{ layer: :api_services, accept: %{ json: true } } do - forward conn, path, "http://construct-administrative-unit-relationships/create-relationships/" + post "/construct-organization-relationships/*path", %{ layer: :api_services, accept: %{ json: true } } do + forward conn, path, "http://construct-organization-relationships/create-relationships/" end post "/kbo-data-sync/*path", %{ layer: :api_services, accept: %{ json: true } } do From 39381916668303c7a269e39c3cf47f984097fef3 Mon Sep 17 00:00:00 2001 From: mirdono Date: Thu, 30 May 2024 14:40:31 +0200 Subject: [PATCH 27/29] refactor: updated docker compose to new service name --- docker-compose.dev.yml | 2 +- docker-compose.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml index 4eca35db..90aaec1c 100644 --- a/docker-compose.dev.yml +++ b/docker-compose.dev.yml @@ -73,7 +73,7 @@ services: restart: "no" organizations-sync-with-sharepoint: restart: "no" - construct-administrative-unit-relationships: + construct-organization-relationships: restart: "no" delta-producer-bg-jobs-initiator-worship-posts: restart: "no" diff --git a/docker-compose.yml b/docker-compose.yml index f76d0f4e..d2153580 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -257,8 +257,8 @@ services: - "logging=true" restart: always logging: *default-logging - construct-administrative-unit-relationships: - image: lblod/construct-administrative-unit-relationships-service:0.1.7 + construct-organization-relationships: + image: lblod/construct-organization-relationships-service:0.1.7 environment: START_DATE_WORSHIP_GOVERNING_BODY: "2023-04-01T00:00:00" END_DATE_WORSHIP_GOVERNING_BODY: "2026-03-31T00:00:00" From e76f9c1a2e1fe7fd8f7108ba7591bf6f1a2930b4 Mon Sep 17 00:00:00 2001 From: mirdono Date: Fri, 31 May 2024 16:19:30 +0200 Subject: [PATCH 28/29] chore: bumped relationship service version --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index d2153580..c297ea2c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -258,7 +258,7 @@ services: restart: always logging: *default-logging construct-organization-relationships: - image: lblod/construct-organization-relationships-service:0.1.7 + image: lblod/construct-organization-relationships-service:1.0.0 environment: START_DATE_WORSHIP_GOVERNING_BODY: "2023-04-01T00:00:00" END_DATE_WORSHIP_GOVERNING_BODY: "2026-03-31T00:00:00" From 97361f7f48a26496fc4de09c8f39f4b564175cb7 Mon Sep 17 00:00:00 2001 From: Laurent Deketelaere Date: Wed, 5 Jun 2024 08:38:22 +0200 Subject: [PATCH 29/29] fix: Add migration to delete duplicate identifier --- ...4100500-delete-duplicate-identifier.sparql | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 config/migrations/2024/20240604100500-delete-duplicate-identifier.sparql diff --git a/config/migrations/2024/20240604100500-delete-duplicate-identifier.sparql b/config/migrations/2024/20240604100500-delete-duplicate-identifier.sparql new file mode 100644 index 00000000..92b0cfd5 --- /dev/null +++ b/config/migrations/2024/20240604100500-delete-duplicate-identifier.sparql @@ -0,0 +1,33 @@ +DELETE { + GRAPH ?g { + ?org ?identifier . + ?identifier ?pi ?oi . + ?structured ?ps ?os . + } +} +WHERE { + GRAPH ?g { + { + # Select one identifier by organization and local identifier + SELECT ?org ?li (MAX(?i) AS ?keepIdentifier) WHERE { + ?org ?i . + ?i / ?li . + } GROUP BY ?org ?li + } + + ?org ?identifier . + ?identifier ?structured . + ?structured ?li . + + FILTER(?identifier != ?keepIdentifier) + + # All properties of the duplicate identifier and structured identifier + ?identifier ?pi ?oi . + ?structured ?ps ?os . + } + + VALUES ?g { + + + } +} \ No newline at end of file