@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 owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

oa:record_gra_dacb981d-40b0-5151-e214-cb891f98c2a8
  a a2a:Record ;
  rdfs:label "Geboorte op 22 januari 1913 te Groningen" ;
  a2a:hasPerson oa:person_gra_dacb981d-40b0-5151-e214-cb891f98c2a8_Person-43533049-97a0-ae07-d112-56a018a9e8f6, oa:person_gra_dacb981d-40b0-5151-e214-cb891f98c2a8_Person-14c33833-6733-d8fe-d0c2-c5e22539b607, oa:person_gra_dacb981d-40b0-5151-e214-cb891f98c2a8_Person-125f32af-89ec-325a-ff45-b69f8c4fa4b3 ;
  a2a:hasEvent oa:event_gra_dacb981d-40b0-5151-e214-cb891f98c2a8_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_dacb981d-40b0-5151-e214-cb891f98c2a8_0, oa:relationep_gra_dacb981d-40b0-5151-e214-cb891f98c2a8_1, oa:relationep_gra_dacb981d-40b0-5151-e214-cb891f98c2a8_2 ;
  a2a:hasSource oa:source_gra_dacb981d-40b0-5151-e214-cb891f98c2a8 .

oa:person_gra_dacb981d-40b0-5151-e214-cb891f98c2a8_Person-43533049-97a0-ae07-d112-56a018a9e8f6
  a a2a:Person ;
  rdfs:label "Aaltje Hut" ;
  owl:sameAs oa:person_dar_af47a10e-26ed-45f9-a735-80782d1acbe3_Person-d8dfcd0d-9cd0-4adb-9eb9-38b5e97690d8, oa:person_gra_2a377d92-e228-178d-ce31-c204898ffac7_Person-2b37bcc5-7d37-b00c-dea1-f7854f92246f, oa:person_gra_cf697c6a-03e4-00de-79a7-3791eb555c62_Person-2265c67e-64f0-d5c3-85e3-561fe27dccc4 ;
  a2a:PersonName [
    rdfs:label "Aaltje Hut" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNameLastName "Hut"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_dacb981d-40b0-5151-e214-cb891f98c2a8_Person-14c33833-6733-d8fe-d0c2-c5e22539b607
  a a2a:Person ;
  rdfs:label "Edzo Harmannus Sleehuis" ;
  owl:sameAs oa:person_dar_af47a10e-26ed-45f9-a735-80782d1acbe3_Person-ccb7af19-903d-4953-a0d8-326942d41636 ;
  a2a:PersonName [
    rdfs:label "Edzo Harmannus Sleehuis" ;
    a2a:PersonNameFirstName "Edzo Harmannus" ;
    a2a:PersonNameLastName "Sleehuis"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1913" ;
    a2a:Month "1" ;
    a2a:Day "22" ;
    rdfs:label "1913-01-22"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:person_gra_dacb981d-40b0-5151-e214-cb891f98c2a8_Person-125f32af-89ec-325a-ff45-b69f8c4fa4b3
  a a2a:Person ;
  rdfs:label "Harmannus Sleehuis" ;
  owl:sameAs oa:person_dar_af47a10e-26ed-45f9-a735-80782d1acbe3_Person-c9e83067-b740-48f0-9a5b-26d882f45699, oa:person_gra_2a377d92-e228-178d-ce31-c204898ffac7_Person-d9e1f9c1-a723-f014-ab9f-2e6a92d2a59a, oa:person_gra_cf697c6a-03e4-00de-79a7-3791eb555c62_Person-88527ce5-9a5e-fe6b-2a51-f80be39a9293 ;
  a2a:PersonName [
    rdfs:label "Harmannus Sleehuis" ;
    a2a:PersonNameFirstName "Harmannus" ;
    a2a:PersonNameLastName "Sleehuis"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "40 jaar" ;
    rdfs:label "40 jaar"
  ] ;
  a2a:Profession "besteller" .

oa:event_gra_dacb981d-40b0-5151-e214-cb891f98c2a8_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1913" ;
    a2a:Month "1" ;
    a2a:Day "22" ;
    rdfs:label "1913-01-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_dacb981d-40b0-5151-e214-cb891f98c2a8_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_dacb981d-40b0-5151-e214-cb891f98c2a8_Person:43533049-97a0-ae07-d112-56a018a9e8f6 ;
  a2a:EventKeyRef oa:event_gra_dacb981d-40b0-5151-e214-cb891f98c2a8_Event1 .

oa:relationep_gra_dacb981d-40b0-5151-e214-cb891f98c2a8_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_dacb981d-40b0-5151-e214-cb891f98c2a8_Person:14c33833-6733-d8fe-d0c2-c5e22539b607 ;
  a2a:EventKeyRef oa:event_gra_dacb981d-40b0-5151-e214-cb891f98c2a8_Event1 .

oa:relationep_gra_dacb981d-40b0-5151-e214-cb891f98c2a8_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_dacb981d-40b0-5151-e214-cb891f98c2a8_Person:125f32af-89ec-325a-ff45-b69f8c4fa4b3 ;
  a2a:EventKeyRef oa:event_gra_dacb981d-40b0-5151-e214-cb891f98c2a8_Event1 .

oa:source_gra_dacb981d-40b0-5151-e214-cb891f98c2a8
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1913-01-22 - 1913-01-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1913-01-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1913-01-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1913" ;
    a2a:Month "1" ;
    a2a:Day "22" ;
    rdfs:label "1913-01-22"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 11123, 11124, Periode: 1913" ;
    a2a:Book "Geboorteregister 1913" ;
    a2a:DocumentNumber "118" ;
    a2a:RegistryNumber "11123, 11124" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 11123, 11124, Periode: 1913, Geboorteregister 1913, 118, 11123, 11124"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/39eb7a0f-2286-f016-9113-8a146ef2d608.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/dacb981d-40b0-5151-e214-cb891f98c2a8" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/39eb7a0f-2286-f016-9113-8a146ef2d608.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/dacb981d-40b0-5151-e214-cb891f98c2a8" ;
  a2a:RecordGUID "{dacb981d-40b0-5151-e214-cb891f98c2a8}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_7671_00007671.xml van GRA" .

