@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_e0eab007-5f1a-499e-e0d5-685fc47e0122
  a a2a:Record ;
  rdfs:label "DTB Dopen op 16 mei 1802 te Hillegom" ;
  a2a:hasPerson oa:person_elo_e0eab007-5f1a-499e-e0d5-685fc47e0122_Person-2fa40206-036e-7880-3d4c-41913fd38a91, oa:person_elo_e0eab007-5f1a-499e-e0d5-685fc47e0122_Person-5a64b392-6925-2a5b-aae8-2b06279ce98f, oa:person_elo_e0eab007-5f1a-499e-e0d5-685fc47e0122_Person-6a39f40b-6d11-8637-1fa6-20df1e0244a2, oa:person_elo_e0eab007-5f1a-499e-e0d5-685fc47e0122_Person-aa045b47-d000-f64f-db37-2c6c461c0f13, oa:person_elo_e0eab007-5f1a-499e-e0d5-685fc47e0122_Person-04ae1188-71ec-a64f-67f6-93bf61b69fce ;
  a2a:hasEvent oa:event_elo_e0eab007-5f1a-499e-e0d5-685fc47e0122_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_e0eab007-5f1a-499e-e0d5-685fc47e0122_0, oa:relationep_elo_e0eab007-5f1a-499e-e0d5-685fc47e0122_1, oa:relationep_elo_e0eab007-5f1a-499e-e0d5-685fc47e0122_2, oa:relationep_elo_e0eab007-5f1a-499e-e0d5-685fc47e0122_3, oa:relationep_elo_e0eab007-5f1a-499e-e0d5-685fc47e0122_4 ;
  a2a:hasSource oa:source_elo_e0eab007-5f1a-499e-e0d5-685fc47e0122 .

oa:person_elo_e0eab007-5f1a-499e-e0d5-685fc47e0122_Person-2fa40206-036e-7880-3d4c-41913fd38a91
  a a2a:Person ;
  rdfs:label "Jacobus de Visser" ;
  a2a:PersonName [
    rdfs:label "Jacobus de Visser" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Visser"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1802" ;
    a2a:Month "5" ;
    a2a:Day "11" ;
    rdfs:label "1802-05-11"^^xsd:date
  ] .

oa:person_elo_e0eab007-5f1a-499e-e0d5-685fc47e0122_Person-5a64b392-6925-2a5b-aae8-2b06279ce98f
  a a2a:Person ;
  rdfs:label "Willem de Visser" ;
  a2a:PersonName [
    rdfs:label "Willem de Visser" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Visser"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_e0eab007-5f1a-499e-e0d5-685fc47e0122_Person-6a39f40b-6d11-8637-1fa6-20df1e0244a2
  a a2a:Person ;
  rdfs:label "Aagje Craamer" ;
  a2a:PersonName [
    rdfs:label "Aagje Craamer" ;
    a2a:PersonNameFirstName "Aagje" ;
    a2a:PersonNameLastName "Craamer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_e0eab007-5f1a-499e-e0d5-685fc47e0122_Person-aa045b47-d000-f64f-db37-2c6c461c0f13
  a a2a:Person ;
  rdfs:label "Margreta Emant" ;
  a2a:PersonName [
    rdfs:label "Margreta Emant" ;
    a2a:PersonNameFirstName "Margreta" ;
    a2a:PersonNameLastName "Emant"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_e0eab007-5f1a-499e-e0d5-685fc47e0122_Person-04ae1188-71ec-a64f-67f6-93bf61b69fce
  a a2a:Person ;
  rdfs:label "Lucas Craamer" ;
  a2a:PersonName [
    rdfs:label "Lucas Craamer" ;
    a2a:PersonNameFirstName "Lucas" ;
    a2a:PersonNameLastName "Craamer"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_elo_e0eab007-5f1a-499e-e0d5-685fc47e0122_Event1
  a a2a:Event ;
  rdfs:label "other:DTB Dopen" ;
  a2a:EventType "other:DTB Dopen" ;
  a2a:EventDate [
    a2a:Year "1802" ;
    a2a:Month "5" ;
    a2a:Day "16" ;
    rdfs:label "1802-05-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hillegom" ;
    rdfs:label "Hillegom"
  ] .

oa:relationep_elo_e0eab007-5f1a-499e-e0d5-685fc47e0122_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_e0eab007-5f1a-499e-e0d5-685fc47e0122_Person:2fa40206-036e-7880-3d4c-41913fd38a91 ;
  a2a:EventKeyRef oa:event_elo_e0eab007-5f1a-499e-e0d5-685fc47e0122_Event1 .

oa:relationep_elo_e0eab007-5f1a-499e-e0d5-685fc47e0122_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_e0eab007-5f1a-499e-e0d5-685fc47e0122_Person:5a64b392-6925-2a5b-aae8-2b06279ce98f ;
  a2a:EventKeyRef oa:event_elo_e0eab007-5f1a-499e-e0d5-685fc47e0122_Event1 .

oa:relationep_elo_e0eab007-5f1a-499e-e0d5-685fc47e0122_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_e0eab007-5f1a-499e-e0d5-685fc47e0122_Person:6a39f40b-6d11-8637-1fa6-20df1e0244a2 ;
  a2a:EventKeyRef oa:event_elo_e0eab007-5f1a-499e-e0d5-685fc47e0122_Event1 .

oa:relationep_elo_e0eab007-5f1a-499e-e0d5-685fc47e0122_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_e0eab007-5f1a-499e-e0d5-685fc47e0122_Person:aa045b47-d000-f64f-db37-2c6c461c0f13 ;
  a2a:EventKeyRef oa:event_elo_e0eab007-5f1a-499e-e0d5-685fc47e0122_Event1 .

oa:relationep_elo_e0eab007-5f1a-499e-e0d5-685fc47e0122_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_e0eab007-5f1a-499e-e0d5-685fc47e0122_Person:04ae1188-71ec-a64f-67f6-93bf61b69fce ;
  a2a:EventKeyRef oa:event_elo_e0eab007-5f1a-499e-e0d5-685fc47e0122_Event1 .

oa:source_elo_e0eab007-5f1a-499e-e0d5-685fc47e0122
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Hillegom" ;
    rdfs:label "Hillegom", "1749-01-01 - 1815-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1749-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1815-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1802" ;
    a2a:Month "5" ;
    a2a:Day "16" ;
    rdfs:label "1802-05-16"^^xsd:date
  ] ;
  a2a:SourceType "other:" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Doop-, Trouw- en Begraafregisters Hillegom, Deel: 4, Periode: 1749-1815" ;
    a2a:Book "Doopboek en trouwboek (NH) van Hillegom, 1749 - 1815." ;
    a2a:RegistryNumber "4" ;
    a2a:Folio "95" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Doop-, Trouw- en Begraafregisters Hillegom, Deel: 4, Periode: 1749-1815, Doopboek en trouwboek (NH) van Hillegom, 1749 - 1815., 4, 95"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/iiif/3/43440fc0-4459-4060-b4ee-e0b9e64bc9a9/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/e0eab007-5f1a-499e-e0d5-685fc47e0122" ;
    a2a:UriPreview "https://elo.memorix.io/resources/iiif/3/43440fc0-4459-4060-b4ee-e0b9e64bc9a9/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/e0eab007-5f1a-499e-e0d5-685fc47e0122" ;
  a2a:RecordGUID "{e0eab007-5f1a-499e-e0d5-685fc47e0122}" ;
  a2a:SourceRemarkOpmerking "Doopdatum: 16-05-1802<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/0837/file/4\">Inventarisnummer 4 van archiefnummer 0837 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Doop-, Trouw- en Begraafregisters Hillegom" ;
  a2a:SourceRemarkdeel "4" ;
  a2a:SourceRemarkregister_periode "1749-1815" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_1452_00001452.xml van ELO" .

[] a2a:PersonRemarkdiversen "Doopdatum: 16-05-1802" .
