@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_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d
  a a2a:Record ;
  rdfs:label "DTB Dopen op 18 februari 1652 te Leiden" ;
  a2a:hasPerson oa:person_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_Person-cbd4da25-6cd7-fc5c-dfbb-cc23c86b00d4, oa:person_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_Person-c0212029-ff71-ed50-688e-43b52387a4f6, oa:person_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_Person-33dd49e8-3295-cd73-5cee-0ab41b59037d, oa:person_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_Person-16420c91-6eef-2008-dfcd-6269d3521060, oa:person_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_Person-79265ba0-0714-beda-de0d-4cc7b73e70e4, oa:person_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_Person-69e0f1ce-6cba-eb1c-eb1d-7f31ef20c311 ;
  a2a:hasEvent oa:event_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_0, oa:relationep_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_1, oa:relationep_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_2, oa:relationep_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_3, oa:relationep_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_4, oa:relationep_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_5 ;
  a2a:hasSource oa:source_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d .

oa:person_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_Person-cbd4da25-6cd7-fc5c-dfbb-cc23c86b00d4
  a a2a:Person ;
  rdfs:label "Francinken" ;
  a2a:PersonName [
    rdfs:label "Francinken" ;
    a2a:PersonNameFirstName "Francinken"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_Person-c0212029-ff71-ed50-688e-43b52387a4f6
  a a2a:Person ;
  rdfs:label "Emanuel Robbert" ;
  a2a:PersonName [
    rdfs:label "Emanuel Robbert" ;
    a2a:PersonNameFirstName "Emanuel" ;
    a2a:PersonNamePatronym "Robbert"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_Person-33dd49e8-3295-cd73-5cee-0ab41b59037d
  a a2a:Person ;
  rdfs:label "Melcher Crul" ;
  a2a:PersonName [
    rdfs:label "Melcher Crul" ;
    a2a:PersonNameFirstName "Melcher" ;
    a2a:PersonNameLastName "Crul"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_Person-16420c91-6eef-2008-dfcd-6269d3521060
  a a2a:Person ;
  rdfs:label "Geurt Wosthagen" ;
  a2a:PersonName [
    rdfs:label "Geurt Wosthagen" ;
    a2a:PersonNameFirstName "Geurt" ;
    a2a:PersonNameLastName "Wosthagen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_Person-79265ba0-0714-beda-de0d-4cc7b73e70e4
  a a2a:Person ;
  rdfs:label "Engelke van der Borg" ;
  a2a:PersonName [
    rdfs:label "Engelke van der Borg" ;
    a2a:PersonNameFirstName "Engelke" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Borg"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_Person-69e0f1ce-6cba-eb1c-eb1d-7f31ef20c311
  a a2a:Person ;
  rdfs:label "Grietie Snaphan" ;
  a2a:PersonName [
    rdfs:label "Grietie Snaphan" ;
    a2a:PersonNameFirstName "Grietie" ;
    a2a:PersonNameLastName "Snaphan"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_Event1
  a a2a:Event ;
  rdfs:label "other:DTB Dopen" ;
  a2a:EventType "other:DTB Dopen" ;
  a2a:EventDate [
    a2a:Year "1652" ;
    a2a:Month "2" ;
    a2a:Day "18" ;
    rdfs:label "1652-02-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:relationep_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_Person:cbd4da25-6cd7-fc5c-dfbb-cc23c86b00d4 ;
  a2a:EventKeyRef oa:event_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_Event1 .

oa:relationep_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_Person:c0212029-ff71-ed50-688e-43b52387a4f6 ;
  a2a:EventKeyRef oa:event_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_Event1 .

oa:relationep_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_Person:33dd49e8-3295-cd73-5cee-0ab41b59037d ;
  a2a:EventKeyRef oa:event_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_Event1 .

oa:relationep_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_Person:16420c91-6eef-2008-dfcd-6269d3521060 ;
  a2a:EventKeyRef oa:event_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_Event1 .

oa:relationep_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_Person:79265ba0-0714-beda-de0d-4cc7b73e70e4 ;
  a2a:EventKeyRef oa:event_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_Event1 .

oa:relationep_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_5
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_Person:69e0f1ce-6cba-eb1c-eb1d-7f31ef20c311 ;
  a2a:EventKeyRef oa:event_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d_Event1 .

oa:source_elo_1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden", "1613-01-01 - 1769-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1613-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1769-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1652" ;
    a2a:Month "2" ;
    a2a:Day "18" ;
    rdfs:label "1652-02-18"^^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: 280, Periode: 1..." ;
    a2a:Book "Doopboek van de Luthersche Gemeente te Leiden, 1613 - 1769." ;
    a2a:RegistryNumber "280" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden), Deel: 280, Periode: 1..., Doopboek van de Luthersche Gemeente te Leiden, 1613 - 1769., 280"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/iiif/3/c258afb8-41d2-423d-89b0-f202a7489da7/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d" ;
    a2a:UriPreview "https://elo.memorix.io/resources/iiif/3/c258afb8-41d2-423d-89b0-f202a7489da7/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/1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d" ;
  a2a:RecordGUID "{1e2f09a5-eec8-ccd3-2fce-f97958c9bc2d}" ;
  a2a:SourceRemarkOpmerking "Doopdatum: 18-02-1652<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/1004/file/280\">Inventarisnummer 280 van archiefnummer 1004 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden)" ;
  a2a:SourceRemarkdeel "280" ;
  a2a:SourceRemarkregister_periode "1613-1769" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260528_7334_00007334.xml van ELO" .

[] a2a:PersonRemarkdiversen "Doopdatum: 18-02-1652" .
