@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_0890fc63-7d14-eeb6-35eb-44f9c2f46ea2
  a a2a:Record ;
  rdfs:label "Geboorte op 30 april 1861" ;
  a2a:hasPerson oa:person_wba_0890fc63-7d14-eeb6-35eb-44f9c2f46ea2_Person-81e5d54d-0f5d-283e-06c9-6bb699e3a374, oa:person_wba_0890fc63-7d14-eeb6-35eb-44f9c2f46ea2_Person-5e47665f-b5c4-264f-9ec5-fee515499f93, oa:person_wba_0890fc63-7d14-eeb6-35eb-44f9c2f46ea2_Person-ea6f7372-8e42-852d-165e-f8c849449ad8 ;
  a2a:hasEvent oa:event_wba_0890fc63-7d14-eeb6-35eb-44f9c2f46ea2_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_0890fc63-7d14-eeb6-35eb-44f9c2f46ea2_0, oa:relationep_wba_0890fc63-7d14-eeb6-35eb-44f9c2f46ea2_1, oa:relationep_wba_0890fc63-7d14-eeb6-35eb-44f9c2f46ea2_2 ;
  a2a:hasSource oa:source_wba_0890fc63-7d14-eeb6-35eb-44f9c2f46ea2 .

oa:person_wba_0890fc63-7d14-eeb6-35eb-44f9c2f46ea2_Person-81e5d54d-0f5d-283e-06c9-6bb699e3a374
  a a2a:Person ;
  rdfs:label "(Joannes) Franciscus Schepers" ;
  a2a:PersonName [
    rdfs:label "(Joannes) Franciscus Schepers" ;
    a2a:PersonNameFirstName "(Joannes) Franciscus" ;
    a2a:PersonNameLastName "Schepers"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "42 jaar" ;
    rdfs:label "42 jaar"
  ] ;
  a2a:Profession "handwerker" .

oa:person_wba_0890fc63-7d14-eeb6-35eb-44f9c2f46ea2_Person-5e47665f-b5c4-264f-9ec5-fee515499f93
  a a2a:Person ;
  rdfs:label "Anna Cornelia Simons" ;
  a2a:PersonName [
    rdfs:label "Anna Cornelia Simons" ;
    a2a:PersonNameFirstName "Anna Cornelia" ;
    a2a:PersonNameLastName "Simons"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "45 jaar" ;
    rdfs:label "45 jaar"
  ] ;
  a2a:Profession "huisvrouw" .

oa:person_wba_0890fc63-7d14-eeb6-35eb-44f9c2f46ea2_Person-ea6f7372-8e42-852d-165e-f8c849449ad8
  a a2a:Person ;
  rdfs:label "Ludovicus Schepers" ;
  a2a:PersonName [
    rdfs:label "Ludovicus Schepers" ;
    a2a:PersonNameFirstName "Ludovicus" ;
    a2a:PersonNameLastName "Schepers"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1861" ;
    a2a:Month "4" ;
    a2a:Day "30" ;
    rdfs:label "1861-04-30"^^xsd:date
  ] .

oa:event_wba_0890fc63-7d14-eeb6-35eb-44f9c2f46ea2_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1861" ;
    a2a:Month "4" ;
    a2a:Day "30" ;
    rdfs:label "1861-04-30"^^xsd:date
  ] .

oa:relationep_wba_0890fc63-7d14-eeb6-35eb-44f9c2f46ea2_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_0890fc63-7d14-eeb6-35eb-44f9c2f46ea2_Person:81e5d54d-0f5d-283e-06c9-6bb699e3a374 ;
  a2a:EventKeyRef oa:event_wba_0890fc63-7d14-eeb6-35eb-44f9c2f46ea2_Event1 .

oa:relationep_wba_0890fc63-7d14-eeb6-35eb-44f9c2f46ea2_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_0890fc63-7d14-eeb6-35eb-44f9c2f46ea2_Person:5e47665f-b5c4-264f-9ec5-fee515499f93 ;
  a2a:EventKeyRef oa:event_wba_0890fc63-7d14-eeb6-35eb-44f9c2f46ea2_Event1 .

oa:relationep_wba_0890fc63-7d14-eeb6-35eb-44f9c2f46ea2_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_0890fc63-7d14-eeb6-35eb-44f9c2f46ea2_Person:ea6f7372-8e42-852d-165e-f8c849449ad8 ;
  a2a:EventKeyRef oa:event_wba_0890fc63-7d14-eeb6-35eb-44f9c2f46ea2_Event1 .

oa:source_wba_0890fc63-7d14-eeb6-35eb-44f9c2f46ea2
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout", "1861-04-30 - 1861-04-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1861-04-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1861-04-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1861" ;
    a2a:Month "4" ;
    a2a:Day "30" ;
    rdfs:label "1861-04-30"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 38, Periode: 1861" ;
    a2a:Book "Geboorteregister Kalmthout 1861" ;
    a2a:DocumentNumber "38" ;
    a2a:RegistryNumber "38" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Deel: 38, Periode: 1861, Geboorteregister Kalmthout 1861, 38, 38"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/9e364c13-b5c7-190e-af90-3158d0fdf81c.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/0890fc63-7d14-eeb6-35eb-44f9c2f46ea2" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/9e364c13-b5c7-190e-af90-3158d0fdf81c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-04-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/0890fc63-7d14-eeb6-35eb-44f9c2f46ea2" ;
  a2a:RecordGUID "{0890fc63-7d14-eeb6-35eb-44f9c2f46ea2}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_1881_00001881.xml van WBA" .

[] a2a:PersonRemarkdiversen "wonende in deze gemeente omtrent de heide Wijk G no 74" .
