@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_e32c5d31-2f00-b7ca-e37b-d96b912a9dd7
  a a2a:Record ;
  rdfs:label "Geboorte op 28 augustus 1828" ;
  a2a:hasPerson oa:person_wba_e32c5d31-2f00-b7ca-e37b-d96b912a9dd7_Person-02da3a86-63da-048b-6835-adecb009e639, oa:person_wba_e32c5d31-2f00-b7ca-e37b-d96b912a9dd7_Person-5b8ea427-06ef-64d7-124e-07b960d2c983, oa:person_wba_e32c5d31-2f00-b7ca-e37b-d96b912a9dd7_Person-b148e4c6-3d6a-9360-a9c7-7e5da1969458 ;
  a2a:hasEvent oa:event_wba_e32c5d31-2f00-b7ca-e37b-d96b912a9dd7_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_e32c5d31-2f00-b7ca-e37b-d96b912a9dd7_0, oa:relationep_wba_e32c5d31-2f00-b7ca-e37b-d96b912a9dd7_1, oa:relationep_wba_e32c5d31-2f00-b7ca-e37b-d96b912a9dd7_2 ;
  a2a:hasSource oa:source_wba_e32c5d31-2f00-b7ca-e37b-d96b912a9dd7 .

oa:person_wba_e32c5d31-2f00-b7ca-e37b-d96b912a9dd7_Person-02da3a86-63da-048b-6835-adecb009e639
  a a2a:Person ;
  rdfs:label "(Joannes) Franciscus Van Laerhoven" ;
  a2a:PersonName [
    rdfs:label "(Joannes) Franciscus Van Laerhoven" ;
    a2a:PersonNameFirstName "(Joannes) Franciscus" ;
    a2a:PersonNameLastName "Van Laerhoven"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "35 jaar" ;
    rdfs:label "35 jaar"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_wba_e32c5d31-2f00-b7ca-e37b-d96b912a9dd7_Person-5b8ea427-06ef-64d7-124e-07b960d2c983
  a a2a:Person ;
  rdfs:label "Maria Catharina Van Velthoven" ;
  a2a:PersonName [
    rdfs:label "Maria Catharina Van Velthoven" ;
    a2a:PersonNameFirstName "Maria Catharina" ;
    a2a:PersonNameLastName "Van Velthoven"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "30 jaar" ;
    rdfs:label "30 jaar"
  ] ;
  a2a:Profession "huisvrouw" .

oa:person_wba_e32c5d31-2f00-b7ca-e37b-d96b912a9dd7_Person-b148e4c6-3d6a-9360-a9c7-7e5da1969458
  a a2a:Person ;
  rdfs:label "Joannes Van Laerhoven" ;
  a2a:PersonName [
    rdfs:label "Joannes Van Laerhoven" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Van Laerhoven"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1828" ;
    a2a:Month "8" ;
    a2a:Day "28" ;
    rdfs:label "1828-08-28"^^xsd:date
  ] .

oa:event_wba_e32c5d31-2f00-b7ca-e37b-d96b912a9dd7_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1828" ;
    a2a:Month "8" ;
    a2a:Day "28" ;
    rdfs:label "1828-08-28"^^xsd:date
  ] .

oa:relationep_wba_e32c5d31-2f00-b7ca-e37b-d96b912a9dd7_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_e32c5d31-2f00-b7ca-e37b-d96b912a9dd7_Person:02da3a86-63da-048b-6835-adecb009e639 ;
  a2a:EventKeyRef oa:event_wba_e32c5d31-2f00-b7ca-e37b-d96b912a9dd7_Event1 .

oa:relationep_wba_e32c5d31-2f00-b7ca-e37b-d96b912a9dd7_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_e32c5d31-2f00-b7ca-e37b-d96b912a9dd7_Person:5b8ea427-06ef-64d7-124e-07b960d2c983 ;
  a2a:EventKeyRef oa:event_wba_e32c5d31-2f00-b7ca-e37b-d96b912a9dd7_Event1 .

oa:relationep_wba_e32c5d31-2f00-b7ca-e37b-d96b912a9dd7_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_e32c5d31-2f00-b7ca-e37b-d96b912a9dd7_Person:b148e4c6-3d6a-9360-a9c7-7e5da1969458 ;
  a2a:EventKeyRef oa:event_wba_e32c5d31-2f00-b7ca-e37b-d96b912a9dd7_Event1 .

oa:source_wba_e32c5d31-2f00-b7ca-e37b-d96b912a9dd7
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Kalmthout" ;
    rdfs:label "Kalmthout", "1828-08-28 - 1828-08-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1828-08-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1828-08-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1828" ;
    a2a:Month "8" ;
    a2a:Day "28" ;
    rdfs:label "1828-08-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 15, Periode: 1828" ;
    a2a:Book "Geboorteregister Kalmthout 1828" ;
    a2a:DocumentNumber "41" ;
    a2a:RegistryNumber "15" ;
    rdfs:label "West Brabants Archief, Brabant, Bron: boek, Deel: 15, Periode: 1828, Geboorteregister Kalmthout 1828, 41, 15"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/18d3838e-9ced-4b82-9605-0553666018bd.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/e32c5d31-2f00-b7ca-e37b-d96b912a9dd7" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/18d3838e-9ced-4b82-9605-0553666018bd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-02-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/e32c5d31-2f00-b7ca-e37b-d96b912a9dd7" ;
  a2a:RecordGUID "{e32c5d31-2f00-b7ca-e37b-d96b912a9dd7}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_17454_00017454.xml van WBA" .

