@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_12e97b40-0b69-732f-dcaa-e308316bb31f
  a a2a:Record ;
  rdfs:label "DTB Dopen op 10 december 1800 te Hillegom" ;
  a2a:hasPerson oa:person_elo_12e97b40-0b69-732f-dcaa-e308316bb31f_Person-b5a18d68-b82c-11cb-867a-6ed617d21f47, oa:person_elo_12e97b40-0b69-732f-dcaa-e308316bb31f_Person-9129c8d9-2f3f-e619-88cf-b90605101d5b, oa:person_elo_12e97b40-0b69-732f-dcaa-e308316bb31f_Person-17cb681b-1a0a-596e-e89f-d7fc79a8caba, oa:person_elo_12e97b40-0b69-732f-dcaa-e308316bb31f_Person-491886b5-2456-aa80-4c36-c783a863140c, oa:person_elo_12e97b40-0b69-732f-dcaa-e308316bb31f_Person-855afc9c-560e-c1c1-8fcc-7239bbac8046 ;
  a2a:hasEvent oa:event_elo_12e97b40-0b69-732f-dcaa-e308316bb31f_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_12e97b40-0b69-732f-dcaa-e308316bb31f_0, oa:relationep_elo_12e97b40-0b69-732f-dcaa-e308316bb31f_1, oa:relationep_elo_12e97b40-0b69-732f-dcaa-e308316bb31f_2, oa:relationep_elo_12e97b40-0b69-732f-dcaa-e308316bb31f_3, oa:relationep_elo_12e97b40-0b69-732f-dcaa-e308316bb31f_4 ;
  a2a:hasSource oa:source_elo_12e97b40-0b69-732f-dcaa-e308316bb31f .

oa:person_elo_12e97b40-0b69-732f-dcaa-e308316bb31f_Person-b5a18d68-b82c-11cb-867a-6ed617d21f47
  a a2a:Person ;
  rdfs:label "Martinus Jonkheer" ;
  a2a:PersonName [
    rdfs:label "Martinus Jonkheer" ;
    a2a:PersonNameFirstName "Martinus" ;
    a2a:PersonNameLastName "Jonkheer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_12e97b40-0b69-732f-dcaa-e308316bb31f_Person-9129c8d9-2f3f-e619-88cf-b90605101d5b
  a a2a:Person ;
  rdfs:label "Dirk Jonkheer" ;
  a2a:PersonName [
    rdfs:label "Dirk Jonkheer" ;
    a2a:PersonNameFirstName "Dirk" ;
    a2a:PersonNameLastName "Jonkheer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_12e97b40-0b69-732f-dcaa-e308316bb31f_Person-17cb681b-1a0a-596e-e89f-d7fc79a8caba
  a a2a:Person ;
  rdfs:label "Gritje Veld" ;
  a2a:PersonName [
    rdfs:label "Gritje Veld" ;
    a2a:PersonNameFirstName "Gritje" ;
    a2a:PersonNameLastName "Veld"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_12e97b40-0b69-732f-dcaa-e308316bb31f_Person-491886b5-2456-aa80-4c36-c783a863140c
  a a2a:Person ;
  rdfs:label "Cornelis Jonkheer" ;
  a2a:PersonName [
    rdfs:label "Cornelis Jonkheer" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Jonkheer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_12e97b40-0b69-732f-dcaa-e308316bb31f_Person-855afc9c-560e-c1c1-8fcc-7239bbac8046
  a a2a:Person ;
  rdfs:label "Geertrui Zeerden" ;
  a2a:PersonName [
    rdfs:label "Geertrui Zeerden" ;
    a2a:PersonNameFirstName "Geertrui" ;
    a2a:PersonNameLastName "Zeerden"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_elo_12e97b40-0b69-732f-dcaa-e308316bb31f_Event1
  a a2a:Event ;
  rdfs:label "other:DTB Dopen" ;
  a2a:EventType "other:DTB Dopen" ;
  a2a:EventDate [
    a2a:Year "1800" ;
    a2a:Month "12" ;
    a2a:Day "10" ;
    rdfs:label "1800-12-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hillegom" ;
    rdfs:label "Hillegom"
  ] .

oa:relationep_elo_12e97b40-0b69-732f-dcaa-e308316bb31f_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_12e97b40-0b69-732f-dcaa-e308316bb31f_Person:b5a18d68-b82c-11cb-867a-6ed617d21f47 ;
  a2a:EventKeyRef oa:event_elo_12e97b40-0b69-732f-dcaa-e308316bb31f_Event1 .

oa:relationep_elo_12e97b40-0b69-732f-dcaa-e308316bb31f_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_12e97b40-0b69-732f-dcaa-e308316bb31f_Person:9129c8d9-2f3f-e619-88cf-b90605101d5b ;
  a2a:EventKeyRef oa:event_elo_12e97b40-0b69-732f-dcaa-e308316bb31f_Event1 .

oa:relationep_elo_12e97b40-0b69-732f-dcaa-e308316bb31f_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_12e97b40-0b69-732f-dcaa-e308316bb31f_Person:17cb681b-1a0a-596e-e89f-d7fc79a8caba ;
  a2a:EventKeyRef oa:event_elo_12e97b40-0b69-732f-dcaa-e308316bb31f_Event1 .

oa:relationep_elo_12e97b40-0b69-732f-dcaa-e308316bb31f_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_12e97b40-0b69-732f-dcaa-e308316bb31f_Person:491886b5-2456-aa80-4c36-c783a863140c ;
  a2a:EventKeyRef oa:event_elo_12e97b40-0b69-732f-dcaa-e308316bb31f_Event1 .

oa:relationep_elo_12e97b40-0b69-732f-dcaa-e308316bb31f_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_12e97b40-0b69-732f-dcaa-e308316bb31f_Person:855afc9c-560e-c1c1-8fcc-7239bbac8046 ;
  a2a:EventKeyRef oa:event_elo_12e97b40-0b69-732f-dcaa-e308316bb31f_Event1 .

oa:source_elo_12e97b40-0b69-732f-dcaa-e308316bb31f
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Hillegom" ;
    rdfs:label "Hillegom", "1788-01-01 - 1812-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1788-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1812-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1800" ;
    a2a:Month "12" ;
    a2a:Day "10" ;
    rdfs:label "1800-12-10"^^xsd:date
  ] ;
  a2a:SourceType "other:" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Doop-, Trouw- en Begraafregisters Hillegom, Deel: 9, Periode: 1788-1812" ;
    a2a:Book "Doopboek en trouwboek (RK) van Hillegom, 1788 - 1812." ;
    a2a:RegistryNumber "9" ;
    a2a:Folio "56" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Doop-, Trouw- en Begraafregisters Hillegom, Deel: 9, Periode: 1788-1812, Doopboek en trouwboek (RK) van Hillegom, 1788 - 1812., 9, 56"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/iiif/3/e5367275-8d15-4524-a08d-d5661c8466f3/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/12e97b40-0b69-732f-dcaa-e308316bb31f" ;
    a2a:UriPreview "https://elo.memorix.io/resources/iiif/3/e5367275-8d15-4524-a08d-d5661c8466f3/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/12e97b40-0b69-732f-dcaa-e308316bb31f" ;
  a2a:RecordGUID "{12e97b40-0b69-732f-dcaa-e308316bb31f}" ;
  a2a:SourceRemarkOpmerking "Doopdatum: 10-12-1800<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/0837/file/9\">Inventarisnummer 9 van archiefnummer 0837 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Doop-, Trouw- en Begraafregisters Hillegom" ;
  a2a:SourceRemarkdeel "9" ;
  a2a:SourceRemarkregister_periode "1788-1812" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260701_398_00000398.xml van ELO" .

[] a2a:PersonRemarkdiversen "Doopdatum: 10-12-1800" .
