@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_nbd_cd8e795c-c026-9127-24a7-cb2e4ccc182e
  a a2a:Record ;
  rdfs:label "Doop op 4 februari 1748 te Kats" ;
  a2a:hasPerson oa:person_nbd_cd8e795c-c026-9127-24a7-cb2e4ccc182e_Person1, oa:person_nbd_cd8e795c-c026-9127-24a7-cb2e4ccc182e_Person2, oa:person_nbd_cd8e795c-c026-9127-24a7-cb2e4ccc182e_Person3, oa:person_nbd_cd8e795c-c026-9127-24a7-cb2e4ccc182e_Person4, oa:person_nbd_cd8e795c-c026-9127-24a7-cb2e4ccc182e_Person5 ;
  a2a:hasEvent oa:event_nbd_cd8e795c-c026-9127-24a7-cb2e4ccc182e_Event1 ;
  a2a:hasRelationEP oa:relationep_nbd_cd8e795c-c026-9127-24a7-cb2e4ccc182e_0, oa:relationep_nbd_cd8e795c-c026-9127-24a7-cb2e4ccc182e_1, oa:relationep_nbd_cd8e795c-c026-9127-24a7-cb2e4ccc182e_2, oa:relationep_nbd_cd8e795c-c026-9127-24a7-cb2e4ccc182e_3, oa:relationep_nbd_cd8e795c-c026-9127-24a7-cb2e4ccc182e_4 ;
  a2a:hasSource oa:source_nbd_cd8e795c-c026-9127-24a7-cb2e4ccc182e .

oa:person_nbd_cd8e795c-c026-9127-24a7-cb2e4ccc182e_Person1
  a a2a:Person ;
  rdfs:label "Lena Verhulst" ;
  a2a:PersonName [
    rdfs:label "Lena Verhulst" ;
    a2a:PersonNameFirstName "Lena" ;
    a2a:PersonNameLastName "Verhulst"
  ] ;
  a2a:BirthDate [
    a2a:Year "1748" ;
    a2a:Month "02" ;
    a2a:Day "01" ;
    rdfs:label "1748-02-01"^^xsd:date
  ] .

oa:person_nbd_cd8e795c-c026-9127-24a7-cb2e4ccc182e_Person2
  a a2a:Person ;
  rdfs:label "Cornelis Verhulst" ;
  a2a:PersonName [
    rdfs:label "Cornelis Verhulst" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Verhulst"
  ] ;
  a2a:Religion "Nederlands Hervormd" .

oa:person_nbd_cd8e795c-c026-9127-24a7-cb2e4ccc182e_Person3
  a a2a:Person ;
  rdfs:label "Neeltie Versluijs" ;
  a2a:PersonName [
    rdfs:label "Neeltie Versluijs" ;
    a2a:PersonNameFirstName "Neeltie" ;
    a2a:PersonNameLastName "Versluijs"
  ] ;
  a2a:Religion "Nederlands Hervormd" .

oa:person_nbd_cd8e795c-c026-9127-24a7-cb2e4ccc182e_Person4
  a a2a:Person ;
  rdfs:label "Pieter van der Weele" ;
  a2a:PersonName [
    rdfs:label "Pieter van der Weele" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Weele"
  ] .

oa:person_nbd_cd8e795c-c026-9127-24a7-cb2e4ccc182e_Person5
  a a2a:Person ;
  rdfs:label "Janna Taselaar" ;
  a2a:PersonName [
    rdfs:label "Janna Taselaar" ;
    a2a:PersonNameFirstName "Janna" ;
    a2a:PersonNameLastName "Taselaar"
  ] .

oa:event_nbd_cd8e795c-c026-9127-24a7-cb2e4ccc182e_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1748" ;
    a2a:Month "02" ;
    a2a:Day "04" ;
    rdfs:label "1748-02-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Kats" ;
    rdfs:label "Kats"
  ] .

oa:relationep_nbd_cd8e795c-c026-9127-24a7-cb2e4ccc182e_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_nbd_cd8e795c-c026-9127-24a7-cb2e4ccc182e_Person1 ;
  a2a:EventKeyRef oa:event_nbd_cd8e795c-c026-9127-24a7-cb2e4ccc182e_Event1 .

oa:relationep_nbd_cd8e795c-c026-9127-24a7-cb2e4ccc182e_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_nbd_cd8e795c-c026-9127-24a7-cb2e4ccc182e_Person2 ;
  a2a:EventKeyRef oa:event_nbd_cd8e795c-c026-9127-24a7-cb2e4ccc182e_Event1 .

oa:relationep_nbd_cd8e795c-c026-9127-24a7-cb2e4ccc182e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_nbd_cd8e795c-c026-9127-24a7-cb2e4ccc182e_Person3 ;
  a2a:EventKeyRef oa:event_nbd_cd8e795c-c026-9127-24a7-cb2e4ccc182e_Event1 .

oa:relationep_nbd_cd8e795c-c026-9127-24a7-cb2e4ccc182e_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_nbd_cd8e795c-c026-9127-24a7-cb2e4ccc182e_Person4 ;
  a2a:EventKeyRef oa:event_nbd_cd8e795c-c026-9127-24a7-cb2e4ccc182e_Event1 .

oa:relationep_nbd_cd8e795c-c026-9127-24a7-cb2e4ccc182e_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_nbd_cd8e795c-c026-9127-24a7-cb2e4ccc182e_Person5 ;
  a2a:EventKeyRef oa:event_nbd_cd8e795c-c026-9127-24a7-cb2e4ccc182e_Event1 .

oa:source_nbd_cd8e795c-c026-9127-24a7-cb2e4ccc182e
  a a2a:Source ;
  rdfs:label "Gemeentearchief Noord-Beveland, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kats" ;
    rdfs:label "Kats", "1740-01-01 - 1810-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1740-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1810-12-31"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Noord-Beveland" ;
    a2a:Place "Kats" ;
    a2a:Collection "Inventaris Rechterlijk Archief Zeeland > Doopboek Kats 1745" ;
    rdfs:label "Gemeentearchief Noord-Beveland, Kats, Inventaris Rechterlijk Archief Zeeland > Doopboek Kats 1745"
  ] ;
  a2a:SourceLastChangeDate "2015-07-29"^^xsd:date ;
  a2a:RecordGUID "{cd8e795c-c026-9127-24a7-cb2e4ccc182e}" ;
  a2a:SourceRemarkScanSource "[Netherlands, Zeeland Province, Church Records, 1527-1907], FamilySearch, Nederlands Hervormd > Kats > Dopen 1745-1810 Trouwen 1740-1810; Nederlands Rijksarchiefdienst, Den Haag (Netherlands National Archives, The Hague)" .

