@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_eabc64bf-cb7d-3803-4a2b-95e4fccee0b0
  a a2a:Record ;
  rdfs:label "Registratie op 23 januari 1902 te Wouw" ;
  a2a:hasPerson oa:person_wba_eabc64bf-cb7d-3803-4a2b-95e4fccee0b0_Person-c8514e27-6229-ac5a-7005-21b9e766dfaf, oa:person_wba_eabc64bf-cb7d-3803-4a2b-95e4fccee0b0_Person-54683b1c-3ba0-3661-2317-1460921cdbdc, oa:person_wba_eabc64bf-cb7d-3803-4a2b-95e4fccee0b0_Person-c3f87cdb-37dc-eee6-f7c9-b0b023c8e045 ;
  a2a:hasEvent oa:event_wba_eabc64bf-cb7d-3803-4a2b-95e4fccee0b0_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_eabc64bf-cb7d-3803-4a2b-95e4fccee0b0_0, oa:relationep_wba_eabc64bf-cb7d-3803-4a2b-95e4fccee0b0_1, oa:relationep_wba_eabc64bf-cb7d-3803-4a2b-95e4fccee0b0_2 ;
  a2a:hasSource oa:source_wba_eabc64bf-cb7d-3803-4a2b-95e4fccee0b0 .

oa:person_wba_eabc64bf-cb7d-3803-4a2b-95e4fccee0b0_Person-c8514e27-6229-ac5a-7005-21b9e766dfaf
  a a2a:Person ;
  rdfs:label "Adriana Cornelia Kessel" ;
  a2a:PersonName [
    rdfs:label "Adriana Cornelia Kessel" ;
    a2a:PersonNameFirstName "Adriana Cornelia" ;
    a2a:PersonNameLastName "Kessel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_eabc64bf-cb7d-3803-4a2b-95e4fccee0b0_Person-54683b1c-3ba0-3661-2317-1460921cdbdc
  a a2a:Person ;
  rdfs:label "Laurentius Elst" ;
  a2a:PersonName [
    rdfs:label "Laurentius Elst" ;
    a2a:PersonNameFirstName "Laurentius" ;
    a2a:PersonNameLastName "Elst"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_eabc64bf-cb7d-3803-4a2b-95e4fccee0b0_Person-c3f87cdb-37dc-eee6-f7c9-b0b023c8e045
  a a2a:Person ;
  rdfs:label "Adriana Helena Maria Wilhelmina Elst" ;
  a2a:PersonName [
    rdfs:label "Adriana Helena Maria Wilhelmina Elst" ;
    a2a:PersonNameFirstName "Adriana Helena Maria Wilhelmina" ;
    a2a:PersonNameLastName "Elst"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1902" ;
    a2a:Month "1" ;
    a2a:Day "23" ;
    rdfs:label "1902-01-23"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] .

oa:event_wba_eabc64bf-cb7d-3803-4a2b-95e4fccee0b0_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1902" ;
    a2a:Month "1" ;
    a2a:Day "23" ;
    rdfs:label "1902-01-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] .

oa:relationep_wba_eabc64bf-cb7d-3803-4a2b-95e4fccee0b0_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_eabc64bf-cb7d-3803-4a2b-95e4fccee0b0_Person:c8514e27-6229-ac5a-7005-21b9e766dfaf ;
  a2a:EventKeyRef oa:event_wba_eabc64bf-cb7d-3803-4a2b-95e4fccee0b0_Event1 .

oa:relationep_wba_eabc64bf-cb7d-3803-4a2b-95e4fccee0b0_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_eabc64bf-cb7d-3803-4a2b-95e4fccee0b0_Person:54683b1c-3ba0-3661-2317-1460921cdbdc ;
  a2a:EventKeyRef oa:event_wba_eabc64bf-cb7d-3803-4a2b-95e4fccee0b0_Event1 .

oa:relationep_wba_eabc64bf-cb7d-3803-4a2b-95e4fccee0b0_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_eabc64bf-cb7d-3803-4a2b-95e4fccee0b0_Person:c3f87cdb-37dc-eee6-f7c9-b0b023c8e045 ;
  a2a:EventKeyRef oa:event_wba_eabc64bf-cb7d-3803-4a2b-95e4fccee0b0_Event1 .

oa:source_wba_eabc64bf-cb7d-3803-4a2b-95e4fccee0b0
  a a2a:Source ;
  rdfs:label "West Brabants Archief, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw", "1890-01-01 - 1911-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1890-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1911-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Wouw, 1811-1927, Bron: boek, Deel: 3682, Periode: 1890-1911" ;
    a2a:Book "Bevolkingsregister Wouw, 1890-1911, Deel B, namen E-J." ;
    a2a:RegistryNumber "3682" ;
    a2a:Folio "76" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Wouw, 1811-1927, Bron: boek, Deel: 3682, Periode: 1890-1911, Bevolkingsregister Wouw, 1890-1911, Deel B, namen E-J., 3682, 76"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/d0147a05-80e5-4455-5175-a61ea0a33650.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/eabc64bf-cb7d-3803-4a2b-95e4fccee0b0" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/d0147a05-80e5-4455-5175-a61ea0a33650.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-12-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/eabc64bf-cb7d-3803-4a2b-95e4fccee0b0" ;
  a2a:RecordGUID "{eabc64bf-cb7d-3803-4a2b-95e4fccee0b0}" ;
  a2a:SourceRemarkOpmerking "Boek nr: 30" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220503_418_00000418.xml van WBA" .

[] a2a:PersonRemarkdiversen "ongehuwd" .
