@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_6e45016e-c8c8-1cfc-a847-2be9dccfff5c
  a a2a:Record ;
  rdfs:label "Geboorte op 17 juli 1893 te Zijpe" ;
  a2a:hasPerson oa:person_raa_6e45016e-c8c8-1cfc-a847-2be9dccfff5c_Person-608a6458-6136-ebe3-c6ee-888fc13d5af4, oa:person_raa_6e45016e-c8c8-1cfc-a847-2be9dccfff5c_Person-d6676e55-568d-67ac-1c59-0168256adfbf, oa:person_raa_6e45016e-c8c8-1cfc-a847-2be9dccfff5c_Person-339f1947-70a8-792a-b0b4-7fa16e7d1813 ;
  a2a:hasEvent oa:event_raa_6e45016e-c8c8-1cfc-a847-2be9dccfff5c_Event1 ;
  a2a:hasRelationEP oa:relationep_raa_6e45016e-c8c8-1cfc-a847-2be9dccfff5c_0, oa:relationep_raa_6e45016e-c8c8-1cfc-a847-2be9dccfff5c_1, oa:relationep_raa_6e45016e-c8c8-1cfc-a847-2be9dccfff5c_2 ;
  a2a:hasSource oa:source_raa_6e45016e-c8c8-1cfc-a847-2be9dccfff5c .

oa:person_raa_6e45016e-c8c8-1cfc-a847-2be9dccfff5c_Person-608a6458-6136-ebe3-c6ee-888fc13d5af4
  a a2a:Person ;
  rdfs:label "Pieter Jacobus Johannes van Balen Blanken" ;
  a2a:PersonName [
    rdfs:label "Pieter Jacobus Johannes van Balen Blanken" ;
    a2a:PersonNameFirstName "Pieter Jacobus Johannes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Balen Blanken"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1893" ;
    a2a:Month "7" ;
    a2a:Day "17" ;
    rdfs:label "1893-07-17"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zijpe" ;
    rdfs:label "Zijpe"
  ] .

oa:person_raa_6e45016e-c8c8-1cfc-a847-2be9dccfff5c_Person-d6676e55-568d-67ac-1c59-0168256adfbf
  a a2a:Person ;
  rdfs:label "Abraham Dirk van Balen Blanken" ;
  a2a:PersonName [
    rdfs:label "Abraham Dirk van Balen Blanken" ;
    a2a:PersonNameFirstName "Abraham Dirk" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Balen Blanken"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_raa_6e45016e-c8c8-1cfc-a847-2be9dccfff5c_Person-339f1947-70a8-792a-b0b4-7fa16e7d1813
  a a2a:Person ;
  rdfs:label "Trijntje Wartenhorst" ;
  a2a:PersonName [
    rdfs:label "Trijntje Wartenhorst" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNameLastName "Wartenhorst"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_raa_6e45016e-c8c8-1cfc-a847-2be9dccfff5c_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1893" ;
    a2a:Month "7" ;
    a2a:Day "17" ;
    rdfs:label "1893-07-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zijpe" ;
    rdfs:label "Zijpe"
  ] .

oa:relationep_raa_6e45016e-c8c8-1cfc-a847-2be9dccfff5c_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_raa_6e45016e-c8c8-1cfc-a847-2be9dccfff5c_Person:608a6458-6136-ebe3-c6ee-888fc13d5af4 ;
  a2a:EventKeyRef oa:event_raa_6e45016e-c8c8-1cfc-a847-2be9dccfff5c_Event1 .

oa:relationep_raa_6e45016e-c8c8-1cfc-a847-2be9dccfff5c_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_raa_6e45016e-c8c8-1cfc-a847-2be9dccfff5c_Person:d6676e55-568d-67ac-1c59-0168256adfbf ;
  a2a:EventKeyRef oa:event_raa_6e45016e-c8c8-1cfc-a847-2be9dccfff5c_Event1 .

oa:relationep_raa_6e45016e-c8c8-1cfc-a847-2be9dccfff5c_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_raa_6e45016e-c8c8-1cfc-a847-2be9dccfff5c_Person:339f1947-70a8-792a-b0b4-7fa16e7d1813 ;
  a2a:EventKeyRef oa:event_raa_6e45016e-c8c8-1cfc-a847-2be9dccfff5c_Event1 .

oa:source_raa_6e45016e-c8c8-1cfc-a847-2be9dccfff5c
  a a2a:Source ;
  rdfs:label "Regionaal Archief Alkmaar, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Zijpe" ;
    rdfs:label "Zijpe", "1893-07-17 - 1893-07-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1893-07-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1893-07-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1893" ;
    a2a:Month "7" ;
    a2a:Day "17" ;
    rdfs:label "1893-07-17"^^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: 518, Periode: 1893-1902" ;
    a2a:Book "Geboorteregister" ;
    a2a:DocumentNumber "1893/0083" ;
    a2a:RegistryNumber "518" ;
    a2a:Folio "1893/0022" ;
    rdfs:label "Regionaal Archief Alkmaar, Alkmaar, Archiefnaam: Burgerlijke Stand Regiogemeenten, Bron: Geboorteregister, Deel: 518, Periode: 1893-1902, Geboorteregister, 1893/0083, 518, 1893/0022"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/raa/thumb/640x480/16f77145-9aec-e4e6-e555-8256169d66b4.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/raa/thumb/250x250/16f77145-9aec-e4e6-e555-8256169d66b4.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-02-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchiefalkmaar.nl/collecties/personen-zoeken/zoeken-in-personen/deeds/6e45016e-c8c8-1cfc-a847-2be9dccfff5c" ;
  a2a:RecordGUID "{6e45016e-c8c8-1cfc-a847-2be9dccfff5c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240413_44_00000044.xml van RAA" .

