@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_zar_F6E2CBF7-D8B5-4078-9DA3-FF2CDBA2FA85
  a a2a:Record ;
  rdfs:label "Doop op 15 oktober 1760 te Hulst e.o." ;
  a2a:hasPerson oa:person_zar_F6E2CBF7-D8B5-4078-9DA3-FF2CDBA2FA85_Person3103669881, oa:person_zar_F6E2CBF7-D8B5-4078-9DA3-FF2CDBA2FA85_Person3103669882, oa:person_zar_F6E2CBF7-D8B5-4078-9DA3-FF2CDBA2FA85_Person3103669883 ;
  a2a:hasEvent oa:event_zar_F6E2CBF7-D8B5-4078-9DA3-FF2CDBA2FA85_Event1 ;
  a2a:hasRelationEP oa:relationep_zar_F6E2CBF7-D8B5-4078-9DA3-FF2CDBA2FA85_0, oa:relationep_zar_F6E2CBF7-D8B5-4078-9DA3-FF2CDBA2FA85_1, oa:relationep_zar_F6E2CBF7-D8B5-4078-9DA3-FF2CDBA2FA85_2 ;
  a2a:hasSource oa:source_zar_F6E2CBF7-D8B5-4078-9DA3-FF2CDBA2FA85 .

oa:person_zar_F6E2CBF7-D8B5-4078-9DA3-FF2CDBA2FA85_Person3103669881
  a a2a:Person ;
  rdfs:label "Levinus van Reenen" ;
  a2a:PersonName [
    rdfs:label "Levinus van Reenen" ;
    a2a:PersonNameFirstName "Levinus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Reenen"
  ] ;
  a2a:Gender "Man" .

oa:person_zar_F6E2CBF7-D8B5-4078-9DA3-FF2CDBA2FA85_Person3103669882
  a a2a:Person ;
  rdfs:label "Paulus van Reenen" ;
  a2a:PersonName [
    rdfs:label "Paulus van Reenen" ;
    a2a:PersonNameFirstName "Paulus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Reenen"
  ] .

oa:person_zar_F6E2CBF7-D8B5-4078-9DA3-FF2CDBA2FA85_Person3103669883
  a a2a:Person ;
  rdfs:label "Neeltje van Loo" ;
  a2a:PersonName [
    rdfs:label "Neeltje van Loo" ;
    a2a:PersonNameFirstName "Neeltje" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Loo"
  ] .

oa:event_zar_F6E2CBF7-D8B5-4078-9DA3-FF2CDBA2FA85_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "15-10-1760" ;
    a2a:Year "1760" ;
    a2a:Month "10" ;
    a2a:Day "15" ;
    rdfs:label "1760-10-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hulst e.o." ;
    rdfs:label "Hulst e.o."
  ] ;
  a2a:EventReligion "Nederduits Gereformeerd" .

oa:relationep_zar_F6E2CBF7-D8B5-4078-9DA3-FF2CDBA2FA85_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_zar_F6E2CBF7-D8B5-4078-9DA3-FF2CDBA2FA85_Person3103669881 ;
  a2a:EventKeyRef oa:event_zar_F6E2CBF7-D8B5-4078-9DA3-FF2CDBA2FA85_Event1 .

oa:relationep_zar_F6E2CBF7-D8B5-4078-9DA3-FF2CDBA2FA85_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_zar_F6E2CBF7-D8B5-4078-9DA3-FF2CDBA2FA85_Person3103669882 ;
  a2a:EventKeyRef oa:event_zar_F6E2CBF7-D8B5-4078-9DA3-FF2CDBA2FA85_Event1 .

oa:relationep_zar_F6E2CBF7-D8B5-4078-9DA3-FF2CDBA2FA85_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_zar_F6E2CBF7-D8B5-4078-9DA3-FF2CDBA2FA85_Person3103669883 ;
  a2a:EventKeyRef oa:event_zar_F6E2CBF7-D8B5-4078-9DA3-FF2CDBA2FA85_Event1 .

oa:source_zar_F6E2CBF7-D8B5-4078-9DA3-FF2CDBA2FA85
  a a2a:Source ;
  rdfs:label "Zeeuws Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Hulst e.o." ;
    a2a:Country "Nederland" ;
    rdfs:label "Hulst e.o., Nederland", "1760-10-15 - 1760-10-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1760-10-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1760-10-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "15-10-1760" ;
    a2a:Year "1760" ;
    a2a:Month "10" ;
    a2a:Day "15" ;
    rdfs:label "15-10-1760"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Zeeuws Archief" ;
    a2a:Place "Middelburg" ;
    a2a:Collection "Verzameling Doop-, Trouw-, Begraaf- en Lidmatenregisters Zeeland (DTBL), (1527) 1572-1810 (1866)" ;
    a2a:Book "Doopregister Nederduits Gereformeerde kerk te Hulst 1699-1761" ;
    a2a:RegistryNumber "HUL-15A" ;
    rdfs:label "Zeeuws Archief, Middelburg, Verzameling Doop-, Trouw-, Begraaf- en Lidmatenregisters Zeeland (DTBL), (1527) 1572-1810 (1866), Doopregister Nederduits Gereformeerde kerk te Hulst 1699-1761, HUL-15A"
  ] ;
  a2a:SourceLastChangeDate "2023-01-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12113/F6E2CBF7D8B540789DA3FF2CDBA2FA85" ;
  a2a:RecordIdentifier "3103669880" ;
  a2a:RecordGUID "{F6E2CBF7-D8B5-4078-9DA3-FF2CDBA2FA85}" ;
  a2a:SourceRemarkOpmerking "Extract gegeven d.d. 15-10-1772" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/269D505202934EFEB226DEFB5136D611" .

