@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_9b1c5b24-bf8f-2d40-2e59-7c24fa60a73e
  a a2a:Record ;
  rdfs:label "BS Geboorte op 8 december 1821 te Noordwijk" ;
  a2a:hasPerson oa:person_elo_9b1c5b24-bf8f-2d40-2e59-7c24fa60a73e_Person-6e5264cb-85ab-8ec6-3c69-0866e33fe708, oa:person_elo_9b1c5b24-bf8f-2d40-2e59-7c24fa60a73e_Person-c63de165-6b91-852c-a8e3-234969e7fe44, oa:person_elo_9b1c5b24-bf8f-2d40-2e59-7c24fa60a73e_Person-8dc64a93-5349-9fa8-8480-a2f5a3f3bba0 ;
  a2a:hasEvent oa:event_elo_9b1c5b24-bf8f-2d40-2e59-7c24fa60a73e_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_9b1c5b24-bf8f-2d40-2e59-7c24fa60a73e_0, oa:relationep_elo_9b1c5b24-bf8f-2d40-2e59-7c24fa60a73e_1, oa:relationep_elo_9b1c5b24-bf8f-2d40-2e59-7c24fa60a73e_2 ;
  a2a:hasSource oa:source_elo_9b1c5b24-bf8f-2d40-2e59-7c24fa60a73e .

oa:person_elo_9b1c5b24-bf8f-2d40-2e59-7c24fa60a73e_Person-6e5264cb-85ab-8ec6-3c69-0866e33fe708
  a a2a:Person ;
  rdfs:label "Hugo Raaphorst" ;
  a2a:PersonName [
    rdfs:label "Hugo Raaphorst" ;
    a2a:PersonNameFirstName "Hugo" ;
    a2a:PersonNameLastName "Raaphorst"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Noordwijk-Binnen" ;
    rdfs:label "Noordwijk-Binnen"
  ] ;
  a2a:BirthDate [
    a2a:Year "1821" ;
    a2a:Month "12" ;
    a2a:Day "8" ;
    rdfs:label "1821-12-08"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Noordwijk" ;
    rdfs:label "Noordwijk"
  ] .

oa:person_elo_9b1c5b24-bf8f-2d40-2e59-7c24fa60a73e_Person-c63de165-6b91-852c-a8e3-234969e7fe44
  a a2a:Person ;
  rdfs:label "Jan Raaphorst" ;
  a2a:PersonName [
    rdfs:label "Jan Raaphorst" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Raaphorst"
  ] ;
  a2a:Gender "Man" ;
  a2a:Profession "daggelder" .

oa:person_elo_9b1c5b24-bf8f-2d40-2e59-7c24fa60a73e_Person-8dc64a93-5349-9fa8-8480-a2f5a3f3bba0
  a a2a:Person ;
  rdfs:label "Kaatje van den Berg" ;
  a2a:PersonName [
    rdfs:label "Kaatje van den Berg" ;
    a2a:PersonNameFirstName "Kaatje" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Berg"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_elo_9b1c5b24-bf8f-2d40-2e59-7c24fa60a73e_Event1
  a a2a:Event ;
  rdfs:label "other:BS Geboorte" ;
  a2a:EventType "other:BS Geboorte" ;
  a2a:EventDate [
    a2a:Year "1821" ;
    a2a:Month "12" ;
    a2a:Day "8" ;
    rdfs:label "1821-12-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Noordwijk" ;
    rdfs:label "Noordwijk"
  ] .

oa:relationep_elo_9b1c5b24-bf8f-2d40-2e59-7c24fa60a73e_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_9b1c5b24-bf8f-2d40-2e59-7c24fa60a73e_Person:6e5264cb-85ab-8ec6-3c69-0866e33fe708 ;
  a2a:EventKeyRef oa:event_elo_9b1c5b24-bf8f-2d40-2e59-7c24fa60a73e_Event1 .

oa:relationep_elo_9b1c5b24-bf8f-2d40-2e59-7c24fa60a73e_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_9b1c5b24-bf8f-2d40-2e59-7c24fa60a73e_Person:c63de165-6b91-852c-a8e3-234969e7fe44 ;
  a2a:EventKeyRef oa:event_elo_9b1c5b24-bf8f-2d40-2e59-7c24fa60a73e_Event1 .

oa:relationep_elo_9b1c5b24-bf8f-2d40-2e59-7c24fa60a73e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_9b1c5b24-bf8f-2d40-2e59-7c24fa60a73e_Person:8dc64a93-5349-9fa8-8480-a2f5a3f3bba0 ;
  a2a:EventKeyRef oa:event_elo_9b1c5b24-bf8f-2d40-2e59-7c24fa60a73e_Event1 .

oa:source_elo_9b1c5b24-bf8f-2d40-2e59-7c24fa60a73e
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Noordwijk" ;
    rdfs:label "Noordwijk", "1820-01-01 - 1829-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1820-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1829-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Gemeente Noordwijk (1399-1932), Deel: 2904, Periode: 1820-1829" ;
    a2a:Book "Geboorteregister van Noordwijk, 1820-1829" ;
    a2a:DocumentNumber "ongenummerd" ;
    a2a:RegistryNumber "2904" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Gemeente Noordwijk (1399-1932), Deel: 2904, Periode: 1820-1829, Geboorteregister van Noordwijk, 1820-1829, ongenummerd, 2904"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/records/media/9b1c5b24-bf8f-2d40-2e59-7c24fa60a73e/iiif/3/1936771/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/9b1c5b24-bf8f-2d40-2e59-7c24fa60a73e" ;
    a2a:UriPreview "https://elo.memorix.io/resources/records/media/9b1c5b24-bf8f-2d40-2e59-7c24fa60a73e/iiif/3/1936771/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/9b1c5b24-bf8f-2d40-2e59-7c24fa60a73e" ;
  a2a:RecordGUID "{9b1c5b24-bf8f-2d40-2e59-7c24fa60a73e}" ;
  a2a:SourceRemarkOpmerking "Jaar akte: 1821<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/0900/file/2904\">Inventarisnummer 2904 van archiefnummer 0900 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Gemeente Noordwijk (1399-1932)" ;
  a2a:SourceRemarkdeel "2904" ;
  a2a:SourceRemarkregister_periode "1820-1829" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251225_22495_00022495.xml van ELO" .

