@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_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e
  a a2a:Record ;
  rdfs:label "DTB Dopen op 21 december 1621 te Leiden" ;
  a2a:hasPerson oa:person_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_Person-2224ddfe-c095-35d2-0764-22f7a43c14df, oa:person_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_Person-49ee4975-70c2-4c90-335d-c4587d974c65, oa:person_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_Person-cb7569d4-4a36-2444-bccd-d6e82818f7b4, oa:person_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_Person-84344483-0dfe-1b97-84dd-5ed44374e999, oa:person_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_Person-25be3290-66d1-f721-b233-fc4617e2d4ea, oa:person_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_Person-ecbe3af9-4431-e7d5-73c1-4d84413c02c6 ;
  a2a:hasEvent oa:event_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_0, oa:relationep_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_1, oa:relationep_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_2, oa:relationep_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_3, oa:relationep_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_4, oa:relationep_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_5 ;
  a2a:hasSource oa:source_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e .

oa:person_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_Person-2224ddfe-c095-35d2-0764-22f7a43c14df
  a a2a:Person ;
  rdfs:label "Anthoni Ouseel" ;
  a2a:PersonName [
    rdfs:label "Anthoni Ouseel" ;
    a2a:PersonNameFirstName "Anthoni" ;
    a2a:PersonNameLastName "Ouseel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_Person-49ee4975-70c2-4c90-335d-c4587d974c65
  a a2a:Person ;
  rdfs:label "Andries Ouseel" ;
  a2a:PersonName [
    rdfs:label "Andries Ouseel" ;
    a2a:PersonNameFirstName "Andries" ;
    a2a:PersonNameLastName "Ouseel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_Person-cb7569d4-4a36-2444-bccd-d6e82818f7b4
  a a2a:Person ;
  rdfs:label "Dingenom van de Bossche" ;
  a2a:PersonName [
    rdfs:label "Dingenom van de Bossche" ;
    a2a:PersonNameFirstName "Dingenom" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Bossche"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_Person-84344483-0dfe-1b97-84dd-5ed44374e999
  a a2a:Person ;
  rdfs:label "Anna Ouseels" ;
  a2a:PersonName [
    rdfs:label "Anna Ouseels" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Ouseels"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_Person-25be3290-66d1-f721-b233-fc4617e2d4ea
  a a2a:Person ;
  rdfs:label "Daniel van de Bossche" ;
  a2a:PersonName [
    rdfs:label "Daniel van de Bossche" ;
    a2a:PersonNameFirstName "Daniel" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Bossche"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_Person-ecbe3af9-4431-e7d5-73c1-4d84413c02c6
  a a2a:Person ;
  rdfs:label "Dirick Pieters Vroulms" ;
  a2a:PersonName [
    rdfs:label "Dirick Pieters Vroulms" ;
    a2a:PersonNameFirstName "Dirick" ;
    a2a:PersonNamePatronym "Pieters" ;
    a2a:PersonNameLastName "Vroulms"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_Event1
  a a2a:Event ;
  rdfs:label "other:DTB Dopen" ;
  a2a:EventType "other:DTB Dopen" ;
  a2a:EventDate [
    a2a:Year "1621" ;
    a2a:Month "12" ;
    a2a:Day "21" ;
    rdfs:label "1621-12-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:relationep_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_Person:2224ddfe-c095-35d2-0764-22f7a43c14df ;
  a2a:EventKeyRef oa:event_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_Event1 .

oa:relationep_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_Person:49ee4975-70c2-4c90-335d-c4587d974c65 ;
  a2a:EventKeyRef oa:event_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_Event1 .

oa:relationep_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_Person:cb7569d4-4a36-2444-bccd-d6e82818f7b4 ;
  a2a:EventKeyRef oa:event_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_Event1 .

oa:relationep_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_Person:84344483-0dfe-1b97-84dd-5ed44374e999 ;
  a2a:EventKeyRef oa:event_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_Event1 .

oa:relationep_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_Person:25be3290-66d1-f721-b233-fc4617e2d4ea ;
  a2a:EventKeyRef oa:event_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_Event1 .

oa:relationep_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_5
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_Person:ecbe3af9-4431-e7d5-73c1-4d84413c02c6 ;
  a2a:EventKeyRef oa:event_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e_Event1 .

oa:source_elo_b4e1ccaa-4b81-1341-a5cd-a62f583ef50e
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden", "1621-01-01 - 1628-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1621-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1628-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1621" ;
    a2a:Month "12" ;
    a2a:Day "21" ;
    rdfs:label "1621-12-21"^^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: 232, Periode: 1..." ;
    a2a:Book "Doopboek van de Hooglandse Kerk (NH) te Leiden, 1621 - 17 augustus 1628." ;
    a2a:RegistryNumber "232" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden), Deel: 232, Periode: 1..., Doopboek van de Hooglandse Kerk (NH) te Leiden, 1621 - 17 augustus 1628., 232"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/records/media/b4e1ccaa-4b81-1341-a5cd-a62f583ef50e/iiif/3/1482808/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/b4e1ccaa-4b81-1341-a5cd-a62f583ef50e" ;
    a2a:UriPreview "https://elo.memorix.io/resources/records/media/b4e1ccaa-4b81-1341-a5cd-a62f583ef50e/iiif/3/1482808/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/b4e1ccaa-4b81-1341-a5cd-a62f583ef50e" ;
  a2a:RecordGUID "{b4e1ccaa-4b81-1341-a5cd-a62f583ef50e}" ;
  a2a:SourceRemarkOpmerking "Doopdatum: 21-12-1621<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/1004/file/232\">Inventarisnummer 232 van archiefnummer 1004 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Doop-, trouw-, begraaf- en geboorteboeken Leiden (DTB Leiden)" ;
  a2a:SourceRemarkdeel "232" ;
  a2a:SourceRemarkregister_periode "1621-1628" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251225_20367_00020367.xml van ELO" .

[] a2a:PersonRemarkdiversen "Doopdatum: 21-12-1621" .
