@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_56d86a32-e0d2-c953-7a5e-2b891d3bd9fe
  a a2a:Record ;
  rdfs:label "BS Geboorte op 5 februari 1907 te Noordwijk" ;
  a2a:hasPerson oa:person_elo_56d86a32-e0d2-c953-7a5e-2b891d3bd9fe_Person-43c7c74e-b0e0-664b-d31c-a9c646c479e1, oa:person_elo_56d86a32-e0d2-c953-7a5e-2b891d3bd9fe_Person-731ab05c-cf76-8e10-1ea7-78b54984db5e, oa:person_elo_56d86a32-e0d2-c953-7a5e-2b891d3bd9fe_Person-9cbe1273-1c56-d62d-13ec-a81d5c86b6ab ;
  a2a:hasEvent oa:event_elo_56d86a32-e0d2-c953-7a5e-2b891d3bd9fe_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_56d86a32-e0d2-c953-7a5e-2b891d3bd9fe_0, oa:relationep_elo_56d86a32-e0d2-c953-7a5e-2b891d3bd9fe_1, oa:relationep_elo_56d86a32-e0d2-c953-7a5e-2b891d3bd9fe_2 ;
  a2a:hasSource oa:source_elo_56d86a32-e0d2-c953-7a5e-2b891d3bd9fe .

oa:person_elo_56d86a32-e0d2-c953-7a5e-2b891d3bd9fe_Person-43c7c74e-b0e0-664b-d31c-a9c646c479e1
  a a2a:Person ;
  rdfs:label "Aldert Dirk van Beelen" ;
  a2a:PersonName [
    rdfs:label "Aldert Dirk van Beelen" ;
    a2a:PersonNameFirstName "Aldert Dirk" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Beelen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Molenstraat 12" ;
    rdfs:label "Molenstraat 12"
  ] ;
  a2a:BirthDate [
    a2a:Year "1907" ;
    a2a:Month "2" ;
    a2a:Day "5" ;
    rdfs:label "1907-02-05"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Noordwijk" ;
    rdfs:label "Noordwijk"
  ] .

oa:person_elo_56d86a32-e0d2-c953-7a5e-2b891d3bd9fe_Person-731ab05c-cf76-8e10-1ea7-78b54984db5e
  a a2a:Person ;
  rdfs:label "Aldert van Beelen" ;
  a2a:PersonName [
    rdfs:label "Aldert van Beelen" ;
    a2a:PersonNameFirstName "Aldert" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Beelen"
  ] ;
  a2a:Gender "Man" ;
  a2a:Profession "timmerman" .

oa:person_elo_56d86a32-e0d2-c953-7a5e-2b891d3bd9fe_Person-9cbe1273-1c56-d62d-13ec-a81d5c86b6ab
  a a2a:Person ;
  rdfs:label "Nelletje Vooijs" ;
  a2a:PersonName [
    rdfs:label "Nelletje Vooijs" ;
    a2a:PersonNameFirstName "Nelletje" ;
    a2a:PersonNameLastName "Vooijs"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Profession "zonder" .

oa:event_elo_56d86a32-e0d2-c953-7a5e-2b891d3bd9fe_Event1
  a a2a:Event ;
  rdfs:label "other:BS Geboorte" ;
  a2a:EventType "other:BS Geboorte" ;
  a2a:EventDate [
    a2a:Year "1907" ;
    a2a:Month "2" ;
    a2a:Day "5" ;
    rdfs:label "1907-02-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Noordwijk" ;
    rdfs:label "Noordwijk"
  ] .

oa:relationep_elo_56d86a32-e0d2-c953-7a5e-2b891d3bd9fe_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_56d86a32-e0d2-c953-7a5e-2b891d3bd9fe_Person:43c7c74e-b0e0-664b-d31c-a9c646c479e1 ;
  a2a:EventKeyRef oa:event_elo_56d86a32-e0d2-c953-7a5e-2b891d3bd9fe_Event1 .

oa:relationep_elo_56d86a32-e0d2-c953-7a5e-2b891d3bd9fe_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_56d86a32-e0d2-c953-7a5e-2b891d3bd9fe_Person:731ab05c-cf76-8e10-1ea7-78b54984db5e ;
  a2a:EventKeyRef oa:event_elo_56d86a32-e0d2-c953-7a5e-2b891d3bd9fe_Event1 .

oa:relationep_elo_56d86a32-e0d2-c953-7a5e-2b891d3bd9fe_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_56d86a32-e0d2-c953-7a5e-2b891d3bd9fe_Person:9cbe1273-1c56-d62d-13ec-a81d5c86b6ab ;
  a2a:EventKeyRef oa:event_elo_56d86a32-e0d2-c953-7a5e-2b891d3bd9fe_Event1 .

oa:source_elo_56d86a32-e0d2-c953-7a5e-2b891d3bd9fe
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Noordwijk" ;
    rdfs:label "Noordwijk", "1906-01-01 - 1909-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1906-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1909-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Gemeente Noordwijk (1399-1932), Deel: 2914, Periode: 1906-1909" ;
    a2a:Book "Geboorteregister van Noordwijk, 1906-1909" ;
    a2a:DocumentNumber "24" ;
    a2a:RegistryNumber "2914" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Gemeente Noordwijk (1399-1932), Deel: 2914, Periode: 1906-1909, Geboorteregister van Noordwijk, 1906-1909, 24, 2914"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/iiif/3/2056ac7b-d4ac-411c-a39e-09d4fa8c5699/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/56d86a32-e0d2-c953-7a5e-2b891d3bd9fe" ;
    a2a:UriPreview "https://elo.memorix.io/resources/iiif/3/2056ac7b-d4ac-411c-a39e-09d4fa8c5699/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/56d86a32-e0d2-c953-7a5e-2b891d3bd9fe" ;
  a2a:RecordGUID "{56d86a32-e0d2-c953-7a5e-2b891d3bd9fe}" ;
  a2a:SourceRemarkOpmerking "Jaar akte: 1907<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/0900/file/2914\">Inventarisnummer 2914 van archiefnummer 0900 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Gemeente Noordwijk (1399-1932)" ;
  a2a:SourceRemarkdeel "2914" ;
  a2a:SourceRemarkregister_periode "1906-1909" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260701_17739_00017739.xml van ELO" .

