@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_29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5
  a a2a:Record ;
  rdfs:label "Geboorte op 18 december 1841 te Baarland" ;
  a2a:hasPerson oa:person_bor_29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5_Person1, oa:person_bor_29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5_Person2, oa:person_bor_29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5_Person4, oa:person_bor_29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5_Person5, oa:person_bor_29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5_Person6 ;
  a2a:hasEvent oa:event_bor_29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5_Event1 ;
  a2a:hasRelationEP oa:relationep_bor_29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5_0, oa:relationep_bor_29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5_1, oa:relationep_bor_29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5_2, oa:relationep_bor_29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5_3, oa:relationep_bor_29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5_4 ;
  a2a:hasSource oa:source_bor_29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5 .

oa:person_bor_29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5_Person1
  a a2a:Person ;
  rdfs:label "Catharina van Eikeren" ;
  a2a:PersonName [
    rdfs:label "Catharina van Eikeren" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Eikeren"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_bor_29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5_Person2
  a a2a:Person ;
  rdfs:label "Kornelis van Eikeren" ;
  a2a:PersonName [
    rdfs:label "Kornelis van Eikeren" ;
    a2a:PersonNameFirstName "Kornelis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Eikeren"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Baarland" ;
    rdfs:label "Baarland"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "36" ;
    rdfs:label "36"
  ] ;
  a2a:Profession "arbeider" .

oa:person_bor_29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5_Person4
  a a2a:Person ;
  rdfs:label "Cornelia de Winter" ;
  a2a:PersonName [
    rdfs:label "Cornelia de Winter" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Winter"
  ] ;
  a2a:Residence [
    a2a:Place "Baarland" ;
    rdfs:label "Baarland"
  ] ;
  a2a:Profession "arbeidster" .

oa:person_bor_29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5_Person5
  a a2a:Person ;
  rdfs:label "Jan Akda" ;
  a2a:PersonName [
    rdfs:label "Jan Akda" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Akda"
  ] ;
  a2a:Residence [
    a2a:Place "Baarland" ;
    rdfs:label "Baarland"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "43" ;
    rdfs:label "43"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_bor_29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5_Person6
  a a2a:Person ;
  rdfs:label "Marinus Lagran" ;
  a2a:PersonName [
    rdfs:label "Marinus Lagran" ;
    a2a:PersonNameFirstName "Marinus" ;
    a2a:PersonNameLastName "Lagran"
  ] ;
  a2a:Residence [
    a2a:Place "Baarland" ;
    rdfs:label "Baarland"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "26" ;
    rdfs:label "26"
  ] ;
  a2a:Profession "arbeider" .

oa:event_bor_29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1841" ;
    a2a:Month "12" ;
    a2a:Day "18" ;
    rdfs:label "1841-12-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Baarland" ;
    rdfs:label "Baarland"
  ] ;
  a2a:EventRemark05_Geboortewijknummer "94" ;
  a2a:EventRemark03_Geboortetijd "12:00" ;
  a2a:EventRemark07_Handtekening_getuige_1 "Ja" ;
  a2a:EventRemark02_Vader_aangever "Ja" ;
  a2a:EventRemark01_Handtekening_vader "Nee" ;
  a2a:EventRemark08_Handtekening_getuige_2 "Ja" ;
  a2a:EventRemark06_Geboortewijknummer_2 "bis" ;
  a2a:EventRemark04_Geboortewijk "c" .

oa:relationep_bor_29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bor_29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5_Person1 ;
  a2a:EventKeyRef oa:event_bor_29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5_Event1 .

oa:relationep_bor_29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bor_29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5_Person2 ;
  a2a:EventKeyRef oa:event_bor_29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5_Event1 .

oa:relationep_bor_29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bor_29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5_Person4 ;
  a2a:EventKeyRef oa:event_bor_29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5_Event1 .

oa:relationep_bor_29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bor_29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5_Person5 ;
  a2a:EventKeyRef oa:event_bor_29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5_Event1 .

oa:relationep_bor_29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bor_29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5_Person6 ;
  a2a:EventKeyRef oa:event_bor_29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5_Event1 .

oa:source_bor_29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5
  a a2a:Source ;
  rdfs:label "Gemeentearchief Borsele, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Baarland" ;
    rdfs:label "Baarland", "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 "1841" ;
    a2a:Month "12" ;
    a2a:Day "18" ;
    rdfs:label "1841-12-18"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Borsele" ;
    a2a:Collection "Burgerlijke Stand Geboorten Borsele 1841" ;
    a2a:DocumentNumber "25" ;
    rdfs:label "Gemeentearchief Borsele, Burgerlijke Stand Geboorten Borsele 1841, 25"
  ] ;
  a2a:SourceLastChangeDate "2016-02-16"^^xsd:date ;
  a2a:RecordGUID "{29d75b09-aaf5-03c3-4e2b-84b3a21b8fc5}" .

