@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_hco_3B6CDF0A-3182-4617-ABA2-81D339B2ABFE
  a a2a:Record ;
  rdfs:label "Geboorte op 6 januari 1914 te Blokzijl" ;
  a2a:hasPerson oa:person_hco_3B6CDF0A-3182-4617-ABA2-81D339B2ABFE_Person3147994278, oa:person_hco_3B6CDF0A-3182-4617-ABA2-81D339B2ABFE_Person3147994286, oa:person_hco_3B6CDF0A-3182-4617-ABA2-81D339B2ABFE_Person3147994287 ;
  a2a:hasEvent oa:event_hco_3B6CDF0A-3182-4617-ABA2-81D339B2ABFE_Event1 ;
  a2a:hasRelationEP oa:relationep_hco_3B6CDF0A-3182-4617-ABA2-81D339B2ABFE_0, oa:relationep_hco_3B6CDF0A-3182-4617-ABA2-81D339B2ABFE_1, oa:relationep_hco_3B6CDF0A-3182-4617-ABA2-81D339B2ABFE_2 ;
  a2a:hasSource oa:source_hco_3B6CDF0A-3182-4617-ABA2-81D339B2ABFE .

oa:person_hco_3B6CDF0A-3182-4617-ABA2-81D339B2ABFE_Person3147994278
  a a2a:Person ;
  rdfs:label "Aaltje Pees" ;
  a2a:PersonName [
    rdfs:label "Aaltje Pees" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNameLastName "Pees"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_hco_3B6CDF0A-3182-4617-ABA2-81D339B2ABFE_Person3147994286
  a a2a:Person ;
  rdfs:label "Jacob Pees" ;
  a2a:PersonName [
    rdfs:label "Jacob Pees" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Pees"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "35" ;
    rdfs:label "35"
  ] ;
  a2a:Profession "bakker" .

oa:person_hco_3B6CDF0A-3182-4617-ABA2-81D339B2ABFE_Person3147994287
  a a2a:Person ;
  rdfs:label "Reina Fahner" ;
  a2a:PersonName [
    rdfs:label "Reina Fahner" ;
    a2a:PersonNameFirstName "Reina" ;
    a2a:PersonNameLastName "Fahner"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Profession "zonder" .

oa:event_hco_3B6CDF0A-3182-4617-ABA2-81D339B2ABFE_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "06-01-1914" ;
    a2a:Year "1914" ;
    a2a:Month "01" ;
    a2a:Day "06" ;
    rdfs:label "1914-01-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Blokzijl" ;
    rdfs:label "Blokzijl"
  ] .

oa:relationep_hco_3B6CDF0A-3182-4617-ABA2-81D339B2ABFE_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_hco_3B6CDF0A-3182-4617-ABA2-81D339B2ABFE_Person3147994278 ;
  a2a:EventKeyRef oa:event_hco_3B6CDF0A-3182-4617-ABA2-81D339B2ABFE_Event1 .

oa:relationep_hco_3B6CDF0A-3182-4617-ABA2-81D339B2ABFE_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_hco_3B6CDF0A-3182-4617-ABA2-81D339B2ABFE_Person3147994286 ;
  a2a:EventKeyRef oa:event_hco_3B6CDF0A-3182-4617-ABA2-81D339B2ABFE_Event1 .

oa:relationep_hco_3B6CDF0A-3182-4617-ABA2-81D339B2ABFE_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_hco_3B6CDF0A-3182-4617-ABA2-81D339B2ABFE_Person3147994287 ;
  a2a:EventKeyRef oa:event_hco_3B6CDF0A-3182-4617-ABA2-81D339B2ABFE_Event1 .

oa:source_hco_3B6CDF0A-3182-4617-ABA2-81D339B2ABFE
  a a2a:Source ;
  rdfs:label "Collectie Overijssel locatie Zwolle, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Blokzijl" ;
    a2a:Country "Nederland" ;
    rdfs:label "Blokzijl, Nederland", "1914-01-07 - 1914-01-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1914-01-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1914-01-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "07-01-1914" ;
    a2a:Year "1914" ;
    a2a:Month "01" ;
    a2a:Day "07" ;
    rdfs:label "07-01-1914"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Collectie Overijssel locatie Zwolle" ;
    a2a:Place "Zwolle" ;
    a2a:Collection "Burgerlijke Stand in Overijssel" ;
    a2a:Book "Registers van geboorten" ;
    a2a:DocumentNumber "2" ;
    a2a:RegistryNumber "1247-B" ;
    rdfs:label "Collectie Overijssel locatie Zwolle, Zwolle, Burgerlijke Stand in Overijssel, Registers van geboorten, 2, 1247-B"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/141/AFD09E972A014E519A36FB4DF8CD5007" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/141/AFD09E972A014E519A36FB4DF8CD5007" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/141/AFD09E972A014E519A36FB4DF8CD5007"
  ] ;
  a2a:SourceLastChangeDate "2023-02-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/141/3B6CDF0A31824617ABA281D339B2ABFE" ;
  a2a:RecordIdentifier "3147994268" ;
  a2a:RecordGUID "{3B6CDF0A-3182-4617-ABA2-81D339B2ABFE}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/425F70645EDB47849C4B6954236E1B3A" .

