@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_000f0cb7-4e34-a8a4-a00c-bcebcd69d1a8
  a a2a:Record ;
  rdfs:label "Registratie op 3 november 1882 te Wouw" ;
  a2a:hasPerson oa:person_wba_000f0cb7-4e34-a8a4-a00c-bcebcd69d1a8_Person-bba18f08-0f9a-3255-bcc4-e22debc6b691, oa:person_wba_000f0cb7-4e34-a8a4-a00c-bcebcd69d1a8_Person-f84f244d-5e93-f2fe-b5e2-1b8938c4b6b3, oa:person_wba_000f0cb7-4e34-a8a4-a00c-bcebcd69d1a8_Person-d692c698-4c83-cbc6-f3b4-d19c2a1d3ddb ;
  a2a:hasEvent oa:event_wba_000f0cb7-4e34-a8a4-a00c-bcebcd69d1a8_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_000f0cb7-4e34-a8a4-a00c-bcebcd69d1a8_0, oa:relationep_wba_000f0cb7-4e34-a8a4-a00c-bcebcd69d1a8_1, oa:relationep_wba_000f0cb7-4e34-a8a4-a00c-bcebcd69d1a8_2 ;
  a2a:hasSource oa:source_wba_000f0cb7-4e34-a8a4-a00c-bcebcd69d1a8 .

oa:person_wba_000f0cb7-4e34-a8a4-a00c-bcebcd69d1a8_Person-bba18f08-0f9a-3255-bcc4-e22debc6b691
  a a2a:Person ;
  rdfs:label "Jacoba Buijs" ;
  a2a:PersonName [
    rdfs:label "Jacoba Buijs" ;
    a2a:PersonNameFirstName "Jacoba" ;
    a2a:PersonNameLastName "Buijs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_000f0cb7-4e34-a8a4-a00c-bcebcd69d1a8_Person-f84f244d-5e93-f2fe-b5e2-1b8938c4b6b3
  a a2a:Person ;
  rdfs:label "Jacobus Deelen" ;
  a2a:PersonName [
    rdfs:label "Jacobus Deelen" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Deelen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_000f0cb7-4e34-a8a4-a00c-bcebcd69d1a8_Person-d692c698-4c83-cbc6-f3b4-d19c2a1d3ddb
  a a2a:Person ;
  rdfs:label "Christiaan Deelen" ;
  a2a:PersonName [
    rdfs:label "Christiaan Deelen" ;
    a2a:PersonNameFirstName "Christiaan" ;
    a2a:PersonNameLastName "Deelen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1882" ;
    a2a:Month "11" ;
    a2a:Day "3" ;
    rdfs:label "1882-11-03"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] .

oa:event_wba_000f0cb7-4e34-a8a4-a00c-bcebcd69d1a8_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1882" ;
    a2a:Month "11" ;
    a2a:Day "3" ;
    rdfs:label "1882-11-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] .

oa:relationep_wba_000f0cb7-4e34-a8a4-a00c-bcebcd69d1a8_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_000f0cb7-4e34-a8a4-a00c-bcebcd69d1a8_Person:bba18f08-0f9a-3255-bcc4-e22debc6b691 ;
  a2a:EventKeyRef oa:event_wba_000f0cb7-4e34-a8a4-a00c-bcebcd69d1a8_Event1 .

oa:relationep_wba_000f0cb7-4e34-a8a4-a00c-bcebcd69d1a8_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_000f0cb7-4e34-a8a4-a00c-bcebcd69d1a8_Person:f84f244d-5e93-f2fe-b5e2-1b8938c4b6b3 ;
  a2a:EventKeyRef oa:event_wba_000f0cb7-4e34-a8a4-a00c-bcebcd69d1a8_Event1 .

oa:relationep_wba_000f0cb7-4e34-a8a4-a00c-bcebcd69d1a8_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_000f0cb7-4e34-a8a4-a00c-bcebcd69d1a8_Person:d692c698-4c83-cbc6-f3b4-d19c2a1d3ddb ;
  a2a:EventKeyRef oa:event_wba_000f0cb7-4e34-a8a4-a00c-bcebcd69d1a8_Event1 .

oa:source_wba_000f0cb7-4e34-a8a4-a00c-bcebcd69d1a8
  a a2a:Source ;
  rdfs:label "West Brabants Archief, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw", "1880-01-01 - 1890-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1880-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1890-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: 3676, Periode: 1880-1890" ;
    a2a:Book "Bevolkingsregister Wouw, 1880-1890, Deel A, namen A-E." ;
    a2a:RegistryNumber "3676" ;
    a2a:Folio "295" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Wouw, 1811-1927, Bron: boek, Deel: 3676, Periode: 1880-1890, Bevolkingsregister Wouw, 1880-1890, Deel A, namen A-E., 3676, 295"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/388bacb6-9fd3-f1c3-dac9-f14bc1c59694.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/000f0cb7-4e34-a8a4-a00c-bcebcd69d1a8" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/388bacb6-9fd3-f1c3-dac9-f14bc1c59694.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-12-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/000f0cb7-4e34-a8a4-a00c-bcebcd69d1a8" ;
  a2a:RecordGUID "{000f0cb7-4e34-a8a4-a00c-bcebcd69d1a8}" ;
  a2a:SourceRemarkOpmerking "Boek nr: 24" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220503_4_00000004.xml van WBA" .

