@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_f64cea2f-4dba-7aa4-895a-dc068b9fa389
  a a2a:Record ;
  rdfs:label "DTB Dopen op 12 januari 1614 te Leiden" ;
  a2a:hasPerson oa:person_elo_f64cea2f-4dba-7aa4-895a-dc068b9fa389_Person-2d1577c1-64d8-d1ed-f2a9-aab5174f4454, oa:person_elo_f64cea2f-4dba-7aa4-895a-dc068b9fa389_Person-06985e58-0f20-2961-a8b2-e3c7a8c731a5, oa:person_elo_f64cea2f-4dba-7aa4-895a-dc068b9fa389_Person-386276f5-170a-a70d-042f-f277ec56b71c, oa:person_elo_f64cea2f-4dba-7aa4-895a-dc068b9fa389_Person-4ca9b6d2-7438-b06c-7c14-5bf76c349b37, oa:person_elo_f64cea2f-4dba-7aa4-895a-dc068b9fa389_Person-21ae6aab-935f-8653-c40b-573d78f26993 ;
  a2a:hasEvent oa:event_elo_f64cea2f-4dba-7aa4-895a-dc068b9fa389_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_f64cea2f-4dba-7aa4-895a-dc068b9fa389_0, oa:relationep_elo_f64cea2f-4dba-7aa4-895a-dc068b9fa389_1, oa:relationep_elo_f64cea2f-4dba-7aa4-895a-dc068b9fa389_2, oa:relationep_elo_f64cea2f-4dba-7aa4-895a-dc068b9fa389_3, oa:relationep_elo_f64cea2f-4dba-7aa4-895a-dc068b9fa389_4 ;
  a2a:hasSource oa:source_elo_f64cea2f-4dba-7aa4-895a-dc068b9fa389 .

oa:person_elo_f64cea2f-4dba-7aa4-895a-dc068b9fa389_Person-2d1577c1-64d8-d1ed-f2a9-aab5174f4454
  a a2a:Person ;
  rdfs:label "Nn" ;
  a2a:PersonName [
    rdfs:label "Nn" ;
    a2a:PersonNameFirstName "Nn"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_f64cea2f-4dba-7aa4-895a-dc068b9fa389_Person-06985e58-0f20-2961-a8b2-e3c7a8c731a5
  a a2a:Person ;
  rdfs:label "Nicolas" ;
  a2a:PersonName [
    rdfs:label "Nicolas" ;
    a2a:PersonNameFirstName "Nicolas"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_f64cea2f-4dba-7aa4-895a-dc068b9fa389_Person-386276f5-170a-a70d-042f-f277ec56b71c
  a a2a:Person ;
  rdfs:label "Marrie de Harne" ;
  a2a:PersonName [
    rdfs:label "Marrie de Harne" ;
    a2a:PersonNameFirstName "Marrie" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Harne"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_f64cea2f-4dba-7aa4-895a-dc068b9fa389_Person-4ca9b6d2-7438-b06c-7c14-5bf76c349b37
  a a2a:Person ;
  rdfs:label "Martin Obin" ;
  a2a:PersonName [
    rdfs:label "Martin Obin" ;
    a2a:PersonNameFirstName "Martin" ;
    a2a:PersonNameLastName "Obin"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_f64cea2f-4dba-7aa4-895a-dc068b9fa389_Person-21ae6aab-935f-8653-c40b-573d78f26993
  a a2a:Person ;
  rdfs:label "Lijsbet le Maistre" ;
  a2a:PersonName [
    rdfs:label "Lijsbet le Maistre" ;
    a2a:PersonNameFirstName "Lijsbet" ;
    a2a:PersonNamePrefixLastName "le" ;
    a2a:PersonNameLastName "Maistre"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_elo_f64cea2f-4dba-7aa4-895a-dc068b9fa389_Event1
  a a2a:Event ;
  rdfs:label "other:DTB Dopen" ;
  a2a:EventType "other:DTB Dopen" ;
  a2a:EventDate [
    a2a:Year "1614" ;
    a2a:Month "1" ;
    a2a:Day "12" ;
    rdfs:label "1614-01-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:relationep_elo_f64cea2f-4dba-7aa4-895a-dc068b9fa389_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_f64cea2f-4dba-7aa4-895a-dc068b9fa389_Person:2d1577c1-64d8-d1ed-f2a9-aab5174f4454 ;
  a2a:EventKeyRef oa:event_elo_f64cea2f-4dba-7aa4-895a-dc068b9fa389_Event1 .

oa:relationep_elo_f64cea2f-4dba-7aa4-895a-dc068b9fa389_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_f64cea2f-4dba-7aa4-895a-dc068b9fa389_Person:06985e58-0f20-2961-a8b2-e3c7a8c731a5 ;
  a2a:EventKeyRef oa:event_elo_f64cea2f-4dba-7aa4-895a-dc068b9fa389_Event1 .

oa:relationep_elo_f64cea2f-4dba-7aa4-895a-dc068b9fa389_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_f64cea2f-4dba-7aa4-895a-dc068b9fa389_Person:386276f5-170a-a70d-042f-f277ec56b71c ;
  a2a:EventKeyRef oa:event_elo_f64cea2f-4dba-7aa4-895a-dc068b9fa389_Event1 .

oa:relationep_elo_f64cea2f-4dba-7aa4-895a-dc068b9fa389_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_f64cea2f-4dba-7aa4-895a-dc068b9fa389_Person:4ca9b6d2-7438-b06c-7c14-5bf76c349b37 ;
  a2a:EventKeyRef oa:event_elo_f64cea2f-4dba-7aa4-895a-dc068b9fa389_Event1 .

oa:relationep_elo_f64cea2f-4dba-7aa4-895a-dc068b9fa389_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_f64cea2f-4dba-7aa4-895a-dc068b9fa389_Person:21ae6aab-935f-8653-c40b-573d78f26993 ;
  a2a:EventKeyRef oa:event_elo_f64cea2f-4dba-7aa4-895a-dc068b9fa389_Event1 .

oa:source_elo_f64cea2f-4dba-7aa4-895a-dc068b9fa389
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden", "1599-01-01 - 1627-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1599-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1627-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1614" ;
    a2a:Month "1" ;
    a2a:Day "12" ;
    rdfs:label "1614-01-12"^^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: 270, Periode: 1..." ;
    a2a:Book "Doopboek van de Vrouwekerk (Waals, NH) te Leiden, 1599 - 29 juli 1627." ;
    a2a:RegistryNumber "270" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden), Deel: 270, Periode: 1..., Doopboek van de Vrouwekerk (Waals, NH) te Leiden, 1599 - 29 juli 1627., 270"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/iiif/3/96c1d605-638a-4e30-ae77-4d0036705e76/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/f64cea2f-4dba-7aa4-895a-dc068b9fa389" ;
    a2a:UriPreview "https://elo.memorix.io/resources/iiif/3/96c1d605-638a-4e30-ae77-4d0036705e76/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/f64cea2f-4dba-7aa4-895a-dc068b9fa389" ;
  a2a:RecordGUID "{f64cea2f-4dba-7aa4-895a-dc068b9fa389}" ;
  a2a:SourceRemarkOpmerking "Doopdatum: 12-01-1614<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/1004/file/270\">Inventarisnummer 270 van archiefnummer 1004 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden)" ;
  a2a:SourceRemarkdeel "270" ;
  a2a:SourceRemarkregister_periode "1599-1627" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260701_13896_00013896.xml van ELO" .

[] a2a:PersonRemarkdiversen "Doopdatum: 12-01-1614" .
