@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_e7dbcfca-4a11-4c54-2d28-d3eb67946992
  a a2a:Record ;
  rdfs:label "Doop op 13 januari 1762 te Bedum" ;
  a2a:hasPerson oa:person_gra_e7dbcfca-4a11-4c54-2d28-d3eb67946992_Person-510760af-f51a-0356-d557-bc36313f900e, oa:person_gra_e7dbcfca-4a11-4c54-2d28-d3eb67946992_Person-df83593b-d419-442e-5cfc-3daa4f3a388f, oa:person_gra_e7dbcfca-4a11-4c54-2d28-d3eb67946992_Person-253542ff-0a00-412b-9d4d-ef078b1f5a68, oa:person_gra_e7dbcfca-4a11-4c54-2d28-d3eb67946992_Person-c23b7b2a-7191-bcd1-2bf8-52f3c206a24a ;
  a2a:hasEvent oa:event_gra_e7dbcfca-4a11-4c54-2d28-d3eb67946992_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_e7dbcfca-4a11-4c54-2d28-d3eb67946992_0, oa:relationep_gra_e7dbcfca-4a11-4c54-2d28-d3eb67946992_1, oa:relationep_gra_e7dbcfca-4a11-4c54-2d28-d3eb67946992_2, oa:relationep_gra_e7dbcfca-4a11-4c54-2d28-d3eb67946992_3 ;
  a2a:hasSource oa:source_gra_e7dbcfca-4a11-4c54-2d28-d3eb67946992 .

oa:person_gra_e7dbcfca-4a11-4c54-2d28-d3eb67946992_Person-510760af-f51a-0356-d557-bc36313f900e
  a a2a:Person ;
  rdfs:label "Joanna" ;
  a2a:PersonName [
    rdfs:label "Joanna" ;
    a2a:PersonNameFirstName "Joanna"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_gra_e7dbcfca-4a11-4c54-2d28-d3eb67946992_Person-df83593b-d419-442e-5cfc-3daa4f3a388f
  a a2a:Person ;
  rdfs:label "Elke Benes" ;
  a2a:PersonName [
    rdfs:label "Elke Benes" ;
    a2a:PersonNameFirstName "Elke" ;
    a2a:PersonNameLastName "Benes"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_e7dbcfca-4a11-4c54-2d28-d3eb67946992_Person-253542ff-0a00-412b-9d4d-ef078b1f5a68
  a a2a:Person ;
  rdfs:label "Cornelie Benes" ;
  a2a:PersonName [
    rdfs:label "Cornelie Benes" ;
    a2a:PersonNameFirstName "Cornelie" ;
    a2a:PersonNameLastName "Benes"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_e7dbcfca-4a11-4c54-2d28-d3eb67946992_Person-c23b7b2a-7191-bcd1-2bf8-52f3c206a24a
  a a2a:Person ;
  rdfs:label "Johannes Coers" ;
  a2a:PersonName [
    rdfs:label "Johannes Coers" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Coers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_e7dbcfca-4a11-4c54-2d28-d3eb67946992_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1762" ;
    a2a:Month "1" ;
    a2a:Day "13" ;
    rdfs:label "1762-01-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bedum" ;
    rdfs:label "Bedum"
  ] .

oa:relationep_gra_e7dbcfca-4a11-4c54-2d28-d3eb67946992_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_e7dbcfca-4a11-4c54-2d28-d3eb67946992_Person:510760af-f51a-0356-d557-bc36313f900e ;
  a2a:EventKeyRef oa:event_gra_e7dbcfca-4a11-4c54-2d28-d3eb67946992_Event1 .

oa:relationep_gra_e7dbcfca-4a11-4c54-2d28-d3eb67946992_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_gra_e7dbcfca-4a11-4c54-2d28-d3eb67946992_Person:df83593b-d419-442e-5cfc-3daa4f3a388f ;
  a2a:EventKeyRef oa:event_gra_e7dbcfca-4a11-4c54-2d28-d3eb67946992_Event1 .

oa:relationep_gra_e7dbcfca-4a11-4c54-2d28-d3eb67946992_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_e7dbcfca-4a11-4c54-2d28-d3eb67946992_Person:253542ff-0a00-412b-9d4d-ef078b1f5a68 ;
  a2a:EventKeyRef oa:event_gra_e7dbcfca-4a11-4c54-2d28-d3eb67946992_Event1 .

oa:relationep_gra_e7dbcfca-4a11-4c54-2d28-d3eb67946992_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_e7dbcfca-4a11-4c54-2d28-d3eb67946992_Person:c23b7b2a-7191-bcd1-2bf8-52f3c206a24a ;
  a2a:EventKeyRef oa:event_gra_e7dbcfca-4a11-4c54-2d28-d3eb67946992_Event1 .

oa:source_gra_e7dbcfca-4a11-4c54-2d28-d3eb67946992
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Bedum" ;
    rdfs:label "Kerkelijke gemeente Bedum", "1762-01-13 - 1762-01-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1762-01-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1762-01-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1762" ;
    a2a:Month "1" ;
    a2a:Day "13" ;
    rdfs:label "1762-01-13"^^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: 623..." ;
    a2a:Book "Doop- en trouwboek 1680-1811" ;
    a2a:RegistryNumber "623 (Rooms-katholiek)" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 623..., Doop- en trouwboek 1680-1811, 623 (Rooms-katholiek)"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/c7dd8dba-82ee-a4f9-3ef0-af8f93bdb0e0.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/e7dbcfca-4a11-4c54-2d28-d3eb67946992" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/c7dd8dba-82ee-a4f9-3ef0-af8f93bdb0e0.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/e7dbcfca-4a11-4c54-2d28-d3eb67946992" ;
  a2a:RecordGUID "{e7dbcfca-4a11-4c54-2d28-d3eb67946992}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210331_2457_00002457.xml van GRA" .

