@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_a18955bd-8eee-e6eb-8d6a-69d7970b36b0
  a a2a:Record ;
  rdfs:label "Geboorte op 29 december 1878 te Zijpe" ;
  a2a:hasPerson oa:person_raa_a18955bd-8eee-e6eb-8d6a-69d7970b36b0_Person-a403be27-f257-6658-08e3-59e2077368e5, oa:person_raa_a18955bd-8eee-e6eb-8d6a-69d7970b36b0_Person-579712ff-086a-30d0-3efd-2a2b57b60a4d, oa:person_raa_a18955bd-8eee-e6eb-8d6a-69d7970b36b0_Person-aa9a0716-c8b3-f4df-04c8-42c83a4ca800 ;
  a2a:hasEvent oa:event_raa_a18955bd-8eee-e6eb-8d6a-69d7970b36b0_Event1 ;
  a2a:hasRelationEP oa:relationep_raa_a18955bd-8eee-e6eb-8d6a-69d7970b36b0_0, oa:relationep_raa_a18955bd-8eee-e6eb-8d6a-69d7970b36b0_1, oa:relationep_raa_a18955bd-8eee-e6eb-8d6a-69d7970b36b0_2 ;
  a2a:hasSource oa:source_raa_a18955bd-8eee-e6eb-8d6a-69d7970b36b0 .

oa:person_raa_a18955bd-8eee-e6eb-8d6a-69d7970b36b0_Person-a403be27-f257-6658-08e3-59e2077368e5
  a a2a:Person ;
  rdfs:label "Arie Dirk Blaauboer" ;
  a2a:PersonName [
    rdfs:label "Arie Dirk Blaauboer" ;
    a2a:PersonNameFirstName "Arie Dirk" ;
    a2a:PersonNameLastName "Blaauboer"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1878" ;
    a2a:Month "12" ;
    a2a:Day "29" ;
    rdfs:label "1878-12-29"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zijpe" ;
    rdfs:label "Zijpe"
  ] .

oa:person_raa_a18955bd-8eee-e6eb-8d6a-69d7970b36b0_Person-579712ff-086a-30d0-3efd-2a2b57b60a4d
  a a2a:Person ;
  rdfs:label "Klaas Blaauboer" ;
  a2a:PersonName [
    rdfs:label "Klaas Blaauboer" ;
    a2a:PersonNameFirstName "Klaas" ;
    a2a:PersonNameLastName "Blaauboer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_raa_a18955bd-8eee-e6eb-8d6a-69d7970b36b0_Person-aa9a0716-c8b3-f4df-04c8-42c83a4ca800
  a a2a:Person ;
  rdfs:label "Dieuwertje Blaauboer" ;
  a2a:PersonName [
    rdfs:label "Dieuwertje Blaauboer" ;
    a2a:PersonNameFirstName "Dieuwertje" ;
    a2a:PersonNameLastName "Blaauboer"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_raa_a18955bd-8eee-e6eb-8d6a-69d7970b36b0_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1878" ;
    a2a:Month "12" ;
    a2a:Day "29" ;
    rdfs:label "1878-12-29"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zijpe" ;
    rdfs:label "Zijpe"
  ] .

oa:relationep_raa_a18955bd-8eee-e6eb-8d6a-69d7970b36b0_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_raa_a18955bd-8eee-e6eb-8d6a-69d7970b36b0_Person:a403be27-f257-6658-08e3-59e2077368e5 ;
  a2a:EventKeyRef oa:event_raa_a18955bd-8eee-e6eb-8d6a-69d7970b36b0_Event1 .

oa:relationep_raa_a18955bd-8eee-e6eb-8d6a-69d7970b36b0_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_raa_a18955bd-8eee-e6eb-8d6a-69d7970b36b0_Person:579712ff-086a-30d0-3efd-2a2b57b60a4d ;
  a2a:EventKeyRef oa:event_raa_a18955bd-8eee-e6eb-8d6a-69d7970b36b0_Event1 .

oa:relationep_raa_a18955bd-8eee-e6eb-8d6a-69d7970b36b0_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_raa_a18955bd-8eee-e6eb-8d6a-69d7970b36b0_Person:aa9a0716-c8b3-f4df-04c8-42c83a4ca800 ;
  a2a:EventKeyRef oa:event_raa_a18955bd-8eee-e6eb-8d6a-69d7970b36b0_Event1 .

oa:source_raa_a18955bd-8eee-e6eb-8d6a-69d7970b36b0
  a a2a:Source ;
  rdfs:label "Regionaal Archief Alkmaar, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Zijpe" ;
    rdfs:label "Zijpe", "1878-12-29 - 1878-12-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1878-12-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1878-12-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1878" ;
    a2a:Month "12" ;
    a2a:Day "29" ;
    rdfs:label "1878-12-29"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Alkmaar" ;
    a2a:Place "Alkmaar" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Regiogemeenten, Bron: Geboorteregister, Deel: 516, Periode: 1878-1882" ;
    a2a:Book "Geboorteregister" ;
    a2a:DocumentNumber "1878/0199" ;
    a2a:RegistryNumber "516" ;
    a2a:Folio "1878/0051" ;
    rdfs:label "Regionaal Archief Alkmaar, Alkmaar, Archiefnaam: Burgerlijke Stand Regiogemeenten, Bron: Geboorteregister, Deel: 516, Periode: 1878-1882, Geboorteregister, 1878/0199, 516, 1878/0051"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/raa/thumb/640x480/2e1e84f2-7c1a-125e-8af9-3825c0c3c05d.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/raa/thumb/250x250/2e1e84f2-7c1a-125e-8af9-3825c0c3c05d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-01-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchiefalkmaar.nl/collecties/personen-zoeken/zoeken-in-personen/deeds/a18955bd-8eee-e6eb-8d6a-69d7970b36b0" ;
  a2a:RecordGUID "{a18955bd-8eee-e6eb-8d6a-69d7970b36b0}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240316_32_00000032.xml van RAA" .

