@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_elo_feaa97ab-281b-d9d0-8ca0-c2fab92857d9
  a a2a:Record ;
  rdfs:label "DTB Dopen op 4 maart 1729 te Zoeterwoude" ;
  a2a:hasPerson oa:person_elo_feaa97ab-281b-d9d0-8ca0-c2fab92857d9_Person-3b0096c6-dc95-a9e4-667e-2f9ffee41a0b, oa:person_elo_feaa97ab-281b-d9d0-8ca0-c2fab92857d9_Person-821da2df-120f-4c0b-c863-f37648fec480, oa:person_elo_feaa97ab-281b-d9d0-8ca0-c2fab92857d9_Person-6f04c49c-e8d5-7a11-651e-882dc6c82b0c, oa:person_elo_feaa97ab-281b-d9d0-8ca0-c2fab92857d9_Person-6e1d1bf1-cc78-a072-6977-d7d53cee8d1f, oa:person_elo_feaa97ab-281b-d9d0-8ca0-c2fab92857d9_Person-430a46fa-0d48-e0fe-7959-e66cb4377c68 ;
  a2a:hasEvent oa:event_elo_feaa97ab-281b-d9d0-8ca0-c2fab92857d9_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_feaa97ab-281b-d9d0-8ca0-c2fab92857d9_0, oa:relationep_elo_feaa97ab-281b-d9d0-8ca0-c2fab92857d9_1, oa:relationep_elo_feaa97ab-281b-d9d0-8ca0-c2fab92857d9_2, oa:relationep_elo_feaa97ab-281b-d9d0-8ca0-c2fab92857d9_3, oa:relationep_elo_feaa97ab-281b-d9d0-8ca0-c2fab92857d9_4 ;
  a2a:hasSource oa:source_elo_feaa97ab-281b-d9d0-8ca0-c2fab92857d9 .

oa:person_elo_feaa97ab-281b-d9d0-8ca0-c2fab92857d9_Person-3b0096c6-dc95-a9e4-667e-2f9ffee41a0b
  a a2a:Person ;
  rdfs:label "Jan Swanenburg" ;
  a2a:PersonName [
    rdfs:label "Jan Swanenburg" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Swanenburg"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_feaa97ab-281b-d9d0-8ca0-c2fab92857d9_Person-821da2df-120f-4c0b-c863-f37648fec480
  a a2a:Person ;
  rdfs:label "Pieter Janse Swanenburg" ;
  a2a:PersonName [
    rdfs:label "Pieter Janse Swanenburg" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNamePatronym "Janse" ;
    a2a:PersonNameLastName "Swanenburg"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_feaa97ab-281b-d9d0-8ca0-c2fab92857d9_Person-6f04c49c-e8d5-7a11-651e-882dc6c82b0c
  a a2a:Person ;
  rdfs:label "Neeltje Cornelis Verdel" ;
  a2a:PersonName [
    rdfs:label "Neeltje Cornelis Verdel" ;
    a2a:PersonNameFirstName "Neeltje" ;
    a2a:PersonNamePatronym "Cornelis" ;
    a2a:PersonNameLastName "Verdel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_feaa97ab-281b-d9d0-8ca0-c2fab92857d9_Person-6e1d1bf1-cc78-a072-6977-d7d53cee8d1f
  a a2a:Person ;
  rdfs:label "Huijbert Janse Swanenburg" ;
  a2a:PersonName [
    rdfs:label "Huijbert Janse Swanenburg" ;
    a2a:PersonNameFirstName "Huijbert" ;
    a2a:PersonNamePatronym "Janse" ;
    a2a:PersonNameLastName "Swanenburg"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_feaa97ab-281b-d9d0-8ca0-c2fab92857d9_Person-430a46fa-0d48-e0fe-7959-e66cb4377c68
  a a2a:Person ;
  rdfs:label "Lena Jans Swanenburg" ;
  a2a:PersonName [
    rdfs:label "Lena Jans Swanenburg" ;
    a2a:PersonNameFirstName "Lena" ;
    a2a:PersonNamePatronym "Jans" ;
    a2a:PersonNameLastName "Swanenburg"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_elo_feaa97ab-281b-d9d0-8ca0-c2fab92857d9_Event1
  a a2a:Event ;
  rdfs:label "other:DTB Dopen" ;
  a2a:EventType "other:DTB Dopen" ;
  a2a:EventDate [
    a2a:Year "1729" ;
    a2a:Month "3" ;
    a2a:Day "4" ;
    rdfs:label "1729-03-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zoeterwoude" ;
    rdfs:label "Zoeterwoude"
  ] .

oa:relationep_elo_feaa97ab-281b-d9d0-8ca0-c2fab92857d9_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_feaa97ab-281b-d9d0-8ca0-c2fab92857d9_Person:3b0096c6-dc95-a9e4-667e-2f9ffee41a0b ;
  a2a:EventKeyRef oa:event_elo_feaa97ab-281b-d9d0-8ca0-c2fab92857d9_Event1 .

oa:relationep_elo_feaa97ab-281b-d9d0-8ca0-c2fab92857d9_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_feaa97ab-281b-d9d0-8ca0-c2fab92857d9_Person:821da2df-120f-4c0b-c863-f37648fec480 ;
  a2a:EventKeyRef oa:event_elo_feaa97ab-281b-d9d0-8ca0-c2fab92857d9_Event1 .

oa:relationep_elo_feaa97ab-281b-d9d0-8ca0-c2fab92857d9_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_feaa97ab-281b-d9d0-8ca0-c2fab92857d9_Person:6f04c49c-e8d5-7a11-651e-882dc6c82b0c ;
  a2a:EventKeyRef oa:event_elo_feaa97ab-281b-d9d0-8ca0-c2fab92857d9_Event1 .

oa:relationep_elo_feaa97ab-281b-d9d0-8ca0-c2fab92857d9_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_feaa97ab-281b-d9d0-8ca0-c2fab92857d9_Person:6e1d1bf1-cc78-a072-6977-d7d53cee8d1f ;
  a2a:EventKeyRef oa:event_elo_feaa97ab-281b-d9d0-8ca0-c2fab92857d9_Event1 .

oa:relationep_elo_feaa97ab-281b-d9d0-8ca0-c2fab92857d9_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_feaa97ab-281b-d9d0-8ca0-c2fab92857d9_Person:430a46fa-0d48-e0fe-7959-e66cb4377c68 ;
  a2a:EventKeyRef oa:event_elo_feaa97ab-281b-d9d0-8ca0-c2fab92857d9_Event1 .

oa:source_elo_feaa97ab-281b-d9d0-8ca0-c2fab92857d9
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Zoeterwoude" ;
    rdfs:label "Zoeterwoude", "1658-01-01 - 1812-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1658-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1812-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1729" ;
    a2a:Month "3" ;
    a2a:Day "4" ;
    rdfs:label "1729-03-04"^^xsd:date
  ] ;
  a2a:SourceType "other:" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Gemeentebestuur van Zoeterwoude (tot 1803: de Municipaliteit) (1734-1960), Deel: 103..." ;
    a2a:Book "Doopboek, trouwboek en overlijdensboek van de parochie van St. Jans' Onthoofding (RK) van Zoeterw..." ;
    a2a:RegistryNumber "1033" ;
    a2a:Folio "117" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Gemeentebestuur van Zoeterwoude (tot 1803: de Municipaliteit) (1734-1960), Deel: 103..., Doopboek, trouwboek en overlijdensboek van de parochie van St. Jans' Onthoofding (RK) van Zoeterw..., 1033, 117"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/records/media/feaa97ab-281b-d9d0-8ca0-c2fab92857d9/iiif/3/114408/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/feaa97ab-281b-d9d0-8ca0-c2fab92857d9" ;
    a2a:UriPreview "https://elo.memorix.io/resources/records/media/feaa97ab-281b-d9d0-8ca0-c2fab92857d9/iiif/3/114408/full/!250,250/0/default.jpg"
  ] ;
  a2a:SourceLastChangeDate "1970-01-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/feaa97ab-281b-d9d0-8ca0-c2fab92857d9" ;
  a2a:RecordGUID "{feaa97ab-281b-d9d0-8ca0-c2fab92857d9}" ;
  a2a:SourceRemarkOpmerking "Doopdatum: 04-03-1729<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/0500B/file/1033\">Inventarisnummer 1033 van archiefnummer 0500B in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Gemeentebestuur van Zoeterwoude (tot 1803: de Municipaliteit) (1734-1960)" ;
  a2a:SourceRemarkdeel "1033" ;
  a2a:SourceRemarkregister_periode "1658-1812" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251225_28223_00028223.xml van ELO" .

[] a2a:PersonRemarkdiversen "Doopdatum: 04-03-1729" .
