@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_04dad8b1-aa7e-e80c-2f13-94f69b4e33b6
  a a2a:Record ;
  rdfs:label "Geboorte op 21 april 1824 te Bellingwolde" ;
  a2a:hasPerson oa:person_gra_04dad8b1-aa7e-e80c-2f13-94f69b4e33b6_Person-2723d507-b063-b167-482c-404aaabb5c74, oa:person_gra_04dad8b1-aa7e-e80c-2f13-94f69b4e33b6_Person-fc078203-3335-de1c-113b-c7ddb6929bc4, oa:person_gra_04dad8b1-aa7e-e80c-2f13-94f69b4e33b6_Person-08c74067-8fdb-455f-3fa6-9f8db7311a6b ;
  a2a:hasEvent oa:event_gra_04dad8b1-aa7e-e80c-2f13-94f69b4e33b6_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_04dad8b1-aa7e-e80c-2f13-94f69b4e33b6_0, oa:relationep_gra_04dad8b1-aa7e-e80c-2f13-94f69b4e33b6_1, oa:relationep_gra_04dad8b1-aa7e-e80c-2f13-94f69b4e33b6_2 ;
  a2a:hasSource oa:source_gra_04dad8b1-aa7e-e80c-2f13-94f69b4e33b6 .

oa:person_gra_04dad8b1-aa7e-e80c-2f13-94f69b4e33b6_Person-2723d507-b063-b167-482c-404aaabb5c74
  a a2a:Person ;
  rdfs:label "Klaas Simons Hoving" ;
  a2a:PersonName [
    rdfs:label "Klaas Simons Hoving" ;
    a2a:PersonNameFirstName "Klaas Simons" ;
    a2a:PersonNameLastName "Hoving"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "33 jaar" ;
    rdfs:label "33 jaar"
  ] ;
  a2a:Profession "koopman" .

oa:person_gra_04dad8b1-aa7e-e80c-2f13-94f69b4e33b6_Person-fc078203-3335-de1c-113b-c7ddb6929bc4
  a a2a:Person ;
  rdfs:label "Jelske Sjoerts Schaaf" ;
  a2a:PersonName [
    rdfs:label "Jelske Sjoerts Schaaf" ;
    a2a:PersonNameFirstName "Jelske Sjoerts" ;
    a2a:PersonNameLastName "Schaaf"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_04dad8b1-aa7e-e80c-2f13-94f69b4e33b6_Person-08c74067-8fdb-455f-3fa6-9f8db7311a6b
  a a2a:Person ;
  rdfs:label "Pieter Hoving" ;
  a2a:PersonName [
    rdfs:label "Pieter Hoving" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Hoving"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1824" ;
    a2a:Month "4" ;
    a2a:Day "21" ;
    rdfs:label "1824-04-21"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Bellingwolde" ;
    rdfs:label "Bellingwolde"
  ] .

oa:event_gra_04dad8b1-aa7e-e80c-2f13-94f69b4e33b6_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1824" ;
    a2a:Month "4" ;
    a2a:Day "21" ;
    rdfs:label "1824-04-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bellingwolde" ;
    rdfs:label "Bellingwolde"
  ] .

oa:relationep_gra_04dad8b1-aa7e-e80c-2f13-94f69b4e33b6_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_04dad8b1-aa7e-e80c-2f13-94f69b4e33b6_Person:2723d507-b063-b167-482c-404aaabb5c74 ;
  a2a:EventKeyRef oa:event_gra_04dad8b1-aa7e-e80c-2f13-94f69b4e33b6_Event1 .

oa:relationep_gra_04dad8b1-aa7e-e80c-2f13-94f69b4e33b6_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_04dad8b1-aa7e-e80c-2f13-94f69b4e33b6_Person:fc078203-3335-de1c-113b-c7ddb6929bc4 ;
  a2a:EventKeyRef oa:event_gra_04dad8b1-aa7e-e80c-2f13-94f69b4e33b6_Event1 .

oa:relationep_gra_04dad8b1-aa7e-e80c-2f13-94f69b4e33b6_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_04dad8b1-aa7e-e80c-2f13-94f69b4e33b6_Person:08c74067-8fdb-455f-3fa6-9f8db7311a6b ;
  a2a:EventKeyRef oa:event_gra_04dad8b1-aa7e-e80c-2f13-94f69b4e33b6_Event1 .

oa:source_gra_04dad8b1-aa7e-e80c-2f13-94f69b4e33b6
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Bellingwolde" ;
    rdfs:label "Bellingwolde", "1824-04-22 - 1824-04-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1824-04-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1824-04-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1824" ;
    a2a:Month "4" ;
    a2a:Day "22" ;
    rdfs:label "1824-04-22"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1824" ;
    a2a:Book "Geboorteregister 1824" ;
    a2a:DocumentNumber "25" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1824, Geboorteregister 1824, 25"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/6c25026d-a5a2-3ef0-d553-e4730e7b5dfa.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/04dad8b1-aa7e-e80c-2f13-94f69b4e33b6" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/6c25026d-a5a2-3ef0-d553-e4730e7b5dfa.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/04dad8b1-aa7e-e80c-2f13-94f69b4e33b6" ;
  a2a:RecordGUID "{04dad8b1-aa7e-e80c-2f13-94f69b4e33b6}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_3882_00003882.xml van GRA" .

