@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_thl_f6288cb6-d72d-40be-bfab-914d3f078e69
  a a2a:Record ;
  rdfs:label "Doop op 25 december 1705 te Sint-Annaland" ;
  a2a:hasPerson oa:person_thl_f6288cb6-d72d-40be-bfab-914d3f078e69_Person1, oa:person_thl_f6288cb6-d72d-40be-bfab-914d3f078e69_Person2, oa:person_thl_f6288cb6-d72d-40be-bfab-914d3f078e69_Person3, oa:person_thl_f6288cb6-d72d-40be-bfab-914d3f078e69_Person4, oa:person_thl_f6288cb6-d72d-40be-bfab-914d3f078e69_Person5, oa:person_thl_f6288cb6-d72d-40be-bfab-914d3f078e69_Person6 ;
  a2a:hasEvent oa:event_thl_f6288cb6-d72d-40be-bfab-914d3f078e69_Event1 ;
  a2a:hasRelationEP oa:relationep_thl_f6288cb6-d72d-40be-bfab-914d3f078e69_0, oa:relationep_thl_f6288cb6-d72d-40be-bfab-914d3f078e69_1, oa:relationep_thl_f6288cb6-d72d-40be-bfab-914d3f078e69_2, oa:relationep_thl_f6288cb6-d72d-40be-bfab-914d3f078e69_3, oa:relationep_thl_f6288cb6-d72d-40be-bfab-914d3f078e69_4 ;
  a2a:hasSource oa:source_thl_f6288cb6-d72d-40be-bfab-914d3f078e69 .

oa:person_thl_f6288cb6-d72d-40be-bfab-914d3f078e69_Person1
  a a2a:Person ;
  rdfs:label "Cecillia Aarjaansz" ;
  a2a:PersonName [
    rdfs:label "Cecillia Aarjaansz" ;
    a2a:PersonNameFirstName "Cecillia" ;
    a2a:PersonNameLastName "Aarjaansz"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Sint-Annaland" ;
    rdfs:label "Sint-Annaland"
  ] .

oa:person_thl_f6288cb6-d72d-40be-bfab-914d3f078e69_Person2
  a a2a:Person ;
  rdfs:label "Jacob Aarjaansz" ;
  a2a:PersonName [
    rdfs:label "Jacob Aarjaansz" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Aarjaansz"
  ] .

oa:person_thl_f6288cb6-d72d-40be-bfab-914d3f078e69_Person3
  a a2a:Person ;
  rdfs:label "Lijsbeth Aartsz" ;
  a2a:PersonName [
    rdfs:label "Lijsbeth Aartsz" ;
    a2a:PersonNameFirstName "Lijsbeth" ;
    a2a:PersonNameLastName "Aartsz"
  ] .

oa:person_thl_f6288cb6-d72d-40be-bfab-914d3f078e69_Person4
  a a2a:Person ;
  rdfs:label "Cornelis Aarjaansz" ;
  a2a:PersonName [
    rdfs:label "Cornelis Aarjaansz" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Aarjaansz"
  ] .

oa:person_thl_f6288cb6-d72d-40be-bfab-914d3f078e69_Person5
  a a2a:Person ;
  rdfs:label "Lydia Cornelis" ;
  a2a:PersonName [
    rdfs:label "Lydia Cornelis" ;
    a2a:PersonNameFirstName "Lydia" ;
    a2a:PersonNameLastName "Cornelis"
  ] .

oa:person_thl_f6288cb6-d72d-40be-bfab-914d3f078e69_Person6
  a a2a:Person ;
  rdfs:label "" ;
  a2a:PersonName [ rdfs:label "" ] .

oa:event_thl_f6288cb6-d72d-40be-bfab-914d3f078e69_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1705" ;
    a2a:Month "12" ;
    a2a:Day "25" ;
    rdfs:label "1705-12-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Sint-Annaland" ;
    rdfs:label "Sint-Annaland"
  ] .

oa:relationep_thl_f6288cb6-d72d-40be-bfab-914d3f078e69_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_thl_f6288cb6-d72d-40be-bfab-914d3f078e69_Person1 ;
  a2a:EventKeyRef oa:event_thl_f6288cb6-d72d-40be-bfab-914d3f078e69_Event1 .

oa:relationep_thl_f6288cb6-d72d-40be-bfab-914d3f078e69_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_thl_f6288cb6-d72d-40be-bfab-914d3f078e69_Person2 ;
  a2a:EventKeyRef oa:event_thl_f6288cb6-d72d-40be-bfab-914d3f078e69_Event1 .

oa:relationep_thl_f6288cb6-d72d-40be-bfab-914d3f078e69_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_thl_f6288cb6-d72d-40be-bfab-914d3f078e69_Person3 ;
  a2a:EventKeyRef oa:event_thl_f6288cb6-d72d-40be-bfab-914d3f078e69_Event1 .

oa:relationep_thl_f6288cb6-d72d-40be-bfab-914d3f078e69_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_thl_f6288cb6-d72d-40be-bfab-914d3f078e69_Person4 ;
  a2a:EventKeyRef oa:event_thl_f6288cb6-d72d-40be-bfab-914d3f078e69_Event1 .

oa:relationep_thl_f6288cb6-d72d-40be-bfab-914d3f078e69_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_thl_f6288cb6-d72d-40be-bfab-914d3f078e69_Person5 ;
  a2a:EventKeyRef oa:event_thl_f6288cb6-d72d-40be-bfab-914d3f078e69_Event1 .

oa:source_thl_f6288cb6-d72d-40be-bfab-914d3f078e69
  a a2a:Source ;
  rdfs:label "Gemeentearchief Tholen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Sint-Annaland" ;
    rdfs:label "Sint-Annaland", "1692-01-01 - 1712-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1692-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1712-12-31"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Tholen" ;
    a2a:Place "Sint-Annaland" ;
    a2a:Collection "Doopboek NH kerk" ;
    a2a:RegistryNumber "19" ;
    rdfs:label "Gemeentearchief Tholen, Sint-Annaland, Doopboek NH kerk, 19"
  ] ;
  a2a:SourceLastChangeDate "2013-01-18"^^xsd:date ;
  a2a:RecordGUID "{f6288cb6-d72d-40be-bfab-914d3f078e69}" .

