@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_684a09f7-fa6e-5e56-a4e6-9eb8a6fb93ce
  a a2a:Record ;
  rdfs:label "Geboorte op 31 januari 1907 te Alkmaar" ;
  a2a:hasPerson oa:person_raa_684a09f7-fa6e-5e56-a4e6-9eb8a6fb93ce_Person-b1e3b9f3-6ed1-298f-4f5c-e8611d21bf5d, oa:person_raa_684a09f7-fa6e-5e56-a4e6-9eb8a6fb93ce_Person-5215c2b7-75b0-dd2a-6040-e9b6c905e3d1, oa:person_raa_684a09f7-fa6e-5e56-a4e6-9eb8a6fb93ce_Person-9fddadf8-ab4a-9eb3-5020-98c8c0b37f6a ;
  a2a:hasEvent oa:event_raa_684a09f7-fa6e-5e56-a4e6-9eb8a6fb93ce_Event1 ;
  a2a:hasRelationEP oa:relationep_raa_684a09f7-fa6e-5e56-a4e6-9eb8a6fb93ce_0, oa:relationep_raa_684a09f7-fa6e-5e56-a4e6-9eb8a6fb93ce_1, oa:relationep_raa_684a09f7-fa6e-5e56-a4e6-9eb8a6fb93ce_2 ;
  a2a:hasSource oa:source_raa_684a09f7-fa6e-5e56-a4e6-9eb8a6fb93ce .

oa:person_raa_684a09f7-fa6e-5e56-a4e6-9eb8a6fb93ce_Person-b1e3b9f3-6ed1-298f-4f5c-e8611d21bf5d
  a a2a:Person ;
  rdfs:label "Klaas Bakker" ;
  a2a:PersonName [
    rdfs:label "Klaas Bakker" ;
    a2a:PersonNameFirstName "Klaas" ;
    a2a:PersonNameLastName "Bakker"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1907" ;
    a2a:Month "1" ;
    a2a:Day "31" ;
    rdfs:label "1907-01-31"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Alkmaar" ;
    rdfs:label "Alkmaar"
  ] .

oa:person_raa_684a09f7-fa6e-5e56-a4e6-9eb8a6fb93ce_Person-5215c2b7-75b0-dd2a-6040-e9b6c905e3d1
  a a2a:Person ;
  rdfs:label "Gerardus Johannes Bakker" ;
  a2a:PersonName [
    rdfs:label "Gerardus Johannes Bakker" ;
    a2a:PersonNameFirstName "Gerardus Johannes" ;
    a2a:PersonNameLastName "Bakker"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_raa_684a09f7-fa6e-5e56-a4e6-9eb8a6fb93ce_Person-9fddadf8-ab4a-9eb3-5020-98c8c0b37f6a
  a a2a:Person ;
  rdfs:label "Gasina Maria Magdalena de Groot" ;
  a2a:PersonName [
    rdfs:label "Gasina Maria Magdalena de Groot" ;
    a2a:PersonNameFirstName "Gasina Maria Magdalena" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Groot"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_raa_684a09f7-fa6e-5e56-a4e6-9eb8a6fb93ce_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1907" ;
    a2a:Month "1" ;
    a2a:Day "31" ;
    rdfs:label "1907-01-31"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Alkmaar" ;
    rdfs:label "Alkmaar"
  ] .

oa:relationep_raa_684a09f7-fa6e-5e56-a4e6-9eb8a6fb93ce_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_raa_684a09f7-fa6e-5e56-a4e6-9eb8a6fb93ce_Person:b1e3b9f3-6ed1-298f-4f5c-e8611d21bf5d ;
  a2a:EventKeyRef oa:event_raa_684a09f7-fa6e-5e56-a4e6-9eb8a6fb93ce_Event1 .

oa:relationep_raa_684a09f7-fa6e-5e56-a4e6-9eb8a6fb93ce_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_raa_684a09f7-fa6e-5e56-a4e6-9eb8a6fb93ce_Person:5215c2b7-75b0-dd2a-6040-e9b6c905e3d1 ;
  a2a:EventKeyRef oa:event_raa_684a09f7-fa6e-5e56-a4e6-9eb8a6fb93ce_Event1 .

oa:relationep_raa_684a09f7-fa6e-5e56-a4e6-9eb8a6fb93ce_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_raa_684a09f7-fa6e-5e56-a4e6-9eb8a6fb93ce_Person:9fddadf8-ab4a-9eb3-5020-98c8c0b37f6a ;
  a2a:EventKeyRef oa:event_raa_684a09f7-fa6e-5e56-a4e6-9eb8a6fb93ce_Event1 .

oa:source_raa_684a09f7-fa6e-5e56-a4e6-9eb8a6fb93ce
  a a2a:Source ;
  rdfs:label "Regionaal Archief Alkmaar, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Alkmaar" ;
    rdfs:label "Alkmaar", "1907-01-31 - 1907-01-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1907-01-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1907-01-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1907" ;
    a2a:Month "1" ;
    a2a:Day "31" ;
    rdfs:label "1907-01-31"^^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: 29, Periode: 1906-1908" ;
    a2a:Book "Geboorteregister" ;
    a2a:DocumentNumber "1907/0047" ;
    a2a:RegistryNumber "29" ;
    a2a:Folio "1907/0012" ;
    rdfs:label "Regionaal Archief Alkmaar, Alkmaar, Archiefnaam: Burgerlijke Stand Alkmaar, Bron: Geboorteregister, Deel: 29, Periode: 1906-1908, Geboorteregister, 1907/0047, 29, 1907/0012"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/raa/thumb/640x480/30b08c92-42af-4684-5a3a-3ffa7d05f62f.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/raa/thumb/250x250/30b08c92-42af-4684-5a3a-3ffa7d05f62f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-08-11"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchiefalkmaar.nl/collecties/personen-zoeken/zoeken-in-personen/deeds/684a09f7-fa6e-5e56-a4e6-9eb8a6fb93ce" ;
  a2a:RecordGUID "{684a09f7-fa6e-5e56-a4e6-9eb8a6fb93ce}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231213_16855_00016855.xml van RAA" .

