@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_016ebc4d-7b9d-c0d4-e731-f4d6b780d1df
  a a2a:Record ;
  rdfs:label "Geboorte op 6 november 1882 te Woensdrecht" ;
  a2a:hasPerson oa:person_wba_016ebc4d-7b9d-c0d4-e731-f4d6b780d1df_Person-1db1ad8a-f205-adca-a467-dbe262d5a22b, oa:person_wba_016ebc4d-7b9d-c0d4-e731-f4d6b780d1df_Person-c4eefff3-5c7a-d457-394f-cb0018f66604, oa:person_wba_016ebc4d-7b9d-c0d4-e731-f4d6b780d1df_Person-09bb75a2-6b6f-e619-58ab-db44b48bd27d ;
  a2a:hasEvent oa:event_wba_016ebc4d-7b9d-c0d4-e731-f4d6b780d1df_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_016ebc4d-7b9d-c0d4-e731-f4d6b780d1df_0, oa:relationep_wba_016ebc4d-7b9d-c0d4-e731-f4d6b780d1df_1, oa:relationep_wba_016ebc4d-7b9d-c0d4-e731-f4d6b780d1df_2 ;
  a2a:hasSource oa:source_wba_016ebc4d-7b9d-c0d4-e731-f4d6b780d1df .

oa:person_wba_016ebc4d-7b9d-c0d4-e731-f4d6b780d1df_Person-1db1ad8a-f205-adca-a467-dbe262d5a22b
  a a2a:Person ;
  rdfs:label "Jacobus Lempers" ;
  a2a:PersonName [
    rdfs:label "Jacobus Lempers" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Lempers"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "arbeider" .

oa:person_wba_016ebc4d-7b9d-c0d4-e731-f4d6b780d1df_Person-c4eefff3-5c7a-d457-394f-cb0018f66604
  a a2a:Person ;
  rdfs:label "Dimphena Josepha Senechall" ;
  a2a:PersonName [
    rdfs:label "Dimphena Josepha Senechall" ;
    a2a:PersonNameFirstName "Dimphena Josepha" ;
    a2a:PersonNameLastName "Senechall"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "arbeidster" .

oa:person_wba_016ebc4d-7b9d-c0d4-e731-f4d6b780d1df_Person-09bb75a2-6b6f-e619-58ab-db44b48bd27d
  a a2a:Person ;
  rdfs:label "Maria Jacoba Lempers" ;
  a2a:PersonName [
    rdfs:label "Maria Jacoba Lempers" ;
    a2a:PersonNameFirstName "Maria Jacoba" ;
    a2a:PersonNameLastName "Lempers"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1882" ;
    a2a:Month "11" ;
    a2a:Day "6" ;
    rdfs:label "1882-11-06"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Woensdrecht" ;
    rdfs:label "Woensdrecht"
  ] .

oa:event_wba_016ebc4d-7b9d-c0d4-e731-f4d6b780d1df_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1882" ;
    a2a:Month "11" ;
    a2a:Day "6" ;
    rdfs:label "1882-11-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Woensdrecht" ;
    rdfs:label "Woensdrecht"
  ] .

oa:relationep_wba_016ebc4d-7b9d-c0d4-e731-f4d6b780d1df_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_016ebc4d-7b9d-c0d4-e731-f4d6b780d1df_Person:1db1ad8a-f205-adca-a467-dbe262d5a22b ;
  a2a:EventKeyRef oa:event_wba_016ebc4d-7b9d-c0d4-e731-f4d6b780d1df_Event1 .

oa:relationep_wba_016ebc4d-7b9d-c0d4-e731-f4d6b780d1df_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_016ebc4d-7b9d-c0d4-e731-f4d6b780d1df_Person:c4eefff3-5c7a-d457-394f-cb0018f66604 ;
  a2a:EventKeyRef oa:event_wba_016ebc4d-7b9d-c0d4-e731-f4d6b780d1df_Event1 .

oa:relationep_wba_016ebc4d-7b9d-c0d4-e731-f4d6b780d1df_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_016ebc4d-7b9d-c0d4-e731-f4d6b780d1df_Person:09bb75a2-6b6f-e619-58ab-db44b48bd27d ;
  a2a:EventKeyRef oa:event_wba_016ebc4d-7b9d-c0d4-e731-f4d6b780d1df_Event1 .

oa:source_wba_016ebc4d-7b9d-c0d4-e731-f4d6b780d1df
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Woensdrecht" ;
    rdfs:label "Woensdrecht", "1882-11-06 - 1882-11-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1882-11-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1882-11-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1882" ;
    a2a:Month "11" ;
    a2a:Day "6" ;
    rdfs:label "1882-11-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Woensdrecht - burgerlijke stand, Bron: boek, Deel: 10001, Pe..." ;
    a2a:Book "Geboorteregister 1881-1890" ;
    a2a:DocumentNumber "87" ;
    a2a:RegistryNumber "10001" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Woensdrecht - burgerlijke stand, Bron: boek, Deel: 10001, Pe..., Geboorteregister 1881-1890, 87, 10001"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/47073d27-734e-f838-5795-dece8cb99bb2.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/016ebc4d-7b9d-c0d4-e731-f4d6b780d1df" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/47073d27-734e-f838-5795-dece8cb99bb2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2013-10-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/016ebc4d-7b9d-c0d4-e731-f4d6b780d1df" ;
  a2a:RecordGUID "{016ebc4d-7b9d-c0d4-e731-f4d6b780d1df}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_1820_00001820.xml van WBA" .

