@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_52da370c-dd9d-7679-e1c7-7f2900a96111
  a a2a:Record ;
  rdfs:label "Geboorte op 26 juni 1813" ;
  a2a:hasPerson oa:person_wba_52da370c-dd9d-7679-e1c7-7f2900a96111_Person-1a918f97-6e65-48d1-6134-cc8d65a486e4, oa:person_wba_52da370c-dd9d-7679-e1c7-7f2900a96111_Person-cbb40892-faa6-3790-deaf-ecea8eab0bb9, oa:person_wba_52da370c-dd9d-7679-e1c7-7f2900a96111_Person-ec346183-c1a9-28cd-3d24-749a957f835c ;
  a2a:hasEvent oa:event_wba_52da370c-dd9d-7679-e1c7-7f2900a96111_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_52da370c-dd9d-7679-e1c7-7f2900a96111_0, oa:relationep_wba_52da370c-dd9d-7679-e1c7-7f2900a96111_1, oa:relationep_wba_52da370c-dd9d-7679-e1c7-7f2900a96111_2 ;
  a2a:hasSource oa:source_wba_52da370c-dd9d-7679-e1c7-7f2900a96111 .

oa:person_wba_52da370c-dd9d-7679-e1c7-7f2900a96111_Person-1a918f97-6e65-48d1-6134-cc8d65a486e4
  a a2a:Person ;
  rdfs:label "Anne Marie Kools" ;
  a2a:PersonName [
    rdfs:label "Anne Marie Kools" ;
    a2a:PersonNameFirstName "Anne Marie" ;
    a2a:PersonNameLastName "Kools"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_52da370c-dd9d-7679-e1c7-7f2900a96111_Person-cbb40892-faa6-3790-deaf-ecea8eab0bb9
  a a2a:Person ;
  rdfs:label "Antoine de Klerk" ;
  a2a:PersonName [
    rdfs:label "Antoine de Klerk" ;
    a2a:PersonNameFirstName "Antoine" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Klerk"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1813" ;
    a2a:Month "6" ;
    a2a:Day "26" ;
    rdfs:label "1813-06-26"^^xsd:date
  ] .

oa:person_wba_52da370c-dd9d-7679-e1c7-7f2900a96111_Person-ec346183-c1a9-28cd-3d24-749a957f835c
  a a2a:Person ;
  rdfs:label "Jean de Klerk" ;
  a2a:PersonName [
    rdfs:label "Jean de Klerk" ;
    a2a:PersonNameFirstName "Jean" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Klerk"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_52da370c-dd9d-7679-e1c7-7f2900a96111_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1813" ;
    a2a:Month "6" ;
    a2a:Day "26" ;
    rdfs:label "1813-06-26"^^xsd:date
  ] .

oa:relationep_wba_52da370c-dd9d-7679-e1c7-7f2900a96111_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_52da370c-dd9d-7679-e1c7-7f2900a96111_Person:1a918f97-6e65-48d1-6134-cc8d65a486e4 ;
  a2a:EventKeyRef oa:event_wba_52da370c-dd9d-7679-e1c7-7f2900a96111_Event1 .

oa:relationep_wba_52da370c-dd9d-7679-e1c7-7f2900a96111_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_52da370c-dd9d-7679-e1c7-7f2900a96111_Person:cbb40892-faa6-3790-deaf-ecea8eab0bb9 ;
  a2a:EventKeyRef oa:event_wba_52da370c-dd9d-7679-e1c7-7f2900a96111_Event1 .

oa:relationep_wba_52da370c-dd9d-7679-e1c7-7f2900a96111_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_52da370c-dd9d-7679-e1c7-7f2900a96111_Person:ec346183-c1a9-28cd-3d24-749a957f835c ;
  a2a:EventKeyRef oa:event_wba_52da370c-dd9d-7679-e1c7-7f2900a96111_Event1 .

oa:source_wba_52da370c-dd9d-7679-e1c7-7f2900a96111
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal", "1813-06-26 - 1813-06-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1813-06-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1813-06-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1813" ;
    a2a:Month "6" ;
    a2a:Day "26" ;
    rdfs:label "1813-06-26"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van het plaatselijk bestuur Roosendaal en Nispen, 1813-1851, Bron: boek, Dee..." ;
    a2a:Book "Geboorteregister Roosendaal 1813" ;
    a2a:DocumentNumber "70" ;
    a2a:RegistryNumber "1008" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van het plaatselijk bestuur Roosendaal en Nispen, 1813-1851, Bron: boek, Dee..., Geboorteregister Roosendaal 1813, 70, 1008"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/798d0bfb-edca-87ae-59f7-19dd1960acbb.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/52da370c-dd9d-7679-e1c7-7f2900a96111" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/798d0bfb-edca-87ae-59f7-19dd1960acbb.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/52da370c-dd9d-7679-e1c7-7f2900a96111" ;
  a2a:RecordGUID "{52da370c-dd9d-7679-e1c7-7f2900a96111}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_1715_00001715.xml van WBA" .

[] a2a:PersonRemarkdiversen "33 jaar" .
[] a2a:PersonRemarkdiversen "journalier (dagloner), 37 jaar" .
