@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_e09474bb-ae4c-262f-ddbf-011734e126ff
  a a2a:Record ;
  rdfs:label "DTB Dopen op 25 maart 1671 te Leiden" ;
  a2a:hasPerson oa:person_elo_e09474bb-ae4c-262f-ddbf-011734e126ff_Person-0d70d2a3-f965-8a77-e48f-36c72d8bf110, oa:person_elo_e09474bb-ae4c-262f-ddbf-011734e126ff_Person-c98f0f23-b60a-b174-c10a-e18b5fcc5c43, oa:person_elo_e09474bb-ae4c-262f-ddbf-011734e126ff_Person-f42448ba-99fb-f25a-4270-cc1a90489bc6, oa:person_elo_e09474bb-ae4c-262f-ddbf-011734e126ff_Person-cc099cee-74ae-1756-bd61-0eac7f6300b5, oa:person_elo_e09474bb-ae4c-262f-ddbf-011734e126ff_Person-43612da2-8f19-36b9-a3a0-ed37c7c147a1 ;
  a2a:hasEvent oa:event_elo_e09474bb-ae4c-262f-ddbf-011734e126ff_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_e09474bb-ae4c-262f-ddbf-011734e126ff_0, oa:relationep_elo_e09474bb-ae4c-262f-ddbf-011734e126ff_1, oa:relationep_elo_e09474bb-ae4c-262f-ddbf-011734e126ff_2, oa:relationep_elo_e09474bb-ae4c-262f-ddbf-011734e126ff_3, oa:relationep_elo_e09474bb-ae4c-262f-ddbf-011734e126ff_4 ;
  a2a:hasSource oa:source_elo_e09474bb-ae4c-262f-ddbf-011734e126ff .

oa:person_elo_e09474bb-ae4c-262f-ddbf-011734e126ff_Person-0d70d2a3-f965-8a77-e48f-36c72d8bf110
  a a2a:Person ;
  rdfs:label "Catharina van de Veecken" ;
  a2a:PersonName [
    rdfs:label "Catharina van de Veecken" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Veecken"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_e09474bb-ae4c-262f-ddbf-011734e126ff_Person-c98f0f23-b60a-b174-c10a-e18b5fcc5c43
  a a2a:Person ;
  rdfs:label "Jan van de Veecken" ;
  a2a:PersonName [
    rdfs:label "Jan van de Veecken" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Veecken"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_e09474bb-ae4c-262f-ddbf-011734e126ff_Person-f42448ba-99fb-f25a-4270-cc1a90489bc6
  a a2a:Person ;
  rdfs:label "Maria Bouwens" ;
  a2a:PersonName [
    rdfs:label "Maria Bouwens" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Bouwens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_e09474bb-ae4c-262f-ddbf-011734e126ff_Person-cc099cee-74ae-1756-bd61-0eac7f6300b5
  a a2a:Person ;
  rdfs:label "Geertruijd de Hase" ;
  a2a:PersonName [
    rdfs:label "Geertruijd de Hase" ;
    a2a:PersonNameFirstName "Geertruijd" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Hase"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_e09474bb-ae4c-262f-ddbf-011734e126ff_Person-43612da2-8f19-36b9-a3a0-ed37c7c147a1
  a a2a:Person ;
  rdfs:label "Johannes Hustelman" ;
  a2a:PersonName [
    rdfs:label "Johannes Hustelman" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Hustelman"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_elo_e09474bb-ae4c-262f-ddbf-011734e126ff_Event1
  a a2a:Event ;
  rdfs:label "other:DTB Dopen" ;
  a2a:EventType "other:DTB Dopen" ;
  a2a:EventDate [
    a2a:Year "1671" ;
    a2a:Month "3" ;
    a2a:Day "25" ;
    rdfs:label "1671-03-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:relationep_elo_e09474bb-ae4c-262f-ddbf-011734e126ff_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_e09474bb-ae4c-262f-ddbf-011734e126ff_Person:0d70d2a3-f965-8a77-e48f-36c72d8bf110 ;
  a2a:EventKeyRef oa:event_elo_e09474bb-ae4c-262f-ddbf-011734e126ff_Event1 .

oa:relationep_elo_e09474bb-ae4c-262f-ddbf-011734e126ff_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_e09474bb-ae4c-262f-ddbf-011734e126ff_Person:c98f0f23-b60a-b174-c10a-e18b5fcc5c43 ;
  a2a:EventKeyRef oa:event_elo_e09474bb-ae4c-262f-ddbf-011734e126ff_Event1 .

oa:relationep_elo_e09474bb-ae4c-262f-ddbf-011734e126ff_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_e09474bb-ae4c-262f-ddbf-011734e126ff_Person:f42448ba-99fb-f25a-4270-cc1a90489bc6 ;
  a2a:EventKeyRef oa:event_elo_e09474bb-ae4c-262f-ddbf-011734e126ff_Event1 .

oa:relationep_elo_e09474bb-ae4c-262f-ddbf-011734e126ff_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_e09474bb-ae4c-262f-ddbf-011734e126ff_Person:cc099cee-74ae-1756-bd61-0eac7f6300b5 ;
  a2a:EventKeyRef oa:event_elo_e09474bb-ae4c-262f-ddbf-011734e126ff_Event1 .

oa:relationep_elo_e09474bb-ae4c-262f-ddbf-011734e126ff_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_e09474bb-ae4c-262f-ddbf-011734e126ff_Person:43612da2-8f19-36b9-a3a0-ed37c7c147a1 ;
  a2a:EventKeyRef oa:event_elo_e09474bb-ae4c-262f-ddbf-011734e126ff_Event1 .

oa:source_elo_e09474bb-ae4c-262f-ddbf-011734e126ff
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden", "1664-01-01 - 1681-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1664-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1681-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1671" ;
    a2a:Month "3" ;
    a2a:Day "25" ;
    rdfs:label "1671-03-25"^^xsd:date
  ] ;
  a2a:SourceType "other:" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden), Deel: 223, Periode: 1..." ;
    a2a:Book "Doopboek van de Pieterskerk (NH) te Leiden, 5 maart 1664 - 1681." ;
    a2a:RegistryNumber "223" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden), Deel: 223, Periode: 1..., Doopboek van de Pieterskerk (NH) te Leiden, 5 maart 1664 - 1681., 223"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/records/media/e09474bb-ae4c-262f-ddbf-011734e126ff/iiif/3/1422861/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/e09474bb-ae4c-262f-ddbf-011734e126ff" ;
    a2a:UriPreview "https://elo.memorix.io/resources/records/media/e09474bb-ae4c-262f-ddbf-011734e126ff/iiif/3/1422861/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/e09474bb-ae4c-262f-ddbf-011734e126ff" ;
  a2a:RecordGUID "{e09474bb-ae4c-262f-ddbf-011734e126ff}" ;
  a2a:SourceRemarkOpmerking "Doopdatum: 25-03-1671<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/1004/file/223\">Inventarisnummer 223 van archiefnummer 1004 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden)" ;
  a2a:SourceRemarkdeel "223" ;
  a2a:SourceRemarkregister_periode "1664-1681" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251225_25608_00025608.xml van ELO" .

[] a2a:PersonRemarkdiversen "Doopdatum: 25-03-1671" .
