@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_ee2b4ea0-da60-eadb-ce8d-04f277d9b8ae
  a a2a:Record ;
  rdfs:label "Geboorte op 26 maart 1918" ;
  a2a:hasPerson oa:person_bhi_ee2b4ea0-da60-eadb-ce8d-04f277d9b8ae_Person-d82c56e9-3792-1276-d38f-f814972efd9c, oa:person_bhi_ee2b4ea0-da60-eadb-ce8d-04f277d9b8ae_Person-cf08982a-cd93-254c-d277-31609af1d0d9, oa:person_bhi_ee2b4ea0-da60-eadb-ce8d-04f277d9b8ae_Person-a7450006-513a-7011-2b58-d1270c0268e5 ;
  a2a:hasEvent oa:event_bhi_ee2b4ea0-da60-eadb-ce8d-04f277d9b8ae_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_ee2b4ea0-da60-eadb-ce8d-04f277d9b8ae_0, oa:relationep_bhi_ee2b4ea0-da60-eadb-ce8d-04f277d9b8ae_1, oa:relationep_bhi_ee2b4ea0-da60-eadb-ce8d-04f277d9b8ae_2 ;
  a2a:hasSource oa:source_bhi_ee2b4ea0-da60-eadb-ce8d-04f277d9b8ae .

oa:person_bhi_ee2b4ea0-da60-eadb-ce8d-04f277d9b8ae_Person-d82c56e9-3792-1276-d38f-f814972efd9c
  a a2a:Person ;
  rdfs:label "Antonia Adriana Maria Vervoort" ;
  a2a:PersonName [
    rdfs:label "Antonia Adriana Maria Vervoort" ;
    a2a:PersonNameFirstName "Antonia Adriana Maria" ;
    a2a:PersonNameLastName "Vervoort"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_ee2b4ea0-da60-eadb-ce8d-04f277d9b8ae_Person-cf08982a-cd93-254c-d277-31609af1d0d9
  a a2a:Person ;
  rdfs:label "Agnes Josephina Maria Winters" ;
  a2a:PersonName [
    rdfs:label "Agnes Josephina Maria Winters" ;
    a2a:PersonNameFirstName "Agnes Josephina Maria" ;
    a2a:PersonNameLastName "Winters"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1918" ;
    a2a:Month "3" ;
    a2a:Day "26" ;
    rdfs:label "1918-03-26"^^xsd:date
  ] .

oa:person_bhi_ee2b4ea0-da60-eadb-ce8d-04f277d9b8ae_Person-a7450006-513a-7011-2b58-d1270c0268e5
  a a2a:Person ;
  rdfs:label "Theodorus Adrianus Winters" ;
  a2a:PersonName [
    rdfs:label "Theodorus Adrianus Winters" ;
    a2a:PersonNameFirstName "Theodorus Adrianus" ;
    a2a:PersonNameLastName "Winters"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_ee2b4ea0-da60-eadb-ce8d-04f277d9b8ae_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1918" ;
    a2a:Month "3" ;
    a2a:Day "26" ;
    rdfs:label "1918-03-26"^^xsd:date
  ] .

oa:relationep_bhi_ee2b4ea0-da60-eadb-ce8d-04f277d9b8ae_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_ee2b4ea0-da60-eadb-ce8d-04f277d9b8ae_Person:d82c56e9-3792-1276-d38f-f814972efd9c ;
  a2a:EventKeyRef oa:event_bhi_ee2b4ea0-da60-eadb-ce8d-04f277d9b8ae_Event1 .

oa:relationep_bhi_ee2b4ea0-da60-eadb-ce8d-04f277d9b8ae_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_ee2b4ea0-da60-eadb-ce8d-04f277d9b8ae_Person:cf08982a-cd93-254c-d277-31609af1d0d9 ;
  a2a:EventKeyRef oa:event_bhi_ee2b4ea0-da60-eadb-ce8d-04f277d9b8ae_Event1 .

oa:relationep_bhi_ee2b4ea0-da60-eadb-ce8d-04f277d9b8ae_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_ee2b4ea0-da60-eadb-ce8d-04f277d9b8ae_Person:a7450006-513a-7011-2b58-d1270c0268e5 ;
  a2a:EventKeyRef oa:event_bhi_ee2b4ea0-da60-eadb-ce8d-04f277d9b8ae_Event1 .

oa:source_bhi_ee2b4ea0-da60-eadb-ce8d-04f277d9b8ae
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Veghel" ;
    rdfs:label "Veghel", "1918-03-27 - 1918-03-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1918-03-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1918-03-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1918" ;
    a2a:Month "3" ;
    a2a:Day "27" ;
    rdfs:label "1918-03-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3301, Periode: 1918" ;
    a2a:Book "Geboorteregister Veghel 1918" ;
    a2a:DocumentNumber "56" ;
    a2a:RegistryNumber "3301" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3301, Periode: 1918, Geboorteregister Veghel 1918, 56, 3301"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/85492486-3985-50d4-0bdf-23a6ab0efa1f.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/85492486-3985-50d4-0bdf-23a6ab0efa1f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-01-02"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/ee2b4ea0-da60-eadb-ce8d-04f277d9b8ae" ;
  a2a:RecordGUID "{ee2b4ea0-da60-eadb-ce8d-04f277d9b8ae}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_8116_00008116.xml van BHI" .

