@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_fcccc6ae-cd61-193e-4bcf-049ac4f899bd
  a a2a:Record ;
  rdfs:label "DTB Dopen op 17 november 1667 te Leiden" ;
  a2a:hasPerson oa:person_elo_fcccc6ae-cd61-193e-4bcf-049ac4f899bd_Person-2982f371-eca8-e894-d5b9-8044bbb00312, oa:person_elo_fcccc6ae-cd61-193e-4bcf-049ac4f899bd_Person-ecc35af1-0db5-f70e-5d16-47bdec253487, oa:person_elo_fcccc6ae-cd61-193e-4bcf-049ac4f899bd_Person-7521c815-2853-133d-c122-e31385c1cd32, oa:person_elo_fcccc6ae-cd61-193e-4bcf-049ac4f899bd_Person-1a19ba0b-e25f-b479-83e8-5665a4f6e8fa, oa:person_elo_fcccc6ae-cd61-193e-4bcf-049ac4f899bd_Person-ce5c6c6b-9903-48dd-0601-0a50f0de5b6f ;
  a2a:hasEvent oa:event_elo_fcccc6ae-cd61-193e-4bcf-049ac4f899bd_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_fcccc6ae-cd61-193e-4bcf-049ac4f899bd_0, oa:relationep_elo_fcccc6ae-cd61-193e-4bcf-049ac4f899bd_1, oa:relationep_elo_fcccc6ae-cd61-193e-4bcf-049ac4f899bd_2, oa:relationep_elo_fcccc6ae-cd61-193e-4bcf-049ac4f899bd_3, oa:relationep_elo_fcccc6ae-cd61-193e-4bcf-049ac4f899bd_4 ;
  a2a:hasSource oa:source_elo_fcccc6ae-cd61-193e-4bcf-049ac4f899bd .

oa:person_elo_fcccc6ae-cd61-193e-4bcf-049ac4f899bd_Person-2982f371-eca8-e894-d5b9-8044bbb00312
  a a2a:Person ;
  rdfs:label "Elisabeth" ;
  a2a:PersonName [
    rdfs:label "Elisabeth" ;
    a2a:PersonNameFirstName "Elisabeth"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_fcccc6ae-cd61-193e-4bcf-049ac4f899bd_Person-ecc35af1-0db5-f70e-5d16-47bdec253487
  a a2a:Person ;
  rdfs:label "Ari Jansz" ;
  a2a:PersonName [
    rdfs:label "Ari Jansz" ;
    a2a:PersonNameFirstName "Ari" ;
    a2a:PersonNamePatronym "Jansz"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_fcccc6ae-cd61-193e-4bcf-049ac4f899bd_Person-7521c815-2853-133d-c122-e31385c1cd32
  a a2a:Person ;
  rdfs:label "Trijntie Pieters" ;
  a2a:PersonName [
    rdfs:label "Trijntie Pieters" ;
    a2a:PersonNameFirstName "Trijntie" ;
    a2a:PersonNamePatronym "Pieters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_fcccc6ae-cd61-193e-4bcf-049ac4f899bd_Person-1a19ba0b-e25f-b479-83e8-5665a4f6e8fa
  a a2a:Person ;
  rdfs:label "Lijsbet Jans" ;
  a2a:PersonName [
    rdfs:label "Lijsbet Jans" ;
    a2a:PersonNameFirstName "Lijsbet" ;
    a2a:PersonNamePatronym "Jans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_fcccc6ae-cd61-193e-4bcf-049ac4f899bd_Person-ce5c6c6b-9903-48dd-0601-0a50f0de5b6f
  a a2a:Person ;
  rdfs:label "Sara Claes" ;
  a2a:PersonName [
    rdfs:label "Sara Claes" ;
    a2a:PersonNameFirstName "Sara" ;
    a2a:PersonNamePatronym "Claes"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_elo_fcccc6ae-cd61-193e-4bcf-049ac4f899bd_Event1
  a a2a:Event ;
  rdfs:label "other:DTB Dopen" ;
  a2a:EventType "other:DTB Dopen" ;
  a2a:EventDate [
    a2a:Year "1667" ;
    a2a:Month "11" ;
    a2a:Day "17" ;
    rdfs:label "1667-11-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:relationep_elo_fcccc6ae-cd61-193e-4bcf-049ac4f899bd_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_fcccc6ae-cd61-193e-4bcf-049ac4f899bd_Person:2982f371-eca8-e894-d5b9-8044bbb00312 ;
  a2a:EventKeyRef oa:event_elo_fcccc6ae-cd61-193e-4bcf-049ac4f899bd_Event1 .

oa:relationep_elo_fcccc6ae-cd61-193e-4bcf-049ac4f899bd_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_fcccc6ae-cd61-193e-4bcf-049ac4f899bd_Person:ecc35af1-0db5-f70e-5d16-47bdec253487 ;
  a2a:EventKeyRef oa:event_elo_fcccc6ae-cd61-193e-4bcf-049ac4f899bd_Event1 .

oa:relationep_elo_fcccc6ae-cd61-193e-4bcf-049ac4f899bd_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_fcccc6ae-cd61-193e-4bcf-049ac4f899bd_Person:7521c815-2853-133d-c122-e31385c1cd32 ;
  a2a:EventKeyRef oa:event_elo_fcccc6ae-cd61-193e-4bcf-049ac4f899bd_Event1 .

oa:relationep_elo_fcccc6ae-cd61-193e-4bcf-049ac4f899bd_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_fcccc6ae-cd61-193e-4bcf-049ac4f899bd_Person:1a19ba0b-e25f-b479-83e8-5665a4f6e8fa ;
  a2a:EventKeyRef oa:event_elo_fcccc6ae-cd61-193e-4bcf-049ac4f899bd_Event1 .

oa:relationep_elo_fcccc6ae-cd61-193e-4bcf-049ac4f899bd_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_fcccc6ae-cd61-193e-4bcf-049ac4f899bd_Person:ce5c6c6b-9903-48dd-0601-0a50f0de5b6f ;
  a2a:EventKeyRef oa:event_elo_fcccc6ae-cd61-193e-4bcf-049ac4f899bd_Event1 .

oa:source_elo_fcccc6ae-cd61-193e-4bcf-049ac4f899bd
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden", "1667-01-01 - 1674-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1667-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1674-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1667" ;
    a2a:Month "11" ;
    a2a:Day "17" ;
    rdfs:label "1667-11-17"^^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: 238, Periode: 1..." ;
    a2a:Book "Doopboek van de Hooglandse Kerk (NH) te Leiden, 1667 - 29 maart 1674." ;
    a2a:RegistryNumber "238" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden), Deel: 238, Periode: 1..., Doopboek van de Hooglandse Kerk (NH) te Leiden, 1667 - 29 maart 1674., 238"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/records/media/fcccc6ae-cd61-193e-4bcf-049ac4f899bd/iiif/3/1531916/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/fcccc6ae-cd61-193e-4bcf-049ac4f899bd" ;
    a2a:UriPreview "https://elo.memorix.io/resources/records/media/fcccc6ae-cd61-193e-4bcf-049ac4f899bd/iiif/3/1531916/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/fcccc6ae-cd61-193e-4bcf-049ac4f899bd" ;
  a2a:RecordGUID "{fcccc6ae-cd61-193e-4bcf-049ac4f899bd}" ;
  a2a:SourceRemarkOpmerking "Doopdatum: 17-11-1667<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/1004/file/238\">Inventarisnummer 238 van archiefnummer 1004 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden)" ;
  a2a:SourceRemarkdeel "238" ;
  a2a:SourceRemarkregister_periode "1667-1674" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251225_28310_00028310.xml van ELO" .

[] a2a:PersonRemarkdiversen "Doopdatum: 17-11-1667" .
