@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_aefd4c3d-ff9c-b98d-65c2-7387ff88965b
  a a2a:Record ;
  rdfs:label "DTB Dopen op 28 mei 1769 te Rijnsburg" ;
  a2a:hasPerson oa:person_elo_aefd4c3d-ff9c-b98d-65c2-7387ff88965b_Person-ecb25065-451b-9453-4a3a-c99f0e00b87a, oa:person_elo_aefd4c3d-ff9c-b98d-65c2-7387ff88965b_Person-0a585e4e-d14b-5508-d52f-8995fce127b2, oa:person_elo_aefd4c3d-ff9c-b98d-65c2-7387ff88965b_Person-a7d10950-61c5-6e54-03f3-3f41ad036df7, oa:person_elo_aefd4c3d-ff9c-b98d-65c2-7387ff88965b_Person-6c23f603-328a-e294-236b-94e28fe92536, oa:person_elo_aefd4c3d-ff9c-b98d-65c2-7387ff88965b_Person-ab00d4b2-a19f-2e3c-723b-9c9f53d38d73 ;
  a2a:hasEvent oa:event_elo_aefd4c3d-ff9c-b98d-65c2-7387ff88965b_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_aefd4c3d-ff9c-b98d-65c2-7387ff88965b_0, oa:relationep_elo_aefd4c3d-ff9c-b98d-65c2-7387ff88965b_1, oa:relationep_elo_aefd4c3d-ff9c-b98d-65c2-7387ff88965b_2, oa:relationep_elo_aefd4c3d-ff9c-b98d-65c2-7387ff88965b_3, oa:relationep_elo_aefd4c3d-ff9c-b98d-65c2-7387ff88965b_4 ;
  a2a:hasSource oa:source_elo_aefd4c3d-ff9c-b98d-65c2-7387ff88965b .

oa:person_elo_aefd4c3d-ff9c-b98d-65c2-7387ff88965b_Person-ecb25065-451b-9453-4a3a-c99f0e00b87a
  a a2a:Person ;
  rdfs:label "Jan de Koning" ;
  a2a:PersonName [
    rdfs:label "Jan de Koning" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Koning"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_aefd4c3d-ff9c-b98d-65c2-7387ff88965b_Person-0a585e4e-d14b-5508-d52f-8995fce127b2
  a a2a:Person ;
  rdfs:label "Dirkje Jansz de Koning" ;
  a2a:PersonName [
    rdfs:label "Dirkje Jansz de Koning" ;
    a2a:PersonNameFirstName "Dirkje" ;
    a2a:PersonNamePatronym "Jansz" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Koning"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_aefd4c3d-ff9c-b98d-65c2-7387ff88965b_Person-a7d10950-61c5-6e54-03f3-3f41ad036df7
  a a2a:Person ;
  rdfs:label "Neeltje Cornelis van Delft" ;
  a2a:PersonName [
    rdfs:label "Neeltje Cornelis van Delft" ;
    a2a:PersonNameFirstName "Neeltje" ;
    a2a:PersonNamePatronym "Cornelis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Delft"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_aefd4c3d-ff9c-b98d-65c2-7387ff88965b_Person-6c23f603-328a-e294-236b-94e28fe92536
  a a2a:Person ;
  rdfs:label "Jan de Koning" ;
  a2a:PersonName [
    rdfs:label "Jan de Koning" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Koning"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_aefd4c3d-ff9c-b98d-65c2-7387ff88965b_Person-ab00d4b2-a19f-2e3c-723b-9c9f53d38d73
  a a2a:Person ;
  rdfs:label "Griettje Zwaan" ;
  a2a:PersonName [
    rdfs:label "Griettje Zwaan" ;
    a2a:PersonNameFirstName "Griettje" ;
    a2a:PersonNameLastName "Zwaan"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_elo_aefd4c3d-ff9c-b98d-65c2-7387ff88965b_Event1
  a a2a:Event ;
  rdfs:label "other:DTB Dopen" ;
  a2a:EventType "other:DTB Dopen" ;
  a2a:EventDate [
    a2a:Year "1769" ;
    a2a:Month "5" ;
    a2a:Day "28" ;
    rdfs:label "1769-05-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rijnsburg" ;
    rdfs:label "Rijnsburg"
  ] .

oa:relationep_elo_aefd4c3d-ff9c-b98d-65c2-7387ff88965b_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_aefd4c3d-ff9c-b98d-65c2-7387ff88965b_Person:ecb25065-451b-9453-4a3a-c99f0e00b87a ;
  a2a:EventKeyRef oa:event_elo_aefd4c3d-ff9c-b98d-65c2-7387ff88965b_Event1 .

oa:relationep_elo_aefd4c3d-ff9c-b98d-65c2-7387ff88965b_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_aefd4c3d-ff9c-b98d-65c2-7387ff88965b_Person:0a585e4e-d14b-5508-d52f-8995fce127b2 ;
  a2a:EventKeyRef oa:event_elo_aefd4c3d-ff9c-b98d-65c2-7387ff88965b_Event1 .

oa:relationep_elo_aefd4c3d-ff9c-b98d-65c2-7387ff88965b_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_aefd4c3d-ff9c-b98d-65c2-7387ff88965b_Person:a7d10950-61c5-6e54-03f3-3f41ad036df7 ;
  a2a:EventKeyRef oa:event_elo_aefd4c3d-ff9c-b98d-65c2-7387ff88965b_Event1 .

oa:relationep_elo_aefd4c3d-ff9c-b98d-65c2-7387ff88965b_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_aefd4c3d-ff9c-b98d-65c2-7387ff88965b_Person:6c23f603-328a-e294-236b-94e28fe92536 ;
  a2a:EventKeyRef oa:event_elo_aefd4c3d-ff9c-b98d-65c2-7387ff88965b_Event1 .

oa:relationep_elo_aefd4c3d-ff9c-b98d-65c2-7387ff88965b_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_aefd4c3d-ff9c-b98d-65c2-7387ff88965b_Person:ab00d4b2-a19f-2e3c-723b-9c9f53d38d73 ;
  a2a:EventKeyRef oa:event_elo_aefd4c3d-ff9c-b98d-65c2-7387ff88965b_Event1 .

oa:source_elo_aefd4c3d-ff9c-b98d-65c2-7387ff88965b
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Rijnsburg" ;
    rdfs:label "Rijnsburg", "1713-01-01 - 1837-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1713-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1837-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1769" ;
    a2a:Month "5" ;
    a2a:Day "28" ;
    rdfs:label "1769-05-28"^^xsd:date
  ] ;
  a2a:SourceType "other:" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Ambachts-, Dorps- en Gemeentebestuur van Rijnsburg, Deel: 1214, Periode: 1713-1837" ;
    a2a:Book "Doopboek (NH) van Rijnsburg, 1713 - 1787." ;
    a2a:RegistryNumber "1214" ;
    a2a:Folio "38" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Ambachts-, Dorps- en Gemeentebestuur van Rijnsburg, Deel: 1214, Periode: 1713-1837, Doopboek (NH) van Rijnsburg, 1713 - 1787., 1214, 38"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/records/media/aefd4c3d-ff9c-b98d-65c2-7387ff88965b/iiif/3/593091/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/aefd4c3d-ff9c-b98d-65c2-7387ff88965b" ;
    a2a:UriPreview "https://elo.memorix.io/resources/records/media/aefd4c3d-ff9c-b98d-65c2-7387ff88965b/iiif/3/593091/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/aefd4c3d-ff9c-b98d-65c2-7387ff88965b" ;
  a2a:RecordGUID "{aefd4c3d-ff9c-b98d-65c2-7387ff88965b}" ;
  a2a:SourceRemarkOpmerking "Doopdatum: 28-05-1769<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/0700/file/1214\">Inventarisnummer 1214 van archiefnummer 0700 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Ambachts-, Dorps- en Gemeentebestuur van Rijnsburg" ;
  a2a:SourceRemarkdeel "1214" ;
  a2a:SourceRemarkregister_periode "1713-1837" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251225_17240_00017240.xml van ELO" .

[] a2a:PersonRemarkdiversen "Doopdatum: 28-05-1769" .
