@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_c015a832-d851-989e-e7ae-beabcc56c8ea
  a a2a:Record ;
  rdfs:label "Doop op 16 december 1763 te Bedum" ;
  a2a:hasPerson oa:person_gra_c015a832-d851-989e-e7ae-beabcc56c8ea_Person-d2d6ae83-0581-d40a-2943-b6d37e5f9a03, oa:person_gra_c015a832-d851-989e-e7ae-beabcc56c8ea_Person-8b06921f-d081-1dbf-b7fe-3db0726c88b1, oa:person_gra_c015a832-d851-989e-e7ae-beabcc56c8ea_Person-063f955a-4004-9f74-9866-62c693c927c5, oa:person_gra_c015a832-d851-989e-e7ae-beabcc56c8ea_Person-b59e8e36-f59d-f9e3-5751-3160aa1c4f16 ;
  a2a:hasEvent oa:event_gra_c015a832-d851-989e-e7ae-beabcc56c8ea_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_c015a832-d851-989e-e7ae-beabcc56c8ea_0, oa:relationep_gra_c015a832-d851-989e-e7ae-beabcc56c8ea_1, oa:relationep_gra_c015a832-d851-989e-e7ae-beabcc56c8ea_2, oa:relationep_gra_c015a832-d851-989e-e7ae-beabcc56c8ea_3 ;
  a2a:hasSource oa:source_gra_c015a832-d851-989e-e7ae-beabcc56c8ea .

oa:person_gra_c015a832-d851-989e-e7ae-beabcc56c8ea_Person-d2d6ae83-0581-d40a-2943-b6d37e5f9a03
  a a2a:Person ;
  rdfs:label "Margaretha" ;
  a2a:PersonName [
    rdfs:label "Margaretha" ;
    a2a:PersonNameFirstName "Margaretha"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_gra_c015a832-d851-989e-e7ae-beabcc56c8ea_Person-8b06921f-d081-1dbf-b7fe-3db0726c88b1
  a a2a:Person ;
  rdfs:label "Grietie Berens" ;
  a2a:PersonName [
    rdfs:label "Grietie Berens" ;
    a2a:PersonNameFirstName "Grietie" ;
    a2a:PersonNameLastName "Berens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_c015a832-d851-989e-e7ae-beabcc56c8ea_Person-063f955a-4004-9f74-9866-62c693c927c5
  a a2a:Person ;
  rdfs:label "Anna Jans" ;
  a2a:PersonName [
    rdfs:label "Anna Jans" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Jans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_c015a832-d851-989e-e7ae-beabcc56c8ea_Person-b59e8e36-f59d-f9e3-5751-3160aa1c4f16
  a a2a:Person ;
  rdfs:label "Drewes Andries" ;
  a2a:PersonName [
    rdfs:label "Drewes Andries" ;
    a2a:PersonNameFirstName "Drewes" ;
    a2a:PersonNameLastName "Andries"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_c015a832-d851-989e-e7ae-beabcc56c8ea_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1763" ;
    a2a:Month "12" ;
    a2a:Day "16" ;
    rdfs:label "1763-12-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bedum" ;
    rdfs:label "Bedum"
  ] .

oa:relationep_gra_c015a832-d851-989e-e7ae-beabcc56c8ea_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_c015a832-d851-989e-e7ae-beabcc56c8ea_Person:d2d6ae83-0581-d40a-2943-b6d37e5f9a03 ;
  a2a:EventKeyRef oa:event_gra_c015a832-d851-989e-e7ae-beabcc56c8ea_Event1 .

oa:relationep_gra_c015a832-d851-989e-e7ae-beabcc56c8ea_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_gra_c015a832-d851-989e-e7ae-beabcc56c8ea_Person:8b06921f-d081-1dbf-b7fe-3db0726c88b1 ;
  a2a:EventKeyRef oa:event_gra_c015a832-d851-989e-e7ae-beabcc56c8ea_Event1 .

oa:relationep_gra_c015a832-d851-989e-e7ae-beabcc56c8ea_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_c015a832-d851-989e-e7ae-beabcc56c8ea_Person:063f955a-4004-9f74-9866-62c693c927c5 ;
  a2a:EventKeyRef oa:event_gra_c015a832-d851-989e-e7ae-beabcc56c8ea_Event1 .

oa:relationep_gra_c015a832-d851-989e-e7ae-beabcc56c8ea_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_c015a832-d851-989e-e7ae-beabcc56c8ea_Person:b59e8e36-f59d-f9e3-5751-3160aa1c4f16 ;
  a2a:EventKeyRef oa:event_gra_c015a832-d851-989e-e7ae-beabcc56c8ea_Event1 .

oa:source_gra_c015a832-d851-989e-e7ae-beabcc56c8ea
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Groningen" ;
    rdfs:label "Kerkelijke gemeente Groningen", "1763-12-16 - 1763-12-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1763-12-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1763-12-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1763" ;
    a2a:Month "12" ;
    a2a:Day "16" ;
    rdfs:label "1763-12-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: 633..." ;
    a2a:Book "Kerkeboek 1700-1811" ;
    a2a:RegistryNumber "633 (Rooms-katholiek) Statie Guldenstraat" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 633..., Kerkeboek 1700-1811, 633 (Rooms-katholiek) Statie Guldenstraat"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/08b4f723-780a-4b77-fe29-5aa610907a7f.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/c015a832-d851-989e-e7ae-beabcc56c8ea" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/08b4f723-780a-4b77-fe29-5aa610907a7f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/c015a832-d851-989e-e7ae-beabcc56c8ea" ;
  a2a:RecordGUID "{c015a832-d851-989e-e7ae-beabcc56c8ea}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210331_2690_00002690.xml van GRA" .

