@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_013eec0c-bcc0-b819-8929-e1dffd6a9a6e
  a a2a:Record ;
  rdfs:label "Registratie op 29 juni 1902 te Wouw" ;
  a2a:hasPerson oa:person_wba_013eec0c-bcc0-b819-8929-e1dffd6a9a6e_Person-ce5a7b9e-27f0-fbe4-65b2-8c689ba9055d, oa:person_wba_013eec0c-bcc0-b819-8929-e1dffd6a9a6e_Person-d91dda51-8832-6b60-e986-a94fc9d93dd4, oa:person_wba_013eec0c-bcc0-b819-8929-e1dffd6a9a6e_Person-f2297586-df54-5ba7-0d5b-9f96c84315a1 ;
  a2a:hasEvent oa:event_wba_013eec0c-bcc0-b819-8929-e1dffd6a9a6e_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_013eec0c-bcc0-b819-8929-e1dffd6a9a6e_0, oa:relationep_wba_013eec0c-bcc0-b819-8929-e1dffd6a9a6e_1, oa:relationep_wba_013eec0c-bcc0-b819-8929-e1dffd6a9a6e_2 ;
  a2a:hasSource oa:source_wba_013eec0c-bcc0-b819-8929-e1dffd6a9a6e .

oa:person_wba_013eec0c-bcc0-b819-8929-e1dffd6a9a6e_Person-ce5a7b9e-27f0-fbe4-65b2-8c689ba9055d
  a a2a:Person ;
  rdfs:label "Dimphna Maria Beens" ;
  a2a:PersonName [
    rdfs:label "Dimphna Maria Beens" ;
    a2a:PersonNameFirstName "Dimphna Maria" ;
    a2a:PersonNameLastName "Beens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_013eec0c-bcc0-b819-8929-e1dffd6a9a6e_Person-d91dda51-8832-6b60-e986-a94fc9d93dd4
  a a2a:Person ;
  rdfs:label "Adriaan de Groot" ;
  a2a:PersonName [
    rdfs:label "Adriaan de Groot" ;
    a2a:PersonNameFirstName "Adriaan" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Groot"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_013eec0c-bcc0-b819-8929-e1dffd6a9a6e_Person-f2297586-df54-5ba7-0d5b-9f96c84315a1
  a a2a:Person ;
  rdfs:label "Catharina Maria de Groot" ;
  a2a:PersonName [
    rdfs:label "Catharina Maria de Groot" ;
    a2a:PersonNameFirstName "Catharina Maria" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Groot"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1902" ;
    a2a:Month "6" ;
    a2a:Day "29" ;
    rdfs:label "1902-06-29"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] .

oa:event_wba_013eec0c-bcc0-b819-8929-e1dffd6a9a6e_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1902" ;
    a2a:Month "6" ;
    a2a:Day "29" ;
    rdfs:label "1902-06-29"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw"
  ] .

oa:relationep_wba_013eec0c-bcc0-b819-8929-e1dffd6a9a6e_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_013eec0c-bcc0-b819-8929-e1dffd6a9a6e_Person:ce5a7b9e-27f0-fbe4-65b2-8c689ba9055d ;
  a2a:EventKeyRef oa:event_wba_013eec0c-bcc0-b819-8929-e1dffd6a9a6e_Event1 .

oa:relationep_wba_013eec0c-bcc0-b819-8929-e1dffd6a9a6e_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_013eec0c-bcc0-b819-8929-e1dffd6a9a6e_Person:d91dda51-8832-6b60-e986-a94fc9d93dd4 ;
  a2a:EventKeyRef oa:event_wba_013eec0c-bcc0-b819-8929-e1dffd6a9a6e_Event1 .

oa:relationep_wba_013eec0c-bcc0-b819-8929-e1dffd6a9a6e_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_wba_013eec0c-bcc0-b819-8929-e1dffd6a9a6e_Person:f2297586-df54-5ba7-0d5b-9f96c84315a1 ;
  a2a:EventKeyRef oa:event_wba_013eec0c-bcc0-b819-8929-e1dffd6a9a6e_Event1 .

oa:source_wba_013eec0c-bcc0-b819-8929-e1dffd6a9a6e
  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 "194" ;
    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, 194"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/5ce61589-5afc-876b-3c1a-eff63b7db97a.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/013eec0c-bcc0-b819-8929-e1dffd6a9a6e" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/5ce61589-5afc-876b-3c1a-eff63b7db97a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-12-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/013eec0c-bcc0-b819-8929-e1dffd6a9a6e" ;
  a2a:RecordGUID "{013eec0c-bcc0-b819-8929-e1dffd6a9a6e}" ;
  a2a:SourceRemarkOpmerking """Boek nr: 30
In1Datum: 15-08-1901
In1Plaats: Techlenburg (Zwi)""" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220503_6_00000006.xml van WBA" .

[] a2a:PersonRemarkdiversen "dochter" .
