@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_05745f67-b8f2-45e4-e28e-2ed3e65beaa4
  a a2a:Record ;
  rdfs:label "BS Geboorte op 6 mei 1821 te Oegstgeest" ;
  a2a:hasPerson oa:person_elo_05745f67-b8f2-45e4-e28e-2ed3e65beaa4_Person-daf718db-7490-32f7-68c7-7ed7a99abd27, oa:person_elo_05745f67-b8f2-45e4-e28e-2ed3e65beaa4_Person-7c02b01e-a89e-5d50-bdd5-fbd4007bba77, oa:person_elo_05745f67-b8f2-45e4-e28e-2ed3e65beaa4_Person-66f23fd8-af5a-6b5e-7358-b1404c9c6dbe ;
  a2a:hasEvent oa:event_elo_05745f67-b8f2-45e4-e28e-2ed3e65beaa4_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_05745f67-b8f2-45e4-e28e-2ed3e65beaa4_0, oa:relationep_elo_05745f67-b8f2-45e4-e28e-2ed3e65beaa4_1, oa:relationep_elo_05745f67-b8f2-45e4-e28e-2ed3e65beaa4_2 ;
  a2a:hasSource oa:source_elo_05745f67-b8f2-45e4-e28e-2ed3e65beaa4 .

oa:person_elo_05745f67-b8f2-45e4-e28e-2ed3e65beaa4_Person-daf718db-7490-32f7-68c7-7ed7a99abd27
  a a2a:Person ;
  rdfs:label "Jacobus Webbe" ;
  a2a:PersonName [
    rdfs:label "Jacobus Webbe" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Webbe"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1821" ;
    a2a:Month "5" ;
    a2a:Day "6" ;
    rdfs:label "1821-05-06"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oegstgeest" ;
    rdfs:label "Oegstgeest"
  ] .

oa:person_elo_05745f67-b8f2-45e4-e28e-2ed3e65beaa4_Person-7c02b01e-a89e-5d50-bdd5-fbd4007bba77
  a a2a:Person ;
  rdfs:label "Johannis Webbe" ;
  a2a:PersonName [
    rdfs:label "Johannis Webbe" ;
    a2a:PersonNameFirstName "Johannis" ;
    a2a:PersonNameLastName "Webbe"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_elo_05745f67-b8f2-45e4-e28e-2ed3e65beaa4_Person-66f23fd8-af5a-6b5e-7358-b1404c9c6dbe
  a a2a:Person ;
  rdfs:label "Johanna Schapers" ;
  a2a:PersonName [
    rdfs:label "Johanna Schapers" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Schapers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_elo_05745f67-b8f2-45e4-e28e-2ed3e65beaa4_Event1
  a a2a:Event ;
  rdfs:label "other:BS Geboorte" ;
  a2a:EventType "other:BS Geboorte" ;
  a2a:EventDate [
    a2a:Year "1821" ;
    a2a:Month "5" ;
    a2a:Day "6" ;
    rdfs:label "1821-05-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oegstgeest" ;
    rdfs:label "Oegstgeest"
  ] .

oa:relationep_elo_05745f67-b8f2-45e4-e28e-2ed3e65beaa4_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_05745f67-b8f2-45e4-e28e-2ed3e65beaa4_Person:daf718db-7490-32f7-68c7-7ed7a99abd27 ;
  a2a:EventKeyRef oa:event_elo_05745f67-b8f2-45e4-e28e-2ed3e65beaa4_Event1 .

oa:relationep_elo_05745f67-b8f2-45e4-e28e-2ed3e65beaa4_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_05745f67-b8f2-45e4-e28e-2ed3e65beaa4_Person:7c02b01e-a89e-5d50-bdd5-fbd4007bba77 ;
  a2a:EventKeyRef oa:event_elo_05745f67-b8f2-45e4-e28e-2ed3e65beaa4_Event1 .

oa:relationep_elo_05745f67-b8f2-45e4-e28e-2ed3e65beaa4_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_05745f67-b8f2-45e4-e28e-2ed3e65beaa4_Person:66f23fd8-af5a-6b5e-7358-b1404c9c6dbe ;
  a2a:EventKeyRef oa:event_elo_05745f67-b8f2-45e4-e28e-2ed3e65beaa4_Event1 .

oa:source_elo_05745f67-b8f2-45e4-e28e-2ed3e65beaa4
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Oegstgeest" ;
    rdfs:label "Oegstgeest", "1812-01-01 - 1824-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1812-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1824-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Gemeentebestuur van Oegstgeest (en Poelgeest) (1813-1930), Deel: 875, Periode: 1812-..." ;
    a2a:Book "Geboorteregister van Oegstgeest, 1812-1824." ;
    a2a:DocumentNumber "17" ;
    a2a:RegistryNumber "875" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Gemeentebestuur van Oegstgeest (en Poelgeest) (1813-1930), Deel: 875, Periode: 1812-..., Geboorteregister van Oegstgeest, 1812-1824., 17, 875"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/records/media/05745f67-b8f2-45e4-e28e-2ed3e65beaa4/iiif/3/5381598/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/05745f67-b8f2-45e4-e28e-2ed3e65beaa4" ;
    a2a:UriPreview "https://elo.memorix.io/resources/records/media/05745f67-b8f2-45e4-e28e-2ed3e65beaa4/iiif/3/5381598/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/05745f67-b8f2-45e4-e28e-2ed3e65beaa4" ;
  a2a:RecordGUID "{05745f67-b8f2-45e4-e28e-2ed3e65beaa4}" ;
  a2a:SourceRemarkOpmerking "Jaar akte: 1821<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/0351/file/875\">Inventarisnummer 875 van archiefnummer 0351 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Gemeentebestuur van Oegstgeest (en Poelgeest) (1813-1930)" ;
  a2a:SourceRemarkdeel "875" ;
  a2a:SourceRemarkregister_periode "1812-1824" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260206_1049_00001049.xml van ELO" .

