@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_00a2e9bc-76e9-128f-c5ef-b79a1c11f9ac
  a a2a:Record ;
  rdfs:label "Geboorte op 11 januari 1836" ;
  a2a:hasPerson oa:person_wba_00a2e9bc-76e9-128f-c5ef-b79a1c11f9ac_Person-45248fd4-9ebe-c6ac-ed74-9ed5d3f687e2, oa:person_wba_00a2e9bc-76e9-128f-c5ef-b79a1c11f9ac_Person-2699c3d8-dc1f-b703-0a14-f60514c73f0c, oa:person_wba_00a2e9bc-76e9-128f-c5ef-b79a1c11f9ac_Person-c1d17f8c-dfc6-ee10-410a-6a1982e2bac1 ;
  a2a:hasEvent oa:event_wba_00a2e9bc-76e9-128f-c5ef-b79a1c11f9ac_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_00a2e9bc-76e9-128f-c5ef-b79a1c11f9ac_0, oa:relationep_wba_00a2e9bc-76e9-128f-c5ef-b79a1c11f9ac_1, oa:relationep_wba_00a2e9bc-76e9-128f-c5ef-b79a1c11f9ac_2 ;
  a2a:hasSource oa:source_wba_00a2e9bc-76e9-128f-c5ef-b79a1c11f9ac .

oa:person_wba_00a2e9bc-76e9-128f-c5ef-b79a1c11f9ac_Person-45248fd4-9ebe-c6ac-ed74-9ed5d3f687e2
  a a2a:Person ;
  rdfs:label "Cornelius Ruys" ;
  a2a:PersonName [
    rdfs:label "Cornelius Ruys" ;
    a2a:PersonNameFirstName "Cornelius" ;
    a2a:PersonNameLastName "Ruys"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "35 jaar" ;
    rdfs:label "35 jaar"
  ] ;
  a2a:Profession "timmerman" .

oa:person_wba_00a2e9bc-76e9-128f-c5ef-b79a1c11f9ac_Person-2699c3d8-dc1f-b703-0a14-f60514c73f0c
  a a2a:Person ;
  rdfs:label "Joanna Peeters" ;
  a2a:PersonName [
    rdfs:label "Joanna Peeters" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNameLastName "Peeters"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "32 jaar" ;
    rdfs:label "32 jaar"
  ] ;
  a2a:Profession "huisvrouw" .

oa:person_wba_00a2e9bc-76e9-128f-c5ef-b79a1c11f9ac_Person-c1d17f8c-dfc6-ee10-410a-6a1982e2bac1
  a a2a:Person ;
  rdfs:label "Guilielmus Ruys" ;
  a2a:PersonName [
    rdfs:label "Guilielmus Ruys" ;
    a2a:PersonNameFirstName "Guilielmus" ;
    a2a:PersonNameLastName "Ruys"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1836" ;
    a2a:Month "1" ;
    a2a:Day "11" ;
    rdfs:label "1836-01-11"^^xsd:date
  ] .

oa:event_wba_00a2e9bc-76e9-128f-c5ef-b79a1c11f9ac_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1836" ;
    a2a:Month "1" ;
    a2a:Day "11" ;
    rdfs:label "1836-01-11"^^xsd:date
  ] .

oa:relationep_wba_00a2e9bc-76e9-128f-c5ef-b79a1c11f9ac_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_00a2e9bc-76e9-128f-c5ef-b79a1c11f9ac_Person:45248fd4-9ebe-c6ac-ed74-9ed5d3f687e2 ;
  a2a:EventKeyRef oa:event_wba_00a2e9bc-76e9-128f-c5ef-b79a1c11f9ac_Event1 .

oa:relationep_wba_00a2e9bc-76e9-128f-c5ef-b79a1c11f9ac_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_00a2e9bc-76e9-128f-c5ef-b79a1c11f9ac_Person:2699c3d8-dc1f-b703-0a14-f60514c73f0c ;
  a2a:EventKeyRef oa:event_wba_00a2e9bc-76e9-128f-c5ef-b79a1c11f9ac_Event1 .

oa:relationep_wba_00a2e9bc-76e9-128f-c5ef-b79a1c11f9ac_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_00a2e9bc-76e9-128f-c5ef-b79a1c11f9ac_Person:c1d17f8c-dfc6-ee10-410a-6a1982e2bac1 ;
  a2a:EventKeyRef oa:event_wba_00a2e9bc-76e9-128f-c5ef-b79a1c11f9ac_Event1 .

oa:source_wba_00a2e9bc-76e9-128f-c5ef-b79a1c11f9ac
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout", "1836-01-11 - 1836-01-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1836-01-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1836-01-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1836" ;
    a2a:Month "1" ;
    a2a:Day "11" ;
    rdfs:label "1836-01-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 21, Periode: 1836" ;
    a2a:Book "Geboorteregister Kalmthout 1836" ;
    a2a:DocumentNumber "3" ;
    a2a:RegistryNumber "21" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Deel: 21, Periode: 1836, Geboorteregister Kalmthout 1836, 3, 21"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/4a7170be-d71b-e00e-7951-83ff6e6ef4c3.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/00a2e9bc-76e9-128f-c5ef-b79a1c11f9ac" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/4a7170be-d71b-e00e-7951-83ff6e6ef4c3.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-11-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/00a2e9bc-76e9-128f-c5ef-b79a1c11f9ac" ;
  a2a:RecordGUID "{00a2e9bc-76e9-128f-c5ef-b79a1c11f9ac}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_1813_00001813.xml van WBA" .

[] a2a:PersonRemarkdiversen "wonende in deze gemeente in het Achterbroek" .
