@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_dde0e022-cc52-4100-bd7c-5c2ecef41a7b
  a a2a:Record ;
  rdfs:label "Doop op 2 juli 1685 te Sint-Annaland" ;
  a2a:hasPerson oa:person_thl_dde0e022-cc52-4100-bd7c-5c2ecef41a7b_Person1, oa:person_thl_dde0e022-cc52-4100-bd7c-5c2ecef41a7b_Person2, oa:person_thl_dde0e022-cc52-4100-bd7c-5c2ecef41a7b_Person3 ;
  a2a:hasEvent oa:event_thl_dde0e022-cc52-4100-bd7c-5c2ecef41a7b_Event1 ;
  a2a:hasRelationEP oa:relationep_thl_dde0e022-cc52-4100-bd7c-5c2ecef41a7b_0, oa:relationep_thl_dde0e022-cc52-4100-bd7c-5c2ecef41a7b_1, oa:relationep_thl_dde0e022-cc52-4100-bd7c-5c2ecef41a7b_2 ;
  a2a:hasSource oa:source_thl_dde0e022-cc52-4100-bd7c-5c2ecef41a7b .

oa:person_thl_dde0e022-cc52-4100-bd7c-5c2ecef41a7b_Person1
  a a2a:Person ;
  rdfs:label "Janneken Jan" ;
  a2a:PersonName [
    rdfs:label "Janneken Jan" ;
    a2a:PersonNameFirstName "Janneken" ;
    a2a:PersonNameLastName "Jan"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Sint-Annaland" ;
    rdfs:label "Sint-Annaland"
  ] .

oa:person_thl_dde0e022-cc52-4100-bd7c-5c2ecef41a7b_Person2
  a a2a:Person ;
  rdfs:label "Jan Dingenisse" ;
  a2a:PersonName [
    rdfs:label "Jan Dingenisse" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Dingenisse"
  ] .

oa:person_thl_dde0e022-cc52-4100-bd7c-5c2ecef41a7b_Person3
  a a2a:Person ;
  rdfs:label "Florina Cornelis" ;
  a2a:PersonName [
    rdfs:label "Florina Cornelis" ;
    a2a:PersonNameFirstName "Florina" ;
    a2a:PersonNameLastName "Cornelis"
  ] .

oa:event_thl_dde0e022-cc52-4100-bd7c-5c2ecef41a7b_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1685" ;
    a2a:Month "07" ;
    a2a:Day "02" ;
    rdfs:label "1685-07-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Sint-Annaland" ;
    rdfs:label "Sint-Annaland"
  ] .

oa:relationep_thl_dde0e022-cc52-4100-bd7c-5c2ecef41a7b_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_thl_dde0e022-cc52-4100-bd7c-5c2ecef41a7b_Person1 ;
  a2a:EventKeyRef oa:event_thl_dde0e022-cc52-4100-bd7c-5c2ecef41a7b_Event1 .

oa:relationep_thl_dde0e022-cc52-4100-bd7c-5c2ecef41a7b_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_thl_dde0e022-cc52-4100-bd7c-5c2ecef41a7b_Person2 ;
  a2a:EventKeyRef oa:event_thl_dde0e022-cc52-4100-bd7c-5c2ecef41a7b_Event1 .

oa:relationep_thl_dde0e022-cc52-4100-bd7c-5c2ecef41a7b_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_thl_dde0e022-cc52-4100-bd7c-5c2ecef41a7b_Person3 ;
  a2a:EventKeyRef oa:event_thl_dde0e022-cc52-4100-bd7c-5c2ecef41a7b_Event1 .

oa:source_thl_dde0e022-cc52-4100-bd7c-5c2ecef41a7b
  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 "{dde0e022-cc52-4100-bd7c-5c2ecef41a7b}" .

