Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new bestuurseenheid: Welzijnsvereniging Sint-Anna #600

Open
wants to merge 9 commits into
base: development
Choose a base branch
from
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX dct: <http://purl.org/dc/terms/>

INSERT DATA {
GRAPH <http://mu.semte.ch/graphs/public> {

# Insert bestuurseenheid
<http://data.lblod.info/id/bestuurseenheden/66DB132B6ABCA6E6BF2DBBED> rdf:type <http://data.vlaanderen.be/ns/besluit#Bestuurseenheid>, ;
Riadabd marked this conversation as resolved.
Show resolved Hide resolved
<http://mu.semte.ch/vocabularies/core/uuid> "66DB132B6ABCA6E6BF2DBBED" ;
skos:prefLabel "Sint-Anna" ;
Riadabd marked this conversation as resolved.
Show resolved Hide resolved
<http://www.w3.org/ns/adms#identifier> "1011411080" ;
<http://mu.semte.ch/vocabularies/ext/kbonummer> "1011411080" ;
<http://www.w3.org/ns/regorg#orgStatus> <http://lblod.data.gift/concepts/63cc561de9188d64ba5840a42ae8f0d6> ;
<http://data.vlaanderen.be/ns/besluit#classificatie> <http://data.vlaanderen.be/id/concept/BestuurseenheidClassificatieCode/e8294b73-87c9-4fa2-9441-1937350763c9> .

# Bestuursorganen voor Sint-Anna
<http://data.lblod.info/id/bestuursorganen/40d628b0-6c5d-11ef-8f29-2728b827bd59> <http://data.vlaanderen.be/ns/besluit#bestuurt> <http://data.lblod.info/id/bestuurseenheden/66DB132B6ABCA6E6BF2DBBED> .
<http://data.lblod.info/id/bestuursorganen/40bfba80-6c5d-11ef-8f29-2728b827bd59> <http://data.vlaanderen.be/ns/besluit#bestuurt> <http://data.lblod.info/id/bestuurseenheden/66DB132B6ABCA6E6BF2DBBED> .
<http://data.lblod.info/id/bestuursorganen/40cab700-6c5d-11ef-8f29-2728b827bd59> <http://data.vlaanderen.be/ns/besluit#bestuurt> <http://data.lblod.info/id/bestuurseenheden/66DB132B6ABCA6E6BF2DBBED> .

# Insert bestuursorganen
<http://data.lblod.info/id/bestuursorganen/40d628b0-6c5d-11ef-8f29-2728b827bd59> rdf:type <http://data.vlaanderen.be/ns/besluit#Bestuursorgaan> ;
Riadabd marked this conversation as resolved.
Show resolved Hide resolved
<http://mu.semte.ch/vocabularies/core/uuid> "40d628b0-6c5d-11ef-8f29-2728b827bd59" ;
<http://data.vlaanderen.be/ns/besluit#classificatie> <http://data.vlaanderen.be/id/concept/BestuursorgaanClassificatieCode/41caf7e6-b040-4720-9cc2-a96cfffed5b4> ;
<http://data.vlaanderen.be/ns/besluit#bestuurt> <http://data.lblod.info/id/bestuurseenheden/66DB132B6ABCA6E6BF2DBBED> .
Riadabd marked this conversation as resolved.
Show resolved Hide resolved

<http://data.lblod.info/id/bestuursorganen/40bfba80-6c5d-11ef-8f29-2728b827bd59> rdf:type <http://data.vlaanderen.be/ns/besluit#Bestuursorgaan> ;
Riadabd marked this conversation as resolved.
Show resolved Hide resolved
<http://mu.semte.ch/vocabularies/core/uuid> "40bfba80-6c5d-11ef-8f29-2728b827bd59" ;
<http://data.vlaanderen.be/ns/besluit#classificatie> <http://data.vlaanderen.be/id/concept/BestuursorgaanClassificatieCode/013cc838-173a-4657-b1ae-b00c048df943> ;
<http://data.vlaanderen.be/ns/besluit#bestuurt> <http://data.lblod.info/id/bestuurseenheden/66DB132B6ABCA6E6BF2DBBED> .
aatauil marked this conversation as resolved.
Show resolved Hide resolved

<http://data.lblod.info/id/bestuursorganen/40cab700-6c5d-11ef-8f29-2728b827bd59> rdf:type <http://data.vlaanderen.be/ns/besluit#Bestuursorgaan> ;
Riadabd marked this conversation as resolved.
Show resolved Hide resolved
<http://mu.semte.ch/vocabularies/core/uuid> "40cab700-6c5d-11ef-8f29-2728b827bd59" ;
<http://data.vlaanderen.be/ns/besluit#classificatie> <http://data.vlaanderen.be/id/concept/BestuursorgaanClassificatieCode/b52094ff-21a2-4da8-8dbe-f513365d1528> ;
<http://data.vlaanderen.be/ns/besluit#bestuurt> <http://data.lblod.info/id/bestuurseenheden/66DB132B6ABCA6E6BF2DBBED> .
Riadabd marked this conversation as resolved.
Show resolved Hide resolved

# Insert bestuursorganen in tijd
<http://data.lblod.info/id/bestuursorganen/40ec21b0-6c5d-11ef-8f29-2728b827bd59>
rdf:type <http://data.vlaanderen.be/ns/besluit#Bestuursorgaan> ;
<http://mu.semte.ch/vocabularies/core/uuid> "40ec21b0-6c5d-11ef-8f29-2728b827bd59" ;
<http://data.vlaanderen.be/ns/mandaat#bindingStart> "2019-01-01T00:00:00Z"^^xsd:dateTime ;
<https://data.vlaanderen.be/ns/generiek#isTijdspecialisatieVan> <http://data.lblod.info/id/bestuursorganen/40d628b0-6c5d-11ef-8f29-2728b827bd59> .
aatauil marked this conversation as resolved.
Show resolved Hide resolved

<http://data.lblod.info/id/bestuursorganen/40e4f5c0-6c5d-11ef-8f29-2728b827bd59>
rdf:type <http://data.vlaanderen.be/ns/besluit#Bestuursorgaan> ;
<http://mu.semte.ch/vocabularies/core/uuid> "40e4f5c0-6c5d-11ef-8f29-2728b827bd59" ;
<http://data.vlaanderen.be/ns/mandaat#bindingStart> "2019-01-01T00:00:00Z"^^xsd:dateTime ;
<https://data.vlaanderen.be/ns/generiek#isTijdspecialisatieVan> <http://data.lblod.info/id/bestuursorganen/40bfba80-6c5d-11ef-8f29-2728b827bd59> .
aatauil marked this conversation as resolved.
Show resolved Hide resolved

<http://data.lblod.info/id/bestuursorganen/40e8ed60-6c5d-11ef-8f29-2728b827bd59> <http://data.vlaanderen.be/ns/mandaat#isTijdspecialisatieVan> <http://data.lblod.info/id/bestuursorganen/40cab700-6c5d-11ef-8f29-2728b827bd59> . # No bestuurseenheid in tijd data, only uri
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems this bestuursorgaan in tijd does have triples in OP:

<http://data.lblod.info/id/bestuursorganen/40e8ed60-6c5d-11ef-8f29-2728b827bd59>
    rdf:type <http://data.vlaanderen.be/ns/besluit#Bestuursorgaan> ;
    <http://mu.semte.ch/vocabularies/core/uuid> "40e8ed60-6c5d-11ef-8f29-2728b827bd59" ;
    <http://data.vlaanderen.be/ns/mandaat#isTijdspecialisatieVan> <http://data.lblod.info/id/bestuursorganen/40cab700-6c5d-11ef-8f29-2728b827bd59> ;
    <http://data.vlaanderen.be/ns/mandaat#bindingStart> "2019-01-01T00:00:00Z"^^xsd:dateTime .

}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
PREFIX mu: <http://mu.semte.ch/vocabularies/core/>
PREFIX ext: <http://mu.semte.ch/vocabularies/ext/>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX besluit: <http://data.vlaanderen.be/ns/besluit#>
PREFIX mandaat: <http://data.vlaanderen.be/ns/mandaat#>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>

INSERT {
GRAPH ?g {
?persoon
a foaf:Person ;
mu:uuid ?uuidPersoon ;
foaf:firstName ?classificatie ;
foaf:familyName ?naam ;
foaf:member <http://data.lblod.info/id/bestuurseenheden/66DB132B6ABCA6E6BF2DBBED> ;
foaf:account ?account .

?account
a foaf:OnlineAccount ;
mu:uuid ?uuidAccount ;
foaf:accountServiceHomepage <https://github.com/lblod/mock-login-service> ;
ext:sessionRole "LoketLB-leidinggevendenGebruiker" , "LoketLB-mandaatGebruiker" , "LoketLB-subsidies" , "LoketLB-toezichtGebruiker" , "LoketLB-ContactOrganisatiegegevensGebruiker" , "LoketLB-bbcdrGebruiker" , "LoketLB-berichtenGebruiker" , "LoketLB-personeelsbeheer" , "LoketLB-LPDCGebruiker" .
Riadabd marked this conversation as resolved.
Show resolved Hide resolved
}
}
WHERE {
<http://data.lblod.info/id/bestuurseenheden/66DB132B6ABCA6E6BF2DBBED>
a besluit:Bestuurseenheid ;
skos:prefLabel ?naam ;
besluit:classificatie/skos:prefLabel ?classificatie .

BIND(CONCAT(?classificatie, " ", ?naam) AS ?volledigeNaam)
BIND(MD5(?volledigeNaam) AS ?uuidPersoon)
BIND(MD5(CONCAT(?volledigeNaam, "ACCOUNT")) AS ?uuidAccount)
BIND(IRI(CONCAT("http://data.lblod.info/id/persoon/", ?uuidPersoon)) AS ?persoon)
BIND(IRI(CONCAT("http://data.lblod.info/id/account/", ?uuidAccount)) AS ?account)

VALUES ?g {
<http://mu.semte.ch/graphs/organizations/66DB132B6ABCA6E6BF2DBBED>
<http://mu.semte.ch/graphs/public>
}
}