@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_53051eb5-e75b-a71b-e623-c38948ac113a
  a a2a:Record ;
  rdfs:label "Geboorte op 18 december 1920" ;
  a2a:hasPerson oa:person_bhi_53051eb5-e75b-a71b-e623-c38948ac113a_Person-59146de7-fec9-23a5-6c7c-e789740c2222, oa:person_bhi_53051eb5-e75b-a71b-e623-c38948ac113a_Person-d7ab4f9c-0e8c-2cb0-88c6-4757dc9e8348, oa:person_bhi_53051eb5-e75b-a71b-e623-c38948ac113a_Person-7a9fc183-2ee8-9399-f48f-5589734b714d ;
  a2a:hasEvent oa:event_bhi_53051eb5-e75b-a71b-e623-c38948ac113a_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_53051eb5-e75b-a71b-e623-c38948ac113a_0, oa:relationep_bhi_53051eb5-e75b-a71b-e623-c38948ac113a_1, oa:relationep_bhi_53051eb5-e75b-a71b-e623-c38948ac113a_2 ;
  a2a:hasSource oa:source_bhi_53051eb5-e75b-a71b-e623-c38948ac113a .

oa:person_bhi_53051eb5-e75b-a71b-e623-c38948ac113a_Person-59146de7-fec9-23a5-6c7c-e789740c2222
  a a2a:Person ;
  rdfs:label "Maria Martina Wagemakers" ;
  a2a:PersonName [
    rdfs:label "Maria Martina Wagemakers" ;
    a2a:PersonNameFirstName "Maria Martina" ;
    a2a:PersonNameLastName "Wagemakers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_53051eb5-e75b-a71b-e623-c38948ac113a_Person-d7ab4f9c-0e8c-2cb0-88c6-4757dc9e8348
  a a2a:Person ;
  rdfs:label "Adriana Helena Antonia Veraa" ;
  a2a:PersonName [
    rdfs:label "Adriana Helena Antonia Veraa" ;
    a2a:PersonNameFirstName "Adriana Helena Antonia" ;
    a2a:PersonNameLastName "Veraa"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1920" ;
    a2a:Month "12" ;
    a2a:Day "18" ;
    rdfs:label "1920-12-18"^^xsd:date
  ] .

oa:person_bhi_53051eb5-e75b-a71b-e623-c38948ac113a_Person-7a9fc183-2ee8-9399-f48f-5589734b714d
  a a2a:Person ;
  rdfs:label "Simon Pertrus Veraa" ;
  a2a:PersonName [
    rdfs:label "Simon Pertrus Veraa" ;
    a2a:PersonNameFirstName "Simon Pertrus" ;
    a2a:PersonNameLastName "Veraa"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_53051eb5-e75b-a71b-e623-c38948ac113a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1920" ;
    a2a:Month "12" ;
    a2a:Day "18" ;
    rdfs:label "1920-12-18"^^xsd:date
  ] .

oa:relationep_bhi_53051eb5-e75b-a71b-e623-c38948ac113a_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_53051eb5-e75b-a71b-e623-c38948ac113a_Person:59146de7-fec9-23a5-6c7c-e789740c2222 ;
  a2a:EventKeyRef oa:event_bhi_53051eb5-e75b-a71b-e623-c38948ac113a_Event1 .

oa:relationep_bhi_53051eb5-e75b-a71b-e623-c38948ac113a_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_53051eb5-e75b-a71b-e623-c38948ac113a_Person:d7ab4f9c-0e8c-2cb0-88c6-4757dc9e8348 ;
  a2a:EventKeyRef oa:event_bhi_53051eb5-e75b-a71b-e623-c38948ac113a_Event1 .

oa:relationep_bhi_53051eb5-e75b-a71b-e623-c38948ac113a_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_53051eb5-e75b-a71b-e623-c38948ac113a_Person:7a9fc183-2ee8-9399-f48f-5589734b714d ;
  a2a:EventKeyRef oa:event_bhi_53051eb5-e75b-a71b-e623-c38948ac113a_Event1 .

oa:source_bhi_53051eb5-e75b-a71b-e623-c38948ac113a
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Loon op Zand" ;
    rdfs:label "Loon op Zand", "1920-12-20 - 1920-12-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1920-12-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1920-12-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1920" ;
    a2a:Month "12" ;
    a2a:Day "20" ;
    rdfs:label "1920-12-20"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1854, Periode: 1920" ;
    a2a:Book "Geboorteregister Loon op Zand 1920" ;
    a2a:DocumentNumber "301" ;
    a2a:RegistryNumber "1854" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1854, Periode: 1920, Geboorteregister Loon op Zand 1920, 301, 1854"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/b94d5763-f43d-7f68-96e5-69366a3af266.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/b94d5763-f43d-7f68-96e5-69366a3af266.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-01-31"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/53051eb5-e75b-a71b-e623-c38948ac113a" ;
  a2a:RecordGUID "{53051eb5-e75b-a71b-e623-c38948ac113a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231208_80458_00080458.xml van BHI" .

