@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_bor_02e3e4fd-fa29-12ed-e9a2-d25f08cdf733
  a a2a:Record ;
  rdfs:label "Geboorte op 31 augustus 1837 te 's-Heerenhoek" ;
  a2a:hasPerson oa:person_bor_02e3e4fd-fa29-12ed-e9a2-d25f08cdf733_Person1, oa:person_bor_02e3e4fd-fa29-12ed-e9a2-d25f08cdf733_Person2, oa:person_bor_02e3e4fd-fa29-12ed-e9a2-d25f08cdf733_Person4, oa:person_bor_02e3e4fd-fa29-12ed-e9a2-d25f08cdf733_Person5, oa:person_bor_02e3e4fd-fa29-12ed-e9a2-d25f08cdf733_Person6 ;
  a2a:hasEvent oa:event_bor_02e3e4fd-fa29-12ed-e9a2-d25f08cdf733_Event1 ;
  a2a:hasRelationEP oa:relationep_bor_02e3e4fd-fa29-12ed-e9a2-d25f08cdf733_0, oa:relationep_bor_02e3e4fd-fa29-12ed-e9a2-d25f08cdf733_1, oa:relationep_bor_02e3e4fd-fa29-12ed-e9a2-d25f08cdf733_2, oa:relationep_bor_02e3e4fd-fa29-12ed-e9a2-d25f08cdf733_3, oa:relationep_bor_02e3e4fd-fa29-12ed-e9a2-d25f08cdf733_4 ;
  a2a:hasSource oa:source_bor_02e3e4fd-fa29-12ed-e9a2-d25f08cdf733 .

oa:person_bor_02e3e4fd-fa29-12ed-e9a2-d25f08cdf733_Person1
  a a2a:Person ;
  rdfs:label "Laurina Wirtz" ;
  a2a:PersonName [
    rdfs:label "Laurina Wirtz" ;
    a2a:PersonNameFirstName "Laurina" ;
    a2a:PersonNameLastName "Wirtz"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bor_02e3e4fd-fa29-12ed-e9a2-d25f08cdf733_Person2
  a a2a:Person ;
  rdfs:label "Jacobus Wirtz" ;
  a2a:PersonName [
    rdfs:label "Jacobus Wirtz" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Wirtz"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "'s-Heerenhoek" ;
    rdfs:label "'s-Heerenhoek"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "32" ;
    rdfs:label "32"
  ] ;
  a2a:Profession "schoenmaker" .

oa:person_bor_02e3e4fd-fa29-12ed-e9a2-d25f08cdf733_Person4
  a a2a:Person ;
  rdfs:label "Pieternella Paauwe" ;
  a2a:PersonName [
    rdfs:label "Pieternella Paauwe" ;
    a2a:PersonNameFirstName "Pieternella" ;
    a2a:PersonNameLastName "Paauwe"
  ] ;
  a2a:Residence [
    a2a:Place "'s-Heerenhoek" ;
    rdfs:label "'s-Heerenhoek"
  ] .

oa:person_bor_02e3e4fd-fa29-12ed-e9a2-d25f08cdf733_Person5
  a a2a:Person ;
  rdfs:label "Johannis Geus" ;
  a2a:PersonName [
    rdfs:label "Johannis Geus" ;
    a2a:PersonNameFirstName "Johannis" ;
    a2a:PersonNameLastName "Geus"
  ] ;
  a2a:Residence [
    a2a:Place "'s-Heerenhoek" ;
    rdfs:label "'s-Heerenhoek"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "35" ;
    rdfs:label "35"
  ] ;
  a2a:Profession "wagenmaker" .

oa:person_bor_02e3e4fd-fa29-12ed-e9a2-d25f08cdf733_Person6
  a a2a:Person ;
  rdfs:label "Cornelis Bras" ;
  a2a:PersonName [
    rdfs:label "Cornelis Bras" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Bras"
  ] ;
  a2a:Residence [
    a2a:Place "'s-Heerenhoek" ;
    rdfs:label "'s-Heerenhoek"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "49" ;
    rdfs:label "49"
  ] ;
  a2a:Profession "gareelmaker" .

oa:event_bor_02e3e4fd-fa29-12ed-e9a2-d25f08cdf733_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1837" ;
    a2a:Month "8" ;
    a2a:Day "31" ;
    rdfs:label "1837-08-31"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "'s-Heerenhoek" ;
    rdfs:label "'s-Heerenhoek"
  ] ;
  a2a:EventRemark04_Handtekening_getuige_1 "Ja" ;
  a2a:EventRemark01_Handtekening_vader "Ja" ;
  a2a:EventRemark05_Handtekening_getuige_2 "Ja" ;
  a2a:EventRemark03_Geboortetijd "01:00" ;
  a2a:EventRemark02_Vader_aangever "Ja" .

oa:relationep_bor_02e3e4fd-fa29-12ed-e9a2-d25f08cdf733_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bor_02e3e4fd-fa29-12ed-e9a2-d25f08cdf733_Person1 ;
  a2a:EventKeyRef oa:event_bor_02e3e4fd-fa29-12ed-e9a2-d25f08cdf733_Event1 .

oa:relationep_bor_02e3e4fd-fa29-12ed-e9a2-d25f08cdf733_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bor_02e3e4fd-fa29-12ed-e9a2-d25f08cdf733_Person2 ;
  a2a:EventKeyRef oa:event_bor_02e3e4fd-fa29-12ed-e9a2-d25f08cdf733_Event1 .

oa:relationep_bor_02e3e4fd-fa29-12ed-e9a2-d25f08cdf733_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bor_02e3e4fd-fa29-12ed-e9a2-d25f08cdf733_Person4 ;
  a2a:EventKeyRef oa:event_bor_02e3e4fd-fa29-12ed-e9a2-d25f08cdf733_Event1 .

oa:relationep_bor_02e3e4fd-fa29-12ed-e9a2-d25f08cdf733_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bor_02e3e4fd-fa29-12ed-e9a2-d25f08cdf733_Person5 ;
  a2a:EventKeyRef oa:event_bor_02e3e4fd-fa29-12ed-e9a2-d25f08cdf733_Event1 .

oa:relationep_bor_02e3e4fd-fa29-12ed-e9a2-d25f08cdf733_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bor_02e3e4fd-fa29-12ed-e9a2-d25f08cdf733_Person6 ;
  a2a:EventKeyRef oa:event_bor_02e3e4fd-fa29-12ed-e9a2-d25f08cdf733_Event1 .

oa:source_bor_02e3e4fd-fa29-12ed-e9a2-d25f08cdf733
  a a2a:Source ;
  rdfs:label "Gemeentearchief Borsele, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "'s-Heerenhoek" ;
    rdfs:label "'s-Heerenhoek", "1811-01-01 - 1916-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1811-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1916-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1837" ;
    a2a:Month "8" ;
    a2a:Day "31" ;
    rdfs:label "1837-08-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Borsele" ;
    a2a:Collection "Burgerlijke Stand Geboorten Borsele 1837" ;
    a2a:DocumentNumber "15" ;
    rdfs:label "Gemeentearchief Borsele, Burgerlijke Stand Geboorten Borsele 1837, 15"
  ] ;
  a2a:SourceLastChangeDate "2016-02-16"^^xsd:date ;
  a2a:RecordGUID "{02e3e4fd-fa29-12ed-e9a2-d25f08cdf733}" .

