@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_91c97432-7fb3-4458-1ce5-e38928bd7bf2
  a a2a:Record ;
  rdfs:label "Geboorte op 1 februari 1922" ;
  a2a:hasPerson oa:person_bhi_91c97432-7fb3-4458-1ce5-e38928bd7bf2_Person-8b8bb33a-fe6b-05ce-6ca6-f48bb6ee5954, oa:person_bhi_91c97432-7fb3-4458-1ce5-e38928bd7bf2_Person-f81bcdf9-74ca-dca2-2f2a-f080b39ec784, oa:person_bhi_91c97432-7fb3-4458-1ce5-e38928bd7bf2_Person-ca11b3ef-1fbd-a588-9119-8d6f788341dd ;
  a2a:hasEvent oa:event_bhi_91c97432-7fb3-4458-1ce5-e38928bd7bf2_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_91c97432-7fb3-4458-1ce5-e38928bd7bf2_0, oa:relationep_bhi_91c97432-7fb3-4458-1ce5-e38928bd7bf2_1, oa:relationep_bhi_91c97432-7fb3-4458-1ce5-e38928bd7bf2_2 ;
  a2a:hasSource oa:source_bhi_91c97432-7fb3-4458-1ce5-e38928bd7bf2 .

oa:person_bhi_91c97432-7fb3-4458-1ce5-e38928bd7bf2_Person-8b8bb33a-fe6b-05ce-6ca6-f48bb6ee5954
  a a2a:Person ;
  rdfs:label "Arnoldus Hubertus Weerts" ;
  a2a:PersonName [
    rdfs:label "Arnoldus Hubertus Weerts" ;
    a2a:PersonNameFirstName "Arnoldus Hubertus" ;
    a2a:PersonNameLastName "Weerts"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1922" ;
    a2a:Month "2" ;
    a2a:Day "1" ;
    rdfs:label "1922-02-01"^^xsd:date
  ] .

oa:person_bhi_91c97432-7fb3-4458-1ce5-e38928bd7bf2_Person-f81bcdf9-74ca-dca2-2f2a-f080b39ec784
  a a2a:Person ;
  rdfs:label "Joanna Maria Maessen" ;
  a2a:PersonName [
    rdfs:label "Joanna Maria Maessen" ;
    a2a:PersonNameFirstName "Joanna Maria" ;
    a2a:PersonNameLastName "Maessen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_91c97432-7fb3-4458-1ce5-e38928bd7bf2_Person-ca11b3ef-1fbd-a588-9119-8d6f788341dd
  a a2a:Person ;
  rdfs:label "Lambert Pieter Hubert Weerts" ;
  a2a:PersonName [
    rdfs:label "Lambert Pieter Hubert Weerts" ;
    a2a:PersonNameFirstName "Lambert Pieter Hubert" ;
    a2a:PersonNameLastName "Weerts"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_91c97432-7fb3-4458-1ce5-e38928bd7bf2_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1922" ;
    a2a:Month "2" ;
    a2a:Day "1" ;
    rdfs:label "1922-02-01"^^xsd:date
  ] .

oa:relationep_bhi_91c97432-7fb3-4458-1ce5-e38928bd7bf2_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_91c97432-7fb3-4458-1ce5-e38928bd7bf2_Person:8b8bb33a-fe6b-05ce-6ca6-f48bb6ee5954 ;
  a2a:EventKeyRef oa:event_bhi_91c97432-7fb3-4458-1ce5-e38928bd7bf2_Event1 .

oa:relationep_bhi_91c97432-7fb3-4458-1ce5-e38928bd7bf2_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_91c97432-7fb3-4458-1ce5-e38928bd7bf2_Person:f81bcdf9-74ca-dca2-2f2a-f080b39ec784 ;
  a2a:EventKeyRef oa:event_bhi_91c97432-7fb3-4458-1ce5-e38928bd7bf2_Event1 .

oa:relationep_bhi_91c97432-7fb3-4458-1ce5-e38928bd7bf2_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_91c97432-7fb3-4458-1ce5-e38928bd7bf2_Person:ca11b3ef-1fbd-a588-9119-8d6f788341dd ;
  a2a:EventKeyRef oa:event_bhi_91c97432-7fb3-4458-1ce5-e38928bd7bf2_Event1 .

oa:source_bhi_91c97432-7fb3-4458-1ce5-e38928bd7bf2
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Bakel en Milheeze" ;
    rdfs:label "Bakel en Milheeze", "1922-02-01 - 1922-02-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1922-02-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1922-02-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1922" ;
    a2a:Month "2" ;
    a2a:Day "1" ;
    rdfs:label "1922-02-01"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 134, Periode: 1922" ;
    a2a:Book "Geboorteregister Bakel en Milheeze 1922" ;
    a2a:DocumentNumber "3" ;
    a2a:RegistryNumber "134" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 134, Periode: 1922, Geboorteregister Bakel en Milheeze 1922, 3, 134"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/904133a3-b600-2e52-779b-0964777b7b60.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/904133a3-b600-2e52-779b-0964777b7b60.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-01-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/91c97432-7fb3-4458-1ce5-e38928bd7bf2" ;
  a2a:RecordGUID "{91c97432-7fb3-4458-1ce5-e38928bd7bf2}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_77946_00077946.xml van BHI" .

