@prefix oa: <https://www.openarchieven.nl/id/> .
@prefix a2a: <https://www.openarchieven.nl/def/a2a#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

oa:record_bhi_dfd63bc7-9939-c73f-eae8-8c00192d1ffa
  a a2a:Record ;
  rdfs:label "Geboorte op 9 mei 1828" ;
  a2a:hasPerson oa:person_bhi_dfd63bc7-9939-c73f-eae8-8c00192d1ffa_Person-a317dd48-b57c-0461-3055-d44d04a37ea5, oa:person_bhi_dfd63bc7-9939-c73f-eae8-8c00192d1ffa_Person-079a5c2b-c29e-9393-9e0e-ce725db5bfa9, oa:person_bhi_dfd63bc7-9939-c73f-eae8-8c00192d1ffa_Person-ab296d9e-b1af-9571-3c45-acdf54fda1b2 ;
  a2a:hasEvent oa:event_bhi_dfd63bc7-9939-c73f-eae8-8c00192d1ffa_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_dfd63bc7-9939-c73f-eae8-8c00192d1ffa_0, oa:relationep_bhi_dfd63bc7-9939-c73f-eae8-8c00192d1ffa_1, oa:relationep_bhi_dfd63bc7-9939-c73f-eae8-8c00192d1ffa_2 ;
  a2a:hasSource oa:source_bhi_dfd63bc7-9939-c73f-eae8-8c00192d1ffa .

oa:person_bhi_dfd63bc7-9939-c73f-eae8-8c00192d1ffa_Person-a317dd48-b57c-0461-3055-d44d04a37ea5
  a a2a:Person ;
  rdfs:label "Lodewijk Boudewijn Dierkens" ;
  a2a:PersonName [
    rdfs:label "Lodewijk Boudewijn Dierkens" ;
    a2a:PersonNameFirstName "Lodewijk Boudewijn" ;
    a2a:PersonNameLastName "Dierkens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_dfd63bc7-9939-c73f-eae8-8c00192d1ffa_Person-079a5c2b-c29e-9393-9e0e-ce725db5bfa9
  a a2a:Person ;
  rdfs:label "Florentia Petronella van Wullen" ;
  a2a:PersonName [
    rdfs:label "Florentia Petronella van Wullen" ;
    a2a:PersonNameFirstName "Florentia Petronella" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Wullen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_dfd63bc7-9939-c73f-eae8-8c00192d1ffa_Person-ab296d9e-b1af-9571-3c45-acdf54fda1b2
  a a2a:Person ;
  rdfs:label "Karel Rudolf Willem Marinus Dierkens" ;
  a2a:PersonName [
    rdfs:label "Karel Rudolf Willem Marinus Dierkens" ;
    a2a:PersonNameFirstName "Karel Rudolf Willem Marinus" ;
    a2a:PersonNameLastName "Dierkens"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1828" ;
    a2a:Month "5" ;
    a2a:Day "9" ;
    rdfs:label "1828-05-09"^^xsd:date
  ] .

oa:event_bhi_dfd63bc7-9939-c73f-eae8-8c00192d1ffa_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1828" ;
    a2a:Month "5" ;
    a2a:Day "9" ;
    rdfs:label "1828-05-09"^^xsd:date
  ] .

oa:relationep_bhi_dfd63bc7-9939-c73f-eae8-8c00192d1ffa_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_dfd63bc7-9939-c73f-eae8-8c00192d1ffa_Person:a317dd48-b57c-0461-3055-d44d04a37ea5 ;
  a2a:EventKeyRef oa:event_bhi_dfd63bc7-9939-c73f-eae8-8c00192d1ffa_Event1 .

oa:relationep_bhi_dfd63bc7-9939-c73f-eae8-8c00192d1ffa_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_dfd63bc7-9939-c73f-eae8-8c00192d1ffa_Person:079a5c2b-c29e-9393-9e0e-ce725db5bfa9 ;
  a2a:EventKeyRef oa:event_bhi_dfd63bc7-9939-c73f-eae8-8c00192d1ffa_Event1 .

oa:relationep_bhi_dfd63bc7-9939-c73f-eae8-8c00192d1ffa_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_dfd63bc7-9939-c73f-eae8-8c00192d1ffa_Person:ab296d9e-b1af-9571-3c45-acdf54fda1b2 ;
  a2a:EventKeyRef oa:event_bhi_dfd63bc7-9939-c73f-eae8-8c00192d1ffa_Event1 .

oa:source_bhi_dfd63bc7-9939-c73f-eae8-8c00192d1ffa
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1828-05-09 - 1828-05-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1828-05-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1828-05-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1828" ;
    a2a:Month "5" ;
    a2a:Day "9" ;
    rdfs:label "1828-05-09"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3760, Periode: 1828" ;
    a2a:Book "Geboorteregister 's-Hertogenbosch 1828" ;
    a2a:DocumentNumber "254" ;
    a2a:RegistryNumber "3760" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3760, Periode: 1828, Geboorteregister 's-Hertogenbosch 1828, 254, 3760"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/dfd63bc7-9939-c73f-eae8-8c00192d1ffa" ;
  a2a:RecordGUID "{dfd63bc7-9939-c73f-eae8-8c00192d1ffa}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_2610_00002610.xml van BHI" .

