@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_d60f2236-ebb7-92bb-1cda-08d0dbced923
  a a2a:Record ;
  rdfs:label "DTB Dopen op 11 augustus 1641 te Leiden" ;
  a2a:hasPerson oa:person_elo_d60f2236-ebb7-92bb-1cda-08d0dbced923_Person-cc250b7b-95b4-08aa-d215-708bc9c04a03, oa:person_elo_d60f2236-ebb7-92bb-1cda-08d0dbced923_Person-caa7d006-771f-9834-6275-31f987c26d65, oa:person_elo_d60f2236-ebb7-92bb-1cda-08d0dbced923_Person-3b157398-9c50-7bdd-097c-5b4f8f9c2ed5, oa:person_elo_d60f2236-ebb7-92bb-1cda-08d0dbced923_Person-dc5541a5-479d-ff7a-910c-5ca0a74f3d9a, oa:person_elo_d60f2236-ebb7-92bb-1cda-08d0dbced923_Person-75b21d93-cf1d-aced-f8c8-ada31e7e9100 ;
  a2a:hasEvent oa:event_elo_d60f2236-ebb7-92bb-1cda-08d0dbced923_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_d60f2236-ebb7-92bb-1cda-08d0dbced923_0, oa:relationep_elo_d60f2236-ebb7-92bb-1cda-08d0dbced923_1, oa:relationep_elo_d60f2236-ebb7-92bb-1cda-08d0dbced923_2, oa:relationep_elo_d60f2236-ebb7-92bb-1cda-08d0dbced923_3, oa:relationep_elo_d60f2236-ebb7-92bb-1cda-08d0dbced923_4 ;
  a2a:hasSource oa:source_elo_d60f2236-ebb7-92bb-1cda-08d0dbced923 .

oa:person_elo_d60f2236-ebb7-92bb-1cda-08d0dbced923_Person-cc250b7b-95b4-08aa-d215-708bc9c04a03
  a a2a:Person ;
  rdfs:label "Matthias" ;
  a2a:PersonName [
    rdfs:label "Matthias" ;
    a2a:PersonNameFirstName "Matthias"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_d60f2236-ebb7-92bb-1cda-08d0dbced923_Person-caa7d006-771f-9834-6275-31f987c26d65
  a a2a:Person ;
  rdfs:label "Matthias Staes" ;
  a2a:PersonName [
    rdfs:label "Matthias Staes" ;
    a2a:PersonNameFirstName "Matthias" ;
    a2a:PersonNamePatronym "Staes"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_d60f2236-ebb7-92bb-1cda-08d0dbced923_Person-3b157398-9c50-7bdd-097c-5b4f8f9c2ed5
  a a2a:Person ;
  rdfs:label "Jacob Cornelis van den Bosh" ;
  a2a:PersonName [
    rdfs:label "Jacob Cornelis van den Bosh" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNamePatronym "Cornelis" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Bosh"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_d60f2236-ebb7-92bb-1cda-08d0dbced923_Person-dc5541a5-479d-ff7a-910c-5ca0a74f3d9a
  a a2a:Person ;
  rdfs:label "Urselke Arents" ;
  a2a:PersonName [
    rdfs:label "Urselke Arents" ;
    a2a:PersonNameFirstName "Urselke" ;
    a2a:PersonNamePatronym "Arents"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_d60f2236-ebb7-92bb-1cda-08d0dbced923_Person-75b21d93-cf1d-aced-f8c8-ada31e7e9100
  a a2a:Person ;
  rdfs:label "Herman Gerrits" ;
  a2a:PersonName [
    rdfs:label "Herman Gerrits" ;
    a2a:PersonNameFirstName "Herman" ;
    a2a:PersonNamePatronym "Gerrits"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_elo_d60f2236-ebb7-92bb-1cda-08d0dbced923_Event1
  a a2a:Event ;
  rdfs:label "other:DTB Dopen" ;
  a2a:EventType "other:DTB Dopen" ;
  a2a:EventDate [
    a2a:Year "1641" ;
    a2a:Month "8" ;
    a2a:Day "11" ;
    rdfs:label "1641-08-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:relationep_elo_d60f2236-ebb7-92bb-1cda-08d0dbced923_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_d60f2236-ebb7-92bb-1cda-08d0dbced923_Person:cc250b7b-95b4-08aa-d215-708bc9c04a03 ;
  a2a:EventKeyRef oa:event_elo_d60f2236-ebb7-92bb-1cda-08d0dbced923_Event1 .

oa:relationep_elo_d60f2236-ebb7-92bb-1cda-08d0dbced923_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_d60f2236-ebb7-92bb-1cda-08d0dbced923_Person:caa7d006-771f-9834-6275-31f987c26d65 ;
  a2a:EventKeyRef oa:event_elo_d60f2236-ebb7-92bb-1cda-08d0dbced923_Event1 .

oa:relationep_elo_d60f2236-ebb7-92bb-1cda-08d0dbced923_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_d60f2236-ebb7-92bb-1cda-08d0dbced923_Person:3b157398-9c50-7bdd-097c-5b4f8f9c2ed5 ;
  a2a:EventKeyRef oa:event_elo_d60f2236-ebb7-92bb-1cda-08d0dbced923_Event1 .

oa:relationep_elo_d60f2236-ebb7-92bb-1cda-08d0dbced923_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_d60f2236-ebb7-92bb-1cda-08d0dbced923_Person:dc5541a5-479d-ff7a-910c-5ca0a74f3d9a ;
  a2a:EventKeyRef oa:event_elo_d60f2236-ebb7-92bb-1cda-08d0dbced923_Event1 .

oa:relationep_elo_d60f2236-ebb7-92bb-1cda-08d0dbced923_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_d60f2236-ebb7-92bb-1cda-08d0dbced923_Person:75b21d93-cf1d-aced-f8c8-ada31e7e9100 ;
  a2a:EventKeyRef oa:event_elo_d60f2236-ebb7-92bb-1cda-08d0dbced923_Event1 .

oa:source_elo_d60f2236-ebb7-92bb-1cda-08d0dbced923
  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 "1641" ;
    a2a:Month "8" ;
    a2a:Day "11" ;
    rdfs:label "1641-08-11"^^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/d60f2236-ebb7-92bb-1cda-08d0dbced923/iiif/3/1821605/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/d60f2236-ebb7-92bb-1cda-08d0dbced923" ;
    a2a:UriPreview "https://elo.memorix.io/resources/records/media/d60f2236-ebb7-92bb-1cda-08d0dbced923/iiif/3/1821605/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/d60f2236-ebb7-92bb-1cda-08d0dbced923" ;
  a2a:RecordGUID "{d60f2236-ebb7-92bb-1cda-08d0dbced923}" ;
  a2a:SourceRemarkOpmerking "Doopdatum: 11-08-1641<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_25940_00025940.xml van ELO" .

[] a2a:PersonRemarkdiversen "Doopdatum: 11-08-1641" .
