@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_e40a878e-135b-1fc2-0af3-0e8a88e4aef4
  a a2a:Record ;
  rdfs:label "Doop op 16 oktober 1803 te Groningen - Oosterstraat" ;
  a2a:hasPerson oa:person_gra_e40a878e-135b-1fc2-0af3-0e8a88e4aef4_Person-fa03ffe1-195c-dd50-2b67-da6c1c51d210, oa:person_gra_e40a878e-135b-1fc2-0af3-0e8a88e4aef4_Person-5c35ace3-443e-2efe-660e-932b56d7a373, oa:person_gra_e40a878e-135b-1fc2-0af3-0e8a88e4aef4_Person-40e21270-10a8-a5f1-e9f5-00a0dd8e7d54, oa:person_gra_e40a878e-135b-1fc2-0af3-0e8a88e4aef4_Person-26e633cc-25d2-224b-9f10-c38eac4e0f18 ;
  a2a:hasEvent oa:event_gra_e40a878e-135b-1fc2-0af3-0e8a88e4aef4_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_e40a878e-135b-1fc2-0af3-0e8a88e4aef4_0, oa:relationep_gra_e40a878e-135b-1fc2-0af3-0e8a88e4aef4_1, oa:relationep_gra_e40a878e-135b-1fc2-0af3-0e8a88e4aef4_2, oa:relationep_gra_e40a878e-135b-1fc2-0af3-0e8a88e4aef4_3 ;
  a2a:hasSource oa:source_gra_e40a878e-135b-1fc2-0af3-0e8a88e4aef4 .

oa:person_gra_e40a878e-135b-1fc2-0af3-0e8a88e4aef4_Person-fa03ffe1-195c-dd50-2b67-da6c1c51d210
  a a2a:Person ;
  rdfs:label "Simon Doris" ;
  a2a:PersonName [
    rdfs:label "Simon Doris" ;
    a2a:PersonNameFirstName "Simon" ;
    a2a:PersonNameLastName "Doris"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_e40a878e-135b-1fc2-0af3-0e8a88e4aef4_Person-5c35ace3-443e-2efe-660e-932b56d7a373
  a a2a:Person ;
  rdfs:label "Anna Temmes" ;
  a2a:PersonName [
    rdfs:label "Anna Temmes" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Temmes"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_e40a878e-135b-1fc2-0af3-0e8a88e4aef4_Person-40e21270-10a8-a5f1-e9f5-00a0dd8e7d54
  a a2a:Person ;
  rdfs:label "Anna" ;
  a2a:PersonName [
    rdfs:label "Anna" ;
    a2a:PersonNameFirstName "Anna"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_gra_e40a878e-135b-1fc2-0af3-0e8a88e4aef4_Person-26e633cc-25d2-224b-9f10-c38eac4e0f18
  a a2a:Person ;
  rdfs:label "Geertruid Berends" ;
  a2a:PersonName [
    rdfs:label "Geertruid Berends" ;
    a2a:PersonNameFirstName "Geertruid" ;
    a2a:PersonNameLastName "Berends"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_e40a878e-135b-1fc2-0af3-0e8a88e4aef4_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1803" ;
    a2a:Month "10" ;
    a2a:Day "16" ;
    rdfs:label "1803-10-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen - Oosterstraat" ;
    rdfs:label "Groningen - Oosterstraat"
  ] .

oa:relationep_gra_e40a878e-135b-1fc2-0af3-0e8a88e4aef4_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_e40a878e-135b-1fc2-0af3-0e8a88e4aef4_Person:fa03ffe1-195c-dd50-2b67-da6c1c51d210 ;
  a2a:EventKeyRef oa:event_gra_e40a878e-135b-1fc2-0af3-0e8a88e4aef4_Event1 .

oa:relationep_gra_e40a878e-135b-1fc2-0af3-0e8a88e4aef4_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_gra_e40a878e-135b-1fc2-0af3-0e8a88e4aef4_Person:5c35ace3-443e-2efe-660e-932b56d7a373 ;
  a2a:EventKeyRef oa:event_gra_e40a878e-135b-1fc2-0af3-0e8a88e4aef4_Event1 .

oa:relationep_gra_e40a878e-135b-1fc2-0af3-0e8a88e4aef4_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_e40a878e-135b-1fc2-0af3-0e8a88e4aef4_Person:40e21270-10a8-a5f1-e9f5-00a0dd8e7d54 ;
  a2a:EventKeyRef oa:event_gra_e40a878e-135b-1fc2-0af3-0e8a88e4aef4_Event1 .

oa:relationep_gra_e40a878e-135b-1fc2-0af3-0e8a88e4aef4_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_e40a878e-135b-1fc2-0af3-0e8a88e4aef4_Person:26e633cc-25d2-224b-9f10-c38eac4e0f18 ;
  a2a:EventKeyRef oa:event_gra_e40a878e-135b-1fc2-0af3-0e8a88e4aef4_Event1 .

oa:source_gra_e40a878e-135b-1fc2-0af3-0e8a88e4aef4
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Groningen" ;
    rdfs:label "Kerkelijke gemeente Groningen", "1803-10-16 - 1803-10-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1803-10-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1803-10-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1803" ;
    a2a:Month "10" ;
    a2a:Day "16" ;
    rdfs:label "1803-10-16"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 637..." ;
    a2a:Book "Kerkeboek 1795-1811" ;
    a2a:RegistryNumber "637 (Rooms-katholiek) Statie Oosterstraat" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 637..., Kerkeboek 1795-1811, 637 (Rooms-katholiek) Statie Oosterstraat"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/3ac1936a-bf83-f8f3-a918-6feee566dd3a.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/e40a878e-135b-1fc2-0af3-0e8a88e4aef4" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/3ac1936a-bf83-f8f3-a918-6feee566dd3a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/e40a878e-135b-1fc2-0af3-0e8a88e4aef4" ;
  a2a:RecordGUID "{e40a878e-135b-1fc2-0af3-0e8a88e4aef4}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210331_3057_00003057.xml van GRA" .

