@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_cd42a1a8-9cf4-3fd0-d559-e8863e012e9e
  a a2a:Record ;
  rdfs:label "DTB Dopen op 10 oktober 1751 te Warmond" ;
  a2a:hasPerson oa:person_elo_cd42a1a8-9cf4-3fd0-d559-e8863e012e9e_Person-eaf200ee-0fdc-28fe-a9ed-420decebde97, oa:person_elo_cd42a1a8-9cf4-3fd0-d559-e8863e012e9e_Person-2c1ef4a6-b956-05ee-7b8e-ba44df3b074c, oa:person_elo_cd42a1a8-9cf4-3fd0-d559-e8863e012e9e_Person-370a2fff-6ba9-4d89-b0b0-a7a60a18ccdc, oa:person_elo_cd42a1a8-9cf4-3fd0-d559-e8863e012e9e_Person-64d74e1d-26c2-1db2-f936-b53e4e433173, oa:person_elo_cd42a1a8-9cf4-3fd0-d559-e8863e012e9e_Person-86710de6-41af-00f4-c593-a214fcc7523e ;
  a2a:hasEvent oa:event_elo_cd42a1a8-9cf4-3fd0-d559-e8863e012e9e_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_cd42a1a8-9cf4-3fd0-d559-e8863e012e9e_0, oa:relationep_elo_cd42a1a8-9cf4-3fd0-d559-e8863e012e9e_1, oa:relationep_elo_cd42a1a8-9cf4-3fd0-d559-e8863e012e9e_2, oa:relationep_elo_cd42a1a8-9cf4-3fd0-d559-e8863e012e9e_3, oa:relationep_elo_cd42a1a8-9cf4-3fd0-d559-e8863e012e9e_4 ;
  a2a:hasSource oa:source_elo_cd42a1a8-9cf4-3fd0-d559-e8863e012e9e .

oa:person_elo_cd42a1a8-9cf4-3fd0-d559-e8863e012e9e_Person-eaf200ee-0fdc-28fe-a9ed-420decebde97
  a a2a:Person ;
  rdfs:label "Antje Raaphorst" ;
  a2a:PersonName [
    rdfs:label "Antje Raaphorst" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNameLastName "Raaphorst"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_cd42a1a8-9cf4-3fd0-d559-e8863e012e9e_Person-2c1ef4a6-b956-05ee-7b8e-ba44df3b074c
  a a2a:Person ;
  rdfs:label "Aart Jacobs Raaphorst" ;
  a2a:PersonName [
    rdfs:label "Aart Jacobs Raaphorst" ;
    a2a:PersonNameFirstName "Aart" ;
    a2a:PersonNamePatronym "Jacobs" ;
    a2a:PersonNameLastName "Raaphorst"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_cd42a1a8-9cf4-3fd0-d559-e8863e012e9e_Person-370a2fff-6ba9-4d89-b0b0-a7a60a18ccdc
  a a2a:Person ;
  rdfs:label "Trijntje Ariens van Heijningen" ;
  a2a:PersonName [
    rdfs:label "Trijntje Ariens van Heijningen" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNamePatronym "Ariens" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Heijningen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_cd42a1a8-9cf4-3fd0-d559-e8863e012e9e_Person-64d74e1d-26c2-1db2-f936-b53e4e433173
  a a2a:Person ;
  rdfs:label "Aafje van Heijninge" ;
  a2a:PersonName [
    rdfs:label "Aafje van Heijninge" ;
    a2a:PersonNameFirstName "Aafje" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Heijninge"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_cd42a1a8-9cf4-3fd0-d559-e8863e012e9e_Person-86710de6-41af-00f4-c593-a214fcc7523e
  a a2a:Person ;
  rdfs:label "Willem van Heijningen" ;
  a2a:PersonName [
    rdfs:label "Willem van Heijningen" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Heijningen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_elo_cd42a1a8-9cf4-3fd0-d559-e8863e012e9e_Event1
  a a2a:Event ;
  rdfs:label "other:DTB Dopen" ;
  a2a:EventType "other:DTB Dopen" ;
  a2a:EventDate [
    a2a:Year "1751" ;
    a2a:Month "10" ;
    a2a:Day "10" ;
    rdfs:label "1751-10-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Warmond" ;
    rdfs:label "Warmond"
  ] .

oa:relationep_elo_cd42a1a8-9cf4-3fd0-d559-e8863e012e9e_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_cd42a1a8-9cf4-3fd0-d559-e8863e012e9e_Person:eaf200ee-0fdc-28fe-a9ed-420decebde97 ;
  a2a:EventKeyRef oa:event_elo_cd42a1a8-9cf4-3fd0-d559-e8863e012e9e_Event1 .

oa:relationep_elo_cd42a1a8-9cf4-3fd0-d559-e8863e012e9e_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_cd42a1a8-9cf4-3fd0-d559-e8863e012e9e_Person:2c1ef4a6-b956-05ee-7b8e-ba44df3b074c ;
  a2a:EventKeyRef oa:event_elo_cd42a1a8-9cf4-3fd0-d559-e8863e012e9e_Event1 .

oa:relationep_elo_cd42a1a8-9cf4-3fd0-d559-e8863e012e9e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_cd42a1a8-9cf4-3fd0-d559-e8863e012e9e_Person:370a2fff-6ba9-4d89-b0b0-a7a60a18ccdc ;
  a2a:EventKeyRef oa:event_elo_cd42a1a8-9cf4-3fd0-d559-e8863e012e9e_Event1 .

oa:relationep_elo_cd42a1a8-9cf4-3fd0-d559-e8863e012e9e_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_cd42a1a8-9cf4-3fd0-d559-e8863e012e9e_Person:64d74e1d-26c2-1db2-f936-b53e4e433173 ;
  a2a:EventKeyRef oa:event_elo_cd42a1a8-9cf4-3fd0-d559-e8863e012e9e_Event1 .

oa:relationep_elo_cd42a1a8-9cf4-3fd0-d559-e8863e012e9e_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_cd42a1a8-9cf4-3fd0-d559-e8863e012e9e_Person:86710de6-41af-00f4-c593-a214fcc7523e ;
  a2a:EventKeyRef oa:event_elo_cd42a1a8-9cf4-3fd0-d559-e8863e012e9e_Event1 .

oa:source_elo_cd42a1a8-9cf4-3fd0-d559-e8863e012e9e
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Warmond" ;
    rdfs:label "Warmond", "1721-01-01 - 1812-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1721-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1812-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1751" ;
    a2a:Month "10" ;
    a2a:Day "10" ;
    rdfs:label "1751-10-10"^^xsd:date
  ] ;
  a2a:SourceType "other:" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Gemeente Warmond (1575-1930), Deel: 716, Periode: 1721-1812" ;
    a2a:Book "Doopboek (NH) van Warmond, 1721 - 1812; met index." ;
    a2a:RegistryNumber "716" ;
    a2a:Folio "18" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Gemeente Warmond (1575-1930), Deel: 716, Periode: 1721-1812, Doopboek (NH) van Warmond, 1721 - 1812; met index., 716, 18"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/records/media/cd42a1a8-9cf4-3fd0-d559-e8863e012e9e/iiif/3/570142/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/cd42a1a8-9cf4-3fd0-d559-e8863e012e9e" ;
    a2a:UriPreview "https://elo.memorix.io/resources/records/media/cd42a1a8-9cf4-3fd0-d559-e8863e012e9e/iiif/3/570142/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/cd42a1a8-9cf4-3fd0-d559-e8863e012e9e" ;
  a2a:RecordGUID "{cd42a1a8-9cf4-3fd0-d559-e8863e012e9e}" ;
  a2a:SourceRemarkOpmerking "Doopdatum: 10-10-1751<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/0600/file/716\">Inventarisnummer 716 van archiefnummer 0600 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Gemeente Warmond (1575-1930)" ;
  a2a:SourceRemarkdeel "716" ;
  a2a:SourceRemarkregister_periode "1721-1812" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251225_24495_00024495.xml van ELO" .

[] a2a:PersonRemarkdiversen "Doopdatum: 10-10-1751" .
