@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_89DB3953-9925-4DA4-AFBD-FD8876EDF7EB
  a a2a:Record ;
  rdfs:label "Doop op 4 september 1796 te Sint Laurens" ;
  a2a:hasPerson oa:person_zar_89DB3953-9925-4DA4-AFBD-FD8876EDF7EB_Person4116187669, oa:person_zar_89DB3953-9925-4DA4-AFBD-FD8876EDF7EB_Person4116187670, oa:person_zar_89DB3953-9925-4DA4-AFBD-FD8876EDF7EB_Person4116187671, oa:person_zar_89DB3953-9925-4DA4-AFBD-FD8876EDF7EB_Person4116187672, oa:person_zar_89DB3953-9925-4DA4-AFBD-FD8876EDF7EB_Person4116187673 ;
  a2a:hasEvent oa:event_zar_89DB3953-9925-4DA4-AFBD-FD8876EDF7EB_Event1 ;
  a2a:hasRelationEP oa:relationep_zar_89DB3953-9925-4DA4-AFBD-FD8876EDF7EB_0, oa:relationep_zar_89DB3953-9925-4DA4-AFBD-FD8876EDF7EB_1, oa:relationep_zar_89DB3953-9925-4DA4-AFBD-FD8876EDF7EB_2, oa:relationep_zar_89DB3953-9925-4DA4-AFBD-FD8876EDF7EB_3, oa:relationep_zar_89DB3953-9925-4DA4-AFBD-FD8876EDF7EB_4 ;
  a2a:hasSource oa:source_zar_89DB3953-9925-4DA4-AFBD-FD8876EDF7EB .

oa:person_zar_89DB3953-9925-4DA4-AFBD-FD8876EDF7EB_Person4116187669
  a a2a:Person ;
  rdfs:label "Maria Jacomina la Vin" ;
  a2a:PersonName [
    rdfs:label "Maria Jacomina la Vin" ;
    a2a:PersonNameFirstName "Maria Jacomina" ;
    a2a:PersonNamePrefixLastName "la" ;
    a2a:PersonNameLastName "Vin"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_zar_89DB3953-9925-4DA4-AFBD-FD8876EDF7EB_Person4116187670
  a a2a:Person ;
  rdfs:label "Balthus la Vin" ;
  a2a:PersonName [
    rdfs:label "Balthus la Vin" ;
    a2a:PersonNameFirstName "Balthus" ;
    a2a:PersonNamePrefixLastName "la" ;
    a2a:PersonNameLastName "Vin"
  ] .

oa:person_zar_89DB3953-9925-4DA4-AFBD-FD8876EDF7EB_Person4116187671
  a a2a:Person ;
  rdfs:label "Dina Sinke" ;
  a2a:PersonName [
    rdfs:label "Dina Sinke" ;
    a2a:PersonNameFirstName "Dina" ;
    a2a:PersonNameLastName "Sinke"
  ] .

oa:person_zar_89DB3953-9925-4DA4-AFBD-FD8876EDF7EB_Person4116187672
  a a2a:Person ;
  rdfs:label "Coenraad la Vin" ;
  a2a:PersonName [
    rdfs:label "Coenraad la Vin" ;
    a2a:PersonNameFirstName "Coenraad" ;
    a2a:PersonNamePrefixLastName "la" ;
    a2a:PersonNameLastName "Vin"
  ] .

oa:person_zar_89DB3953-9925-4DA4-AFBD-FD8876EDF7EB_Person4116187673
  a a2a:Person ;
  rdfs:label "Maria Besseman" ;
  a2a:PersonName [
    rdfs:label "Maria Besseman" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Besseman"
  ] .

oa:event_zar_89DB3953-9925-4DA4-AFBD-FD8876EDF7EB_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1796" ;
    a2a:Month "09" ;
    a2a:Day "04" ;
    rdfs:label "1796-09-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Sint Laurens" ;
    rdfs:label "Sint Laurens"
  ] ;
  a2a:EventReligion "Nederduits Gereformeerd" .

oa:relationep_zar_89DB3953-9925-4DA4-AFBD-FD8876EDF7EB_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_zar_89DB3953-9925-4DA4-AFBD-FD8876EDF7EB_Person4116187669 ;
  a2a:EventKeyRef oa:event_zar_89DB3953-9925-4DA4-AFBD-FD8876EDF7EB_Event1 .

oa:relationep_zar_89DB3953-9925-4DA4-AFBD-FD8876EDF7EB_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_zar_89DB3953-9925-4DA4-AFBD-FD8876EDF7EB_Person4116187670 ;
  a2a:EventKeyRef oa:event_zar_89DB3953-9925-4DA4-AFBD-FD8876EDF7EB_Event1 .

oa:relationep_zar_89DB3953-9925-4DA4-AFBD-FD8876EDF7EB_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_zar_89DB3953-9925-4DA4-AFBD-FD8876EDF7EB_Person4116187671 ;
  a2a:EventKeyRef oa:event_zar_89DB3953-9925-4DA4-AFBD-FD8876EDF7EB_Event1 .

oa:relationep_zar_89DB3953-9925-4DA4-AFBD-FD8876EDF7EB_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_zar_89DB3953-9925-4DA4-AFBD-FD8876EDF7EB_Person4116187672 ;
  a2a:EventKeyRef oa:event_zar_89DB3953-9925-4DA4-AFBD-FD8876EDF7EB_Event1 .

oa:relationep_zar_89DB3953-9925-4DA4-AFBD-FD8876EDF7EB_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_zar_89DB3953-9925-4DA4-AFBD-FD8876EDF7EB_Person4116187673 ;
  a2a:EventKeyRef oa:event_zar_89DB3953-9925-4DA4-AFBD-FD8876EDF7EB_Event1 .

oa:source_zar_89DB3953-9925-4DA4-AFBD-FD8876EDF7EB
  a a2a:Source ;
  rdfs:label "Zeeuws Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Country "Nederland" ;
    rdfs:label "Nederland", "1796-09-04 - 1796-09-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1796-09-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1796-09-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "04-09-1796" ;
    a2a:Year "1796" ;
    a2a:Month "09" ;
    a2a:Day "04" ;
    rdfs:label "04-09-1796"
  ] ;
  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 gemeente Sint Laurens 1738-1810" ;
    a2a:RegistryNumber "SLA-3" ;
    rdfs:label "Zeeuws Archief, Middelburg, Verzameling Doop-, Trouw-, Begraaf- en Lidmatenregisters Zeeland (DTBL), (1527) 1572-1810 (1866), Doopregister Nederduits Gereformeerde gemeente Sint Laurens 1738-1810, SLA-3"
  ] ;
  a2a:SourceLastChangeDate "2025-05-06"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12113/89DB395399254DA4AFBDFD8876EDF7EB" ;
  a2a:RecordIdentifier "4116187668" ;
  a2a:RecordGUID "{89DB3953-9925-4DA4-AFBD-FD8876EDF7EB}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/87FAFD90A0CB478EA678EEE18018B5DB" .

[] a2a:PersonRemarkOpmerking "Gebooren 's avonds om 8 uur" .
