@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_3d83a169-9ab9-d2e9-cb0a-abdb3df8680b
  a a2a:Record ;
  rdfs:label "Registratie op 27 oktober 1875 te Wouw" ;
  a2a:hasPerson oa:person_wba_3d83a169-9ab9-d2e9-cb0a-abdb3df8680b_Person-8a2f183c-6987-7ac2-88f8-030554fad0b8, oa:person_wba_3d83a169-9ab9-d2e9-cb0a-abdb3df8680b_Person-e578d273-5021-2534-04f7-3c33feee61fd, oa:person_wba_3d83a169-9ab9-d2e9-cb0a-abdb3df8680b_Person-565780a8-b958-cd26-86e0-e373f6900259 ;
  a2a:hasEvent oa:event_wba_3d83a169-9ab9-d2e9-cb0a-abdb3df8680b_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_3d83a169-9ab9-d2e9-cb0a-abdb3df8680b_0, oa:relationep_wba_3d83a169-9ab9-d2e9-cb0a-abdb3df8680b_1, oa:relationep_wba_3d83a169-9ab9-d2e9-cb0a-abdb3df8680b_2 ;
  a2a:hasSource oa:source_wba_3d83a169-9ab9-d2e9-cb0a-abdb3df8680b .

oa:person_wba_3d83a169-9ab9-d2e9-cb0a-abdb3df8680b_Person-8a2f183c-6987-7ac2-88f8-030554fad0b8
  a a2a:Person ;
  rdfs:label "Maria Catharina Bennebroek" ;
  a2a:PersonName [
    rdfs:label "Maria Catharina Bennebroek" ;
    a2a:PersonNameFirstName "Maria Catharina" ;
    a2a:PersonNameLastName "Bennebroek"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1875" ;
    a2a:Month "10" ;
    a2a:Day "27" ;
    rdfs:label "1875-10-27"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] .

oa:person_wba_3d83a169-9ab9-d2e9-cb0a-abdb3df8680b_Person-e578d273-5021-2534-04f7-3c33feee61fd
  a a2a:Person ;
  rdfs:label "Anna Cornelia Uijtdewilligen" ;
  a2a:PersonName [
    rdfs:label "Anna Cornelia Uijtdewilligen" ;
    a2a:PersonNameFirstName "Anna Cornelia" ;
    a2a:PersonNameLastName "Uijtdewilligen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_3d83a169-9ab9-d2e9-cb0a-abdb3df8680b_Person-565780a8-b958-cd26-86e0-e373f6900259
  a a2a:Person ;
  rdfs:label "Anthonius Bennebroek" ;
  a2a:PersonName [
    rdfs:label "Anthonius Bennebroek" ;
    a2a:PersonNameFirstName "Anthonius" ;
    a2a:PersonNameLastName "Bennebroek"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_3d83a169-9ab9-d2e9-cb0a-abdb3df8680b_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1875" ;
    a2a:Month "10" ;
    a2a:Day "27" ;
    rdfs:label "1875-10-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] .

oa:relationep_wba_3d83a169-9ab9-d2e9-cb0a-abdb3df8680b_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_3d83a169-9ab9-d2e9-cb0a-abdb3df8680b_Person:8a2f183c-6987-7ac2-88f8-030554fad0b8 ;
  a2a:EventKeyRef oa:event_wba_3d83a169-9ab9-d2e9-cb0a-abdb3df8680b_Event1 .

oa:relationep_wba_3d83a169-9ab9-d2e9-cb0a-abdb3df8680b_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_3d83a169-9ab9-d2e9-cb0a-abdb3df8680b_Person:e578d273-5021-2534-04f7-3c33feee61fd ;
  a2a:EventKeyRef oa:event_wba_3d83a169-9ab9-d2e9-cb0a-abdb3df8680b_Event1 .

oa:relationep_wba_3d83a169-9ab9-d2e9-cb0a-abdb3df8680b_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_3d83a169-9ab9-d2e9-cb0a-abdb3df8680b_Person:565780a8-b958-cd26-86e0-e373f6900259 ;
  a2a:EventKeyRef oa:event_wba_3d83a169-9ab9-d2e9-cb0a-abdb3df8680b_Event1 .

oa:source_wba_3d83a169-9ab9-d2e9-cb0a-abdb3df8680b
  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: 3681, Periode: 1890-1911" ;
    a2a:Book "Bevolkingsregister Wouw, 1890-1911, Deel A, namen A-D." ;
    a2a:RegistryNumber "3681" ;
    a2a:Folio "85" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Wouw, 1811-1927, Bron: boek, Deel: 3681, Periode: 1890-1911, Bevolkingsregister Wouw, 1890-1911, Deel A, namen A-D., 3681, 85"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/a11f66d6-3150-76a7-a198-51fda43981cb.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/3d83a169-9ab9-d2e9-cb0a-abdb3df8680b" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/a11f66d6-3150-76a7-a198-51fda43981cb.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-12-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/3d83a169-9ab9-d2e9-cb0a-abdb3df8680b" ;
  a2a:RecordGUID "{3d83a169-9ab9-d2e9-cb0a-abdb3df8680b}" ;
  a2a:SourceRemarkOpmerking """Boek nr: 29
Uit1Datum: 20-12-1897
Uit1Plaats: Roosendaal""" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220503_111_00000111.xml van WBA" .

[] a2a:PersonRemarkdiversen "ongehuwd" .
