@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_ac2e8a80-61db-afb3-75f7-e7f30c851f22
  a a2a:Record ;
  rdfs:label "Geboorte op 22 oktober 1878" ;
  a2a:hasPerson oa:person_bhi_ac2e8a80-61db-afb3-75f7-e7f30c851f22_Person-a83f7588-65ca-2554-09b7-f84f6e82c9c8, oa:person_bhi_ac2e8a80-61db-afb3-75f7-e7f30c851f22_Person-5c594443-d912-b005-cc96-2bcfcb5870e2, oa:person_bhi_ac2e8a80-61db-afb3-75f7-e7f30c851f22_Person-3c93d085-bd5a-9d34-d5f3-67a95efed7bf ;
  a2a:hasEvent oa:event_bhi_ac2e8a80-61db-afb3-75f7-e7f30c851f22_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_ac2e8a80-61db-afb3-75f7-e7f30c851f22_0, oa:relationep_bhi_ac2e8a80-61db-afb3-75f7-e7f30c851f22_1, oa:relationep_bhi_ac2e8a80-61db-afb3-75f7-e7f30c851f22_2 ;
  a2a:hasSource oa:source_bhi_ac2e8a80-61db-afb3-75f7-e7f30c851f22 .

oa:person_bhi_ac2e8a80-61db-afb3-75f7-e7f30c851f22_Person-a83f7588-65ca-2554-09b7-f84f6e82c9c8
  a a2a:Person ;
  rdfs:label "Anna Cornelia Guns" ;
  a2a:PersonName [
    rdfs:label "Anna Cornelia Guns" ;
    a2a:PersonNameFirstName "Anna Cornelia" ;
    a2a:PersonNameLastName "Guns"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1878" ;
    a2a:Month "10" ;
    a2a:Day "22" ;
    rdfs:label "1878-10-22"^^xsd:date
  ] .

oa:person_bhi_ac2e8a80-61db-afb3-75f7-e7f30c851f22_Person-5c594443-d912-b005-cc96-2bcfcb5870e2
  a a2a:Person ;
  rdfs:label "Maria Louisa Suijkerbuijk" ;
  a2a:PersonName [
    rdfs:label "Maria Louisa Suijkerbuijk" ;
    a2a:PersonNameFirstName "Maria Louisa" ;
    a2a:PersonNameLastName "Suijkerbuijk"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_ac2e8a80-61db-afb3-75f7-e7f30c851f22_Person-3c93d085-bd5a-9d34-d5f3-67a95efed7bf
  a a2a:Person ;
  rdfs:label "Petrus Guns" ;
  a2a:PersonName [
    rdfs:label "Petrus Guns" ;
    a2a:PersonNameFirstName "Petrus" ;
    a2a:PersonNameLastName "Guns"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_ac2e8a80-61db-afb3-75f7-e7f30c851f22_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1878" ;
    a2a:Month "10" ;
    a2a:Day "22" ;
    rdfs:label "1878-10-22"^^xsd:date
  ] .

oa:relationep_bhi_ac2e8a80-61db-afb3-75f7-e7f30c851f22_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_ac2e8a80-61db-afb3-75f7-e7f30c851f22_Person:a83f7588-65ca-2554-09b7-f84f6e82c9c8 ;
  a2a:EventKeyRef oa:event_bhi_ac2e8a80-61db-afb3-75f7-e7f30c851f22_Event1 .

oa:relationep_bhi_ac2e8a80-61db-afb3-75f7-e7f30c851f22_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_ac2e8a80-61db-afb3-75f7-e7f30c851f22_Person:5c594443-d912-b005-cc96-2bcfcb5870e2 ;
  a2a:EventKeyRef oa:event_bhi_ac2e8a80-61db-afb3-75f7-e7f30c851f22_Event1 .

oa:relationep_bhi_ac2e8a80-61db-afb3-75f7-e7f30c851f22_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_ac2e8a80-61db-afb3-75f7-e7f30c851f22_Person:3c93d085-bd5a-9d34-d5f3-67a95efed7bf ;
  a2a:EventKeyRef oa:event_bhi_ac2e8a80-61db-afb3-75f7-e7f30c851f22_Event1 .

oa:source_bhi_ac2e8a80-61db-afb3-75f7-e7f30c851f22
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Putte" ;
    rdfs:label "Putte", "1878-01-01 - 1878-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1878-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1878-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1878" ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 6394, Periode: 1878" ;
    a2a:Book "Geboorteregister Putte 1878" ;
    a2a:DocumentNumber "33" ;
    a2a:RegistryNumber "6394" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 6394, Periode: 1878, Geboorteregister Putte 1878, 33, 6394"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/01dc5609-d646-e824-e97f-72d78edd1dc3.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/01dc5609-d646-e824-e97f-72d78edd1dc3.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-03-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/ac2e8a80-61db-afb3-75f7-e7f30c851f22" ;
  a2a:RecordGUID "{ac2e8a80-61db-afb3-75f7-e7f30c851f22}" ;
  a2a:SourceRemarkdeel "6394" ;
  a2a:SourceRemarkregister_periode "1878" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250607_767_00000767.xml van BHI" .

