@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_wba_286f35f0-ec7f-4f30-9396-224c2aaa71e2
  a a2a:Record ;
  rdfs:label "Geboorte op 3 december 1891" ;
  a2a:hasPerson oa:person_wba_286f35f0-ec7f-4f30-9396-224c2aaa71e2_Person-52ca185e-4216-095d-d5ee-9088d5dc584c, oa:person_wba_286f35f0-ec7f-4f30-9396-224c2aaa71e2_Person-d67f2f52-c396-1501-9e69-854709a90904, oa:person_wba_286f35f0-ec7f-4f30-9396-224c2aaa71e2_Person-aff022b5-9379-b241-05d0-7a83c83d758e ;
  a2a:hasEvent oa:event_wba_286f35f0-ec7f-4f30-9396-224c2aaa71e2_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_286f35f0-ec7f-4f30-9396-224c2aaa71e2_0, oa:relationep_wba_286f35f0-ec7f-4f30-9396-224c2aaa71e2_1, oa:relationep_wba_286f35f0-ec7f-4f30-9396-224c2aaa71e2_2 ;
  a2a:hasSource oa:source_wba_286f35f0-ec7f-4f30-9396-224c2aaa71e2 .

oa:person_wba_286f35f0-ec7f-4f30-9396-224c2aaa71e2_Person-52ca185e-4216-095d-d5ee-9088d5dc584c
  a a2a:Person ;
  rdfs:label "Petrus Joannes Bernaerts" ;
  a2a:PersonName [
    rdfs:label "Petrus Joannes Bernaerts" ;
    a2a:PersonNameFirstName "Petrus Joannes" ;
    a2a:PersonNameLastName "Bernaerts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_286f35f0-ec7f-4f30-9396-224c2aaa71e2_Person-d67f2f52-c396-1501-9e69-854709a90904
  a a2a:Person ;
  rdfs:label "Anna Catharina Hortentia Verleysen" ;
  a2a:PersonName [
    rdfs:label "Anna Catharina Hortentia Verleysen" ;
    a2a:PersonNameFirstName "Anna Catharina Hortentia" ;
    a2a:PersonNameLastName "Verleysen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_286f35f0-ec7f-4f30-9396-224c2aaa71e2_Person-aff022b5-9379-b241-05d0-7a83c83d758e
  a a2a:Person ;
  rdfs:label "Maria Stephania Bernaerts" ;
  a2a:PersonName [
    rdfs:label "Maria Stephania Bernaerts" ;
    a2a:PersonNameFirstName "Maria Stephania" ;
    a2a:PersonNameLastName "Bernaerts"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1891" ;
    a2a:Month "12" ;
    a2a:Day "3" ;
    rdfs:label "1891-12-03"^^xsd:date
  ] .

oa:event_wba_286f35f0-ec7f-4f30-9396-224c2aaa71e2_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1891" ;
    a2a:Month "12" ;
    a2a:Day "3" ;
    rdfs:label "1891-12-03"^^xsd:date
  ] .

oa:relationep_wba_286f35f0-ec7f-4f30-9396-224c2aaa71e2_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_286f35f0-ec7f-4f30-9396-224c2aaa71e2_Person:52ca185e-4216-095d-d5ee-9088d5dc584c ;
  a2a:EventKeyRef oa:event_wba_286f35f0-ec7f-4f30-9396-224c2aaa71e2_Event1 .

oa:relationep_wba_286f35f0-ec7f-4f30-9396-224c2aaa71e2_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_286f35f0-ec7f-4f30-9396-224c2aaa71e2_Person:d67f2f52-c396-1501-9e69-854709a90904 ;
  a2a:EventKeyRef oa:event_wba_286f35f0-ec7f-4f30-9396-224c2aaa71e2_Event1 .

oa:relationep_wba_286f35f0-ec7f-4f30-9396-224c2aaa71e2_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_286f35f0-ec7f-4f30-9396-224c2aaa71e2_Person:aff022b5-9379-b241-05d0-7a83c83d758e ;
  a2a:EventKeyRef oa:event_wba_286f35f0-ec7f-4f30-9396-224c2aaa71e2_Event1 .

oa:source_wba_286f35f0-ec7f-4f30-9396-224c2aaa71e2
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout", "1891-12-03 - 1891-12-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1891-12-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1891-12-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1891" ;
    a2a:Month "12" ;
    a2a:Day "3" ;
    rdfs:label "1891-12-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 64, Periode: 1891" ;
    a2a:Book "Geboorteregister Kalmthout 1891" ;
    a2a:DocumentNumber "109" ;
    a2a:RegistryNumber "64" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Deel: 64, Periode: 1891, Geboorteregister Kalmthout 1891, 109, 64"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/a5240d42-393a-91fc-06eb-b554da808498.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/286f35f0-ec7f-4f30-9396-224c2aaa71e2" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/a5240d42-393a-91fc-06eb-b554da808498.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-02-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/286f35f0-ec7f-4f30-9396-224c2aaa71e2" ;
  a2a:RecordGUID "{286f35f0-ec7f-4f30-9396-224c2aaa71e2}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_1551_00001551.xml van WBA" .

[] a2a:PersonRemarkdiversen "47 jaar, kramer, wonende in deze gemeente in het Dorp Wijk B no 4" .
[] a2a:PersonRemarkdiversen "35 jaar, huisvrouw" .
