@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_gra_7fbec0c5-ea2e-dce5-e14e-1215975c9c70
  a a2a:Record ;
  rdfs:label "Geboorte op 22 april 1833 te Baflo" ;
  a2a:hasPerson oa:person_gra_7fbec0c5-ea2e-dce5-e14e-1215975c9c70_Person-4d36eb87-880c-e7c6-52ff-0071230ef72a, oa:person_gra_7fbec0c5-ea2e-dce5-e14e-1215975c9c70_Person-06ebacfb-6a9c-871d-94e1-2cbc8ee8bfa7, oa:person_gra_7fbec0c5-ea2e-dce5-e14e-1215975c9c70_Person-b480dbd1-1f06-e42e-cfa2-2e80a3efb360 ;
  a2a:hasEvent oa:event_gra_7fbec0c5-ea2e-dce5-e14e-1215975c9c70_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_7fbec0c5-ea2e-dce5-e14e-1215975c9c70_0, oa:relationep_gra_7fbec0c5-ea2e-dce5-e14e-1215975c9c70_1, oa:relationep_gra_7fbec0c5-ea2e-dce5-e14e-1215975c9c70_2 ;
  a2a:hasSource oa:source_gra_7fbec0c5-ea2e-dce5-e14e-1215975c9c70 .

oa:person_gra_7fbec0c5-ea2e-dce5-e14e-1215975c9c70_Person-4d36eb87-880c-e7c6-52ff-0071230ef72a
  a a2a:Person ;
  rdfs:label "Allert Onnes Wolthuis" ;
  a2a:PersonName [
    rdfs:label "Allert Onnes Wolthuis" ;
    a2a:PersonNameFirstName "Allert Onnes" ;
    a2a:PersonNameLastName "Wolthuis"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "35 jaar" ;
    rdfs:label "35 jaar"
  ] ;
  a2a:Profession "broodbakker" .

oa:person_gra_7fbec0c5-ea2e-dce5-e14e-1215975c9c70_Person-06ebacfb-6a9c-871d-94e1-2cbc8ee8bfa7
  a a2a:Person ;
  rdfs:label "Allerdina Enno Rijpma" ;
  a2a:PersonName [
    rdfs:label "Allerdina Enno Rijpma" ;
    a2a:PersonNameFirstName "Allerdina Enno" ;
    a2a:PersonNameLastName "Rijpma"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_7fbec0c5-ea2e-dce5-e14e-1215975c9c70_Person-b480dbd1-1f06-e42e-cfa2-2e80a3efb360
  a a2a:Person ;
  rdfs:label "Jantje Wolthuis" ;
  a2a:PersonName [
    rdfs:label "Jantje Wolthuis" ;
    a2a:PersonNameFirstName "Jantje" ;
    a2a:PersonNameLastName "Wolthuis"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1833" ;
    a2a:Month "4" ;
    a2a:Day "22" ;
    rdfs:label "1833-04-22"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Baflo" ;
    rdfs:label "Baflo"
  ] .

oa:event_gra_7fbec0c5-ea2e-dce5-e14e-1215975c9c70_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1833" ;
    a2a:Month "4" ;
    a2a:Day "22" ;
    rdfs:label "1833-04-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Baflo" ;
    rdfs:label "Baflo"
  ] .

oa:relationep_gra_7fbec0c5-ea2e-dce5-e14e-1215975c9c70_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_7fbec0c5-ea2e-dce5-e14e-1215975c9c70_Person:4d36eb87-880c-e7c6-52ff-0071230ef72a ;
  a2a:EventKeyRef oa:event_gra_7fbec0c5-ea2e-dce5-e14e-1215975c9c70_Event1 .

oa:relationep_gra_7fbec0c5-ea2e-dce5-e14e-1215975c9c70_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_7fbec0c5-ea2e-dce5-e14e-1215975c9c70_Person:06ebacfb-6a9c-871d-94e1-2cbc8ee8bfa7 ;
  a2a:EventKeyRef oa:event_gra_7fbec0c5-ea2e-dce5-e14e-1215975c9c70_Event1 .

oa:relationep_gra_7fbec0c5-ea2e-dce5-e14e-1215975c9c70_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_7fbec0c5-ea2e-dce5-e14e-1215975c9c70_Person:b480dbd1-1f06-e42e-cfa2-2e80a3efb360 ;
  a2a:EventKeyRef oa:event_gra_7fbec0c5-ea2e-dce5-e14e-1215975c9c70_Event1 .

oa:source_gra_7fbec0c5-ea2e-dce5-e14e-1215975c9c70
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Baflo" ;
    rdfs:label "Baflo", "1833-04-23 - 1833-04-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1833-04-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1833-04-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1833" ;
    a2a:Month "4" ;
    a2a:Day "23" ;
    rdfs:label "1833-04-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1833" ;
    a2a:Book "Geboorteregister 1833" ;
    a2a:DocumentNumber "24" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1833, Geboorteregister 1833, 24"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/48cdbb68-8928-6c52-e6a5-7431fbf4a1ef.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/7fbec0c5-ea2e-dce5-e14e-1215975c9c70" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/48cdbb68-8928-6c52-e6a5-7431fbf4a1ef.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/7fbec0c5-ea2e-dce5-e14e-1215975c9c70" ;
  a2a:RecordGUID "{7fbec0c5-ea2e-dce5-e14e-1215975c9c70}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20230828_176_00000176.xml van GRA" .

