@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_a897db94-aa52-ff84-fa06-e942754e97f1
  a a2a:Record ;
  rdfs:label "Registratie op 22 september 1903 te Wouw" ;
  a2a:hasPerson oa:person_wba_a897db94-aa52-ff84-fa06-e942754e97f1_Person-44a40896-3923-2dfd-68e9-60fc3957bfb8, oa:person_wba_a897db94-aa52-ff84-fa06-e942754e97f1_Person-eb667168-0fa6-50b8-1396-1e20f2d45147, oa:person_wba_a897db94-aa52-ff84-fa06-e942754e97f1_Person-e10f844f-6011-d1cd-7826-f9a2245150a4 ;
  a2a:hasEvent oa:event_wba_a897db94-aa52-ff84-fa06-e942754e97f1_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_a897db94-aa52-ff84-fa06-e942754e97f1_0, oa:relationep_wba_a897db94-aa52-ff84-fa06-e942754e97f1_1, oa:relationep_wba_a897db94-aa52-ff84-fa06-e942754e97f1_2 ;
  a2a:hasSource oa:source_wba_a897db94-aa52-ff84-fa06-e942754e97f1 .

oa:person_wba_a897db94-aa52-ff84-fa06-e942754e97f1_Person-44a40896-3923-2dfd-68e9-60fc3957bfb8
  a a2a:Person ;
  rdfs:label "Hendricus Johannes Trouw" ;
  a2a:PersonName [
    rdfs:label "Hendricus Johannes Trouw" ;
    a2a:PersonNameFirstName "Hendricus Johannes" ;
    a2a:PersonNameLastName "Trouw"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1903" ;
    a2a:Month "9" ;
    a2a:Day "22" ;
    rdfs:label "1903-09-22"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] .

oa:person_wba_a897db94-aa52-ff84-fa06-e942754e97f1_Person-eb667168-0fa6-50b8-1396-1e20f2d45147
  a a2a:Person ;
  rdfs:label "Adriana Cornelia Floren" ;
  a2a:PersonName [
    rdfs:label "Adriana Cornelia Floren" ;
    a2a:PersonNameFirstName "Adriana Cornelia" ;
    a2a:PersonNameLastName "Floren"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_a897db94-aa52-ff84-fa06-e942754e97f1_Person-e10f844f-6011-d1cd-7826-f9a2245150a4
  a a2a:Person ;
  rdfs:label "Joannes Trouw" ;
  a2a:PersonName [
    rdfs:label "Joannes Trouw" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Trouw"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_a897db94-aa52-ff84-fa06-e942754e97f1_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1903" ;
    a2a:Month "9" ;
    a2a:Day "22" ;
    rdfs:label "1903-09-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] .

oa:relationep_wba_a897db94-aa52-ff84-fa06-e942754e97f1_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_a897db94-aa52-ff84-fa06-e942754e97f1_Person:44a40896-3923-2dfd-68e9-60fc3957bfb8 ;
  a2a:EventKeyRef oa:event_wba_a897db94-aa52-ff84-fa06-e942754e97f1_Event1 .

oa:relationep_wba_a897db94-aa52-ff84-fa06-e942754e97f1_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_a897db94-aa52-ff84-fa06-e942754e97f1_Person:eb667168-0fa6-50b8-1396-1e20f2d45147 ;
  a2a:EventKeyRef oa:event_wba_a897db94-aa52-ff84-fa06-e942754e97f1_Event1 .

oa:relationep_wba_a897db94-aa52-ff84-fa06-e942754e97f1_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_a897db94-aa52-ff84-fa06-e942754e97f1_Person:e10f844f-6011-d1cd-7826-f9a2245150a4 ;
  a2a:EventKeyRef oa:event_wba_a897db94-aa52-ff84-fa06-e942754e97f1_Event1 .

oa:source_wba_a897db94-aa52-ff84-fa06-e942754e97f1
  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: 3685, Periode: 1890-1911" ;
    a2a:Book "Bevolkingsregister Wouw, 1890-1911, Deel E, namen T-Z." ;
    a2a:RegistryNumber "3685" ;
    a2a:Folio "70" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Wouw, 1811-1927, Bron: boek, Deel: 3685, Periode: 1890-1911, Bevolkingsregister Wouw, 1890-1911, Deel E, namen T-Z., 3685, 70"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/6e798cf9-6050-ea4f-9620-c673c6625473.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/a897db94-aa52-ff84-fa06-e942754e97f1" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/6e798cf9-6050-ea4f-9620-c673c6625473.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-12-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/a897db94-aa52-ff84-fa06-e942754e97f1" ;
  a2a:RecordGUID "{a897db94-aa52-ff84-fa06-e942754e97f1}" ;
  a2a:SourceRemarkOpmerking "Boek nr: 33" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220503_301_00000301.xml van WBA" .

[] a2a:PersonRemarkdiversen """zoon
A Bulk 267/275/276 nk""" .
