@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_db5d8a15-6e67-cb6e-1e3e-8c14b4eae3c6
  a a2a:Record ;
  rdfs:label "Registratie op 10 juli 1918 te Wouw" ;
  a2a:hasPerson oa:person_wba_db5d8a15-6e67-cb6e-1e3e-8c14b4eae3c6_Person-a5e29cb1-f81b-155b-9b2e-47e2bfa77b67, oa:person_wba_db5d8a15-6e67-cb6e-1e3e-8c14b4eae3c6_Person-8e135503-f8c7-dfa9-8ef3-f0869969fd3d, oa:person_wba_db5d8a15-6e67-cb6e-1e3e-8c14b4eae3c6_Person-7644f156-9e6b-41f1-6b70-c33162bd25b8 ;
  a2a:hasEvent oa:event_wba_db5d8a15-6e67-cb6e-1e3e-8c14b4eae3c6_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_db5d8a15-6e67-cb6e-1e3e-8c14b4eae3c6_0, oa:relationep_wba_db5d8a15-6e67-cb6e-1e3e-8c14b4eae3c6_1, oa:relationep_wba_db5d8a15-6e67-cb6e-1e3e-8c14b4eae3c6_2 ;
  a2a:hasSource oa:source_wba_db5d8a15-6e67-cb6e-1e3e-8c14b4eae3c6 .

oa:person_wba_db5d8a15-6e67-cb6e-1e3e-8c14b4eae3c6_Person-a5e29cb1-f81b-155b-9b2e-47e2bfa77b67
  a a2a:Person ;
  rdfs:label "Joannes Aloisius Ooms" ;
  a2a:PersonName [
    rdfs:label "Joannes Aloisius Ooms" ;
    a2a:PersonNameFirstName "Joannes Aloisius" ;
    a2a:PersonNameLastName "Ooms"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_db5d8a15-6e67-cb6e-1e3e-8c14b4eae3c6_Person-8e135503-f8c7-dfa9-8ef3-f0869969fd3d
  a a2a:Person ;
  rdfs:label "Petrus Johannes Christianus Ooms" ;
  a2a:PersonName [
    rdfs:label "Petrus Johannes Christianus Ooms" ;
    a2a:PersonNameFirstName "Petrus Johannes Christianus" ;
    a2a:PersonNameLastName "Ooms"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1918" ;
    a2a:Month "7" ;
    a2a:Day "10" ;
    rdfs:label "1918-07-10"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] .

oa:person_wba_db5d8a15-6e67-cb6e-1e3e-8c14b4eae3c6_Person-7644f156-9e6b-41f1-6b70-c33162bd25b8
  a a2a:Person ;
  rdfs:label "Anna Maria Catharina Dimphna van Ackeren" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Catharina Dimphna van Ackeren" ;
    a2a:PersonNameFirstName "Anna Maria Catharina Dimphna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Ackeren"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_db5d8a15-6e67-cb6e-1e3e-8c14b4eae3c6_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1918" ;
    a2a:Month "7" ;
    a2a:Day "10" ;
    rdfs:label "1918-07-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] .

oa:relationep_wba_db5d8a15-6e67-cb6e-1e3e-8c14b4eae3c6_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_db5d8a15-6e67-cb6e-1e3e-8c14b4eae3c6_Person:a5e29cb1-f81b-155b-9b2e-47e2bfa77b67 ;
  a2a:EventKeyRef oa:event_wba_db5d8a15-6e67-cb6e-1e3e-8c14b4eae3c6_Event1 .

oa:relationep_wba_db5d8a15-6e67-cb6e-1e3e-8c14b4eae3c6_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_db5d8a15-6e67-cb6e-1e3e-8c14b4eae3c6_Person:8e135503-f8c7-dfa9-8ef3-f0869969fd3d ;
  a2a:EventKeyRef oa:event_wba_db5d8a15-6e67-cb6e-1e3e-8c14b4eae3c6_Event1 .

oa:relationep_wba_db5d8a15-6e67-cb6e-1e3e-8c14b4eae3c6_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_db5d8a15-6e67-cb6e-1e3e-8c14b4eae3c6_Person:7644f156-9e6b-41f1-6b70-c33162bd25b8 ;
  a2a:EventKeyRef oa:event_wba_db5d8a15-6e67-cb6e-1e3e-8c14b4eae3c6_Event1 .

oa:source_wba_db5d8a15-6e67-cb6e-1e3e-8c14b4eae3c6
  a a2a:Source ;
  rdfs:label "West Brabants Archief, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw", "1912-01-01 - 1940-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1912-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1940-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Gemeentebestuur Wouw 1811-1927, Bron: boek, Deel: 3693, Periode: 1912-1940" ;
    a2a:Book "Bevolkingsregisters Wouw. Tiende serie, 1912-1940; ingedeeld op gezinshoofden. Deel 7, namen O-R." ;
    a2a:RegistryNumber "3693" ;
    a2a:Folio "28" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Gemeentebestuur Wouw 1811-1927, Bron: boek, Deel: 3693, Periode: 1912-1940, Bevolkingsregisters Wouw. Tiende serie, 1912-1940; ingedeeld op gezinshoofden. Deel 7, namen O-R., 3693, 28"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/9c220580-d962-06bd-0381-6c5ff99643ab.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/db5d8a15-6e67-cb6e-1e3e-8c14b4eae3c6" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/9c220580-d962-06bd-0381-6c5ff99643ab.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-12-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/db5d8a15-6e67-cb6e-1e3e-8c14b4eae3c6" ;
  a2a:RecordGUID "{db5d8a15-6e67-cb6e-1e3e-8c14b4eae3c6}" ;
  a2a:SourceRemarkOpmerking "Boek nr: 41Uit1Datum: 21-04-1939Uit1Plaats: Woensdrecht" ;
  a2a:SourceRemarkProvenance "A2Acollection wba_a2a_br_a-201802.227.xml van WBA" .

[] a2a:PersonRemarkdiversen "Galgenberg F44/42/46" .
