@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_raa_01497178-429f-fe4b-c778-27bd1e0e4e52
  a a2a:Record ;
  rdfs:label "Geboorte op 16 april 1902 te Alkmaar" ;
  a2a:hasPerson oa:person_raa_01497178-429f-fe4b-c778-27bd1e0e4e52_Person-982a90cb-822d-0a6a-3119-0912027f1642, oa:person_raa_01497178-429f-fe4b-c778-27bd1e0e4e52_Person-53040622-6378-9238-b0be-1f6ba05b6b9c, oa:person_raa_01497178-429f-fe4b-c778-27bd1e0e4e52_Person-887f28aa-ba17-db50-3edf-a3097162aca8 ;
  a2a:hasEvent oa:event_raa_01497178-429f-fe4b-c778-27bd1e0e4e52_Event1 ;
  a2a:hasRelationEP oa:relationep_raa_01497178-429f-fe4b-c778-27bd1e0e4e52_0, oa:relationep_raa_01497178-429f-fe4b-c778-27bd1e0e4e52_1, oa:relationep_raa_01497178-429f-fe4b-c778-27bd1e0e4e52_2 ;
  a2a:hasSource oa:source_raa_01497178-429f-fe4b-c778-27bd1e0e4e52 .

oa:person_raa_01497178-429f-fe4b-c778-27bd1e0e4e52_Person-982a90cb-822d-0a6a-3119-0912027f1642
  a a2a:Person ;
  rdfs:label "Hendrik Pieter Cloeck" ;
  a2a:PersonName [
    rdfs:label "Hendrik Pieter Cloeck" ;
    a2a:PersonNameFirstName "Hendrik Pieter" ;
    a2a:PersonNameLastName "Cloeck"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1902" ;
    a2a:Month "4" ;
    a2a:Day "16" ;
    rdfs:label "1902-04-16"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Alkmaar" ;
    rdfs:label "Alkmaar"
  ] .

oa:person_raa_01497178-429f-fe4b-c778-27bd1e0e4e52_Person-53040622-6378-9238-b0be-1f6ba05b6b9c
  a a2a:Person ;
  rdfs:label "Jacob Cloeck" ;
  a2a:PersonName [
    rdfs:label "Jacob Cloeck" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Cloeck"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_raa_01497178-429f-fe4b-c778-27bd1e0e4e52_Person-887f28aa-ba17-db50-3edf-a3097162aca8
  a a2a:Person ;
  rdfs:label "Aaltje Dekker" ;
  a2a:PersonName [
    rdfs:label "Aaltje Dekker" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNameLastName "Dekker"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_raa_01497178-429f-fe4b-c778-27bd1e0e4e52_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1902" ;
    a2a:Month "4" ;
    a2a:Day "16" ;
    rdfs:label "1902-04-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Alkmaar" ;
    rdfs:label "Alkmaar"
  ] .

oa:relationep_raa_01497178-429f-fe4b-c778-27bd1e0e4e52_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_raa_01497178-429f-fe4b-c778-27bd1e0e4e52_Person:982a90cb-822d-0a6a-3119-0912027f1642 ;
  a2a:EventKeyRef oa:event_raa_01497178-429f-fe4b-c778-27bd1e0e4e52_Event1 .

oa:relationep_raa_01497178-429f-fe4b-c778-27bd1e0e4e52_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_raa_01497178-429f-fe4b-c778-27bd1e0e4e52_Person:53040622-6378-9238-b0be-1f6ba05b6b9c ;
  a2a:EventKeyRef oa:event_raa_01497178-429f-fe4b-c778-27bd1e0e4e52_Event1 .

oa:relationep_raa_01497178-429f-fe4b-c778-27bd1e0e4e52_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_raa_01497178-429f-fe4b-c778-27bd1e0e4e52_Person:887f28aa-ba17-db50-3edf-a3097162aca8 ;
  a2a:EventKeyRef oa:event_raa_01497178-429f-fe4b-c778-27bd1e0e4e52_Event1 .

oa:source_raa_01497178-429f-fe4b-c778-27bd1e0e4e52
  a a2a:Source ;
  rdfs:label "Regionaal Archief Alkmaar, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Alkmaar" ;
    rdfs:label "Alkmaar", "1902-04-16 - 1902-04-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1902-04-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1902-04-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1902" ;
    a2a:Month "4" ;
    a2a:Day "16" ;
    rdfs:label "1902-04-16"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Alkmaar" ;
    a2a:Place "Alkmaar" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Alkmaar, Bron: Geboorteregister, Deel: 27, Periode: 1900-1902" ;
    a2a:Book "Geboorteregister" ;
    a2a:DocumentNumber "1902/0145" ;
    a2a:RegistryNumber "27" ;
    a2a:Folio "0037" ;
    rdfs:label "Regionaal Archief Alkmaar, Alkmaar, Archiefnaam: Burgerlijke Stand Alkmaar, Bron: Geboorteregister, Deel: 27, Periode: 1900-1902, Geboorteregister, 1902/0145, 27, 0037"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/raa/thumb/640x480/90244b38-1303-d031-a1fc-1d25c46604a6.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/raa/thumb/250x250/90244b38-1303-d031-a1fc-1d25c46604a6.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchiefalkmaar.nl/collecties/personen-zoeken/zoeken-in-personen/deeds/01497178-429f-fe4b-c778-27bd1e0e4e52" ;
  a2a:RecordGUID "{01497178-429f-fe4b-c778-27bd1e0e4e52}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Alkmaar" ;
  a2a:SourceRemarkbron "Geboorteregister" ;
  a2a:SourceRemarkdeel "27" ;
  a2a:SourceRemarkregister_periode "1900-1902" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260206_3133_00003133.xml van RAA" .

