@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_dff8ceda-9d5f-5b20-6ac1-ecccf31cfd59
  a a2a:Record ;
  rdfs:label "Geboorte (geboorteakte) op 10 juni 1922 te Groningen" ;
  a2a:hasPerson oa:person_gra_dff8ceda-9d5f-5b20-6ac1-ecccf31cfd59_Person-650e6ee7-d28c-dbaa-614b-0a515073f67b, oa:person_gra_dff8ceda-9d5f-5b20-6ac1-ecccf31cfd59_Person-def56261-3b43-2b43-be73-03642921086f, oa:person_gra_dff8ceda-9d5f-5b20-6ac1-ecccf31cfd59_Person-0f571699-f36d-013a-9c0c-2650e2869b6c ;
  a2a:hasEvent oa:event_gra_dff8ceda-9d5f-5b20-6ac1-ecccf31cfd59_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_dff8ceda-9d5f-5b20-6ac1-ecccf31cfd59_0, oa:relationep_gra_dff8ceda-9d5f-5b20-6ac1-ecccf31cfd59_1, oa:relationep_gra_dff8ceda-9d5f-5b20-6ac1-ecccf31cfd59_2 ;
  a2a:hasSource oa:source_gra_dff8ceda-9d5f-5b20-6ac1-ecccf31cfd59 .

oa:person_gra_dff8ceda-9d5f-5b20-6ac1-ecccf31cfd59_Person-650e6ee7-d28c-dbaa-614b-0a515073f67b
  a a2a:Person ;
  rdfs:label "Grietje Gars" ;
  a2a:PersonName [
    rdfs:label "Grietje Gars" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNameLastName "Gars"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_dff8ceda-9d5f-5b20-6ac1-ecccf31cfd59_Person-def56261-3b43-2b43-be73-03642921086f
  a a2a:Person ;
  rdfs:label "Pieter Bosma" ;
  a2a:PersonName [
    rdfs:label "Pieter Bosma" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Bosma"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1922" ;
    a2a:Month "6" ;
    a2a:Day "10" ;
    rdfs:label "1922-06-10"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:person_gra_dff8ceda-9d5f-5b20-6ac1-ecccf31cfd59_Person-0f571699-f36d-013a-9c0c-2650e2869b6c
  a a2a:Person ;
  rdfs:label "Egbertus Henderikus Bosma" ;
  a2a:PersonName [
    rdfs:label "Egbertus Henderikus Bosma" ;
    a2a:PersonNameFirstName "Egbertus Henderikus" ;
    a2a:PersonNameLastName "Bosma"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "26 jaar" ;
    rdfs:label "26 jaar"
  ] ;
  a2a:Profession "expediteur" .

oa:event_gra_dff8ceda-9d5f-5b20-6ac1-ecccf31cfd59_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1922" ;
    a2a:Month "6" ;
    a2a:Day "10" ;
    rdfs:label "1922-06-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_dff8ceda-9d5f-5b20-6ac1-ecccf31cfd59_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_dff8ceda-9d5f-5b20-6ac1-ecccf31cfd59_Person:650e6ee7-d28c-dbaa-614b-0a515073f67b ;
  a2a:EventKeyRef oa:event_gra_dff8ceda-9d5f-5b20-6ac1-ecccf31cfd59_Event1 .

oa:relationep_gra_dff8ceda-9d5f-5b20-6ac1-ecccf31cfd59_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_dff8ceda-9d5f-5b20-6ac1-ecccf31cfd59_Person:def56261-3b43-2b43-be73-03642921086f ;
  a2a:EventKeyRef oa:event_gra_dff8ceda-9d5f-5b20-6ac1-ecccf31cfd59_Event1 .

oa:relationep_gra_dff8ceda-9d5f-5b20-6ac1-ecccf31cfd59_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_dff8ceda-9d5f-5b20-6ac1-ecccf31cfd59_Person:0f571699-f36d-013a-9c0c-2650e2869b6c ;
  a2a:EventKeyRef oa:event_gra_dff8ceda-9d5f-5b20-6ac1-ecccf31cfd59_Event1 .

oa:source_gra_dff8ceda-9d5f-5b20-6ac1-ecccf31cfd59
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1922-06-12 - 1922-06-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1922-06-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1922-06-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1922" ;
    a2a:Month "6" ;
    a2a:Day "12" ;
    rdfs:label "1922-06-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 290, Periode: 1922" ;
    a2a:Book "Geboorteregister 1922, akte 0798-1196" ;
    a2a:DocumentNumber "1016" ;
    a2a:RegistryNumber "290" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 290, Periode: 1922, Geboorteregister 1922, akte 0798-1196, 1016, 290"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/0b03e89f-a97c-4290-f688-fb33362c9513.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/dff8ceda-9d5f-5b20-6ac1-ecccf31cfd59" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/0b03e89f-a97c-4290-f688-fb33362c9513.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-02-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/dff8ceda-9d5f-5b20-6ac1-ecccf31cfd59" ;
  a2a:RecordGUID "{dff8ceda-9d5f-5b20-6ac1-ecccf31cfd59}" ;
  a2a:SourceRemarkAkteSoort "Geboorteakte" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20230515_20_00000020.xml van GRA" .

