@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_deeda950-bfcc-9fc4-f52b-5486526b8fdf
  a a2a:Record ;
  rdfs:label "DTB Dopen op 31 januari 1655 te Leiden" ;
  a2a:hasPerson oa:person_elo_deeda950-bfcc-9fc4-f52b-5486526b8fdf_Person-9e99106a-56d4-ba73-14c6-3e90442899c1, oa:person_elo_deeda950-bfcc-9fc4-f52b-5486526b8fdf_Person-5387068b-c4f8-ea75-3d15-58aa65a77ca8, oa:person_elo_deeda950-bfcc-9fc4-f52b-5486526b8fdf_Person-7dd399ae-a009-3b46-bf95-3e316eba27a7, oa:person_elo_deeda950-bfcc-9fc4-f52b-5486526b8fdf_Person-6bbc7a75-2b33-4e97-7218-88c9a8a3efe1, oa:person_elo_deeda950-bfcc-9fc4-f52b-5486526b8fdf_Person-7391136b-15e9-7fbf-5882-6a7cd25460e0 ;
  a2a:hasEvent oa:event_elo_deeda950-bfcc-9fc4-f52b-5486526b8fdf_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_deeda950-bfcc-9fc4-f52b-5486526b8fdf_0, oa:relationep_elo_deeda950-bfcc-9fc4-f52b-5486526b8fdf_1, oa:relationep_elo_deeda950-bfcc-9fc4-f52b-5486526b8fdf_2, oa:relationep_elo_deeda950-bfcc-9fc4-f52b-5486526b8fdf_3, oa:relationep_elo_deeda950-bfcc-9fc4-f52b-5486526b8fdf_4 ;
  a2a:hasSource oa:source_elo_deeda950-bfcc-9fc4-f52b-5486526b8fdf .

oa:person_elo_deeda950-bfcc-9fc4-f52b-5486526b8fdf_Person-9e99106a-56d4-ba73-14c6-3e90442899c1
  a a2a:Person ;
  rdfs:label "Hans" ;
  a2a:PersonName [
    rdfs:label "Hans" ;
    a2a:PersonNameFirstName "Hans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_deeda950-bfcc-9fc4-f52b-5486526b8fdf_Person-5387068b-c4f8-ea75-3d15-58aa65a77ca8
  a a2a:Person ;
  rdfs:label "Wenart Rolants" ;
  a2a:PersonName [
    rdfs:label "Wenart Rolants" ;
    a2a:PersonNameFirstName "Wenart" ;
    a2a:PersonNamePatronym "Rolants"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_deeda950-bfcc-9fc4-f52b-5486526b8fdf_Person-7dd399ae-a009-3b46-bf95-3e316eba27a7
  a a2a:Person ;
  rdfs:label "Niclaes Coop" ;
  a2a:PersonName [
    rdfs:label "Niclaes Coop" ;
    a2a:PersonNameFirstName "Niclaes" ;
    a2a:PersonNameLastName "Coop"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_deeda950-bfcc-9fc4-f52b-5486526b8fdf_Person-6bbc7a75-2b33-4e97-7218-88c9a8a3efe1
  a a2a:Person ;
  rdfs:label "Beatrix van de Pool" ;
  a2a:PersonName [
    rdfs:label "Beatrix van de Pool" ;
    a2a:PersonNameFirstName "Beatrix" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Pool"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_deeda950-bfcc-9fc4-f52b-5486526b8fdf_Person-7391136b-15e9-7fbf-5882-6a7cd25460e0
  a a2a:Person ;
  rdfs:label "Willem Hoornborstel" ;
  a2a:PersonName [
    rdfs:label "Willem Hoornborstel" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Hoornborstel"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_elo_deeda950-bfcc-9fc4-f52b-5486526b8fdf_Event1
  a a2a:Event ;
  rdfs:label "other:DTB Dopen" ;
  a2a:EventType "other:DTB Dopen" ;
  a2a:EventDate [
    a2a:Year "1655" ;
    a2a:Month "1" ;
    a2a:Day "31" ;
    rdfs:label "1655-01-31"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:relationep_elo_deeda950-bfcc-9fc4-f52b-5486526b8fdf_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_deeda950-bfcc-9fc4-f52b-5486526b8fdf_Person:9e99106a-56d4-ba73-14c6-3e90442899c1 ;
  a2a:EventKeyRef oa:event_elo_deeda950-bfcc-9fc4-f52b-5486526b8fdf_Event1 .

oa:relationep_elo_deeda950-bfcc-9fc4-f52b-5486526b8fdf_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_deeda950-bfcc-9fc4-f52b-5486526b8fdf_Person:5387068b-c4f8-ea75-3d15-58aa65a77ca8 ;
  a2a:EventKeyRef oa:event_elo_deeda950-bfcc-9fc4-f52b-5486526b8fdf_Event1 .

oa:relationep_elo_deeda950-bfcc-9fc4-f52b-5486526b8fdf_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_deeda950-bfcc-9fc4-f52b-5486526b8fdf_Person:7dd399ae-a009-3b46-bf95-3e316eba27a7 ;
  a2a:EventKeyRef oa:event_elo_deeda950-bfcc-9fc4-f52b-5486526b8fdf_Event1 .

oa:relationep_elo_deeda950-bfcc-9fc4-f52b-5486526b8fdf_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_deeda950-bfcc-9fc4-f52b-5486526b8fdf_Person:6bbc7a75-2b33-4e97-7218-88c9a8a3efe1 ;
  a2a:EventKeyRef oa:event_elo_deeda950-bfcc-9fc4-f52b-5486526b8fdf_Event1 .

oa:relationep_elo_deeda950-bfcc-9fc4-f52b-5486526b8fdf_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_deeda950-bfcc-9fc4-f52b-5486526b8fdf_Person:7391136b-15e9-7fbf-5882-6a7cd25460e0 ;
  a2a:EventKeyRef oa:event_elo_deeda950-bfcc-9fc4-f52b-5486526b8fdf_Event1 .

oa:source_elo_deeda950-bfcc-9fc4-f52b-5486526b8fdf
  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 "1655" ;
    a2a:Month "1" ;
    a2a:Day "31" ;
    rdfs:label "1655-01-31"^^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/records/media/deeda950-bfcc-9fc4-f52b-5486526b8fdf/iiif/3/1822330/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/deeda950-bfcc-9fc4-f52b-5486526b8fdf" ;
    a2a:UriPreview "https://elo.memorix.io/resources/records/media/deeda950-bfcc-9fc4-f52b-5486526b8fdf/iiif/3/1822330/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/deeda950-bfcc-9fc4-f52b-5486526b8fdf" ;
  a2a:RecordGUID "{deeda950-bfcc-9fc4-f52b-5486526b8fdf}" ;
  a2a:SourceRemarkOpmerking "Doopdatum: 31-01-1655<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_20251225_25674_00025674.xml van ELO" .

[] a2a:PersonRemarkdiversen "Doopdatum: 31-01-1655" .
