@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_3c68b7b1-10f8-2d31-96e7-fb7d2a47fb8d
  a a2a:Record ;
  rdfs:label "Doop op 21 september 1766 te Wedde" ;
  a2a:hasPerson oa:person_gra_3c68b7b1-10f8-2d31-96e7-fb7d2a47fb8d_Person-8058fd1d-9b9b-7dc9-70fc-9b42c66fa76a, oa:person_gra_3c68b7b1-10f8-2d31-96e7-fb7d2a47fb8d_Person-524f8cba-5b51-3b86-9519-e9b7fc758919, oa:person_gra_3c68b7b1-10f8-2d31-96e7-fb7d2a47fb8d_Person-162983eb-ef65-8c0a-e62b-0fa2258e69b9 ;
  a2a:hasEvent oa:event_gra_3c68b7b1-10f8-2d31-96e7-fb7d2a47fb8d_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_3c68b7b1-10f8-2d31-96e7-fb7d2a47fb8d_0, oa:relationep_gra_3c68b7b1-10f8-2d31-96e7-fb7d2a47fb8d_1, oa:relationep_gra_3c68b7b1-10f8-2d31-96e7-fb7d2a47fb8d_2 ;
  a2a:hasSource oa:source_gra_3c68b7b1-10f8-2d31-96e7-fb7d2a47fb8d .

oa:person_gra_3c68b7b1-10f8-2d31-96e7-fb7d2a47fb8d_Person-8058fd1d-9b9b-7dc9-70fc-9b42c66fa76a
  a a2a:Person ;
  rdfs:label "Geert" ;
  a2a:PersonName [
    rdfs:label "Geert" ;
    a2a:PersonNameFirstName "Geert"
  ] ;
  a2a:Gender "Man" .

oa:person_gra_3c68b7b1-10f8-2d31-96e7-fb7d2a47fb8d_Person-524f8cba-5b51-3b86-9519-e9b7fc758919
  a a2a:Person ;
  rdfs:label "Otto Geerts" ;
  a2a:PersonName [
    rdfs:label "Otto Geerts" ;
    a2a:PersonNameFirstName "Otto" ;
    a2a:PersonNameLastName "Geerts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_3c68b7b1-10f8-2d31-96e7-fb7d2a47fb8d_Person-162983eb-ef65-8c0a-e62b-0fa2258e69b9
  a a2a:Person ;
  rdfs:label "Alke Geerts" ;
  a2a:PersonName [
    rdfs:label "Alke Geerts" ;
    a2a:PersonNameFirstName "Alke" ;
    a2a:PersonNameLastName "Geerts"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_3c68b7b1-10f8-2d31-96e7-fb7d2a47fb8d_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1766" ;
    a2a:Month "9" ;
    a2a:Day "21" ;
    rdfs:label "1766-09-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wedde" ;
    rdfs:label "Wedde"
  ] .

oa:relationep_gra_3c68b7b1-10f8-2d31-96e7-fb7d2a47fb8d_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_3c68b7b1-10f8-2d31-96e7-fb7d2a47fb8d_Person:8058fd1d-9b9b-7dc9-70fc-9b42c66fa76a ;
  a2a:EventKeyRef oa:event_gra_3c68b7b1-10f8-2d31-96e7-fb7d2a47fb8d_Event1 .

oa:relationep_gra_3c68b7b1-10f8-2d31-96e7-fb7d2a47fb8d_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_3c68b7b1-10f8-2d31-96e7-fb7d2a47fb8d_Person:524f8cba-5b51-3b86-9519-e9b7fc758919 ;
  a2a:EventKeyRef oa:event_gra_3c68b7b1-10f8-2d31-96e7-fb7d2a47fb8d_Event1 .

oa:relationep_gra_3c68b7b1-10f8-2d31-96e7-fb7d2a47fb8d_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_3c68b7b1-10f8-2d31-96e7-fb7d2a47fb8d_Person:162983eb-ef65-8c0a-e62b-0fa2258e69b9 ;
  a2a:EventKeyRef oa:event_gra_3c68b7b1-10f8-2d31-96e7-fb7d2a47fb8d_Event1 .

oa:source_gra_3c68b7b1-10f8-2d31-96e7-fb7d2a47fb8d
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Wedde" ;
    rdfs:label "Kerkelijke gemeente Wedde", "1766-09-21 - 1766-09-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1766-09-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1766-09-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1766" ;
    a2a:Month "9" ;
    a2a:Day "21" ;
    rdfs:label "1766-09-21"^^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: 504..." ;
    a2a:Book "Doop- en trouwboek 1701-1811" ;
    a2a:RegistryNumber "504" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 504..., Doop- en trouwboek 1701-1811, 504"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/3b241ebe-4544-bb88-3f33-e8a875874b6a.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/3c68b7b1-10f8-2d31-96e7-fb7d2a47fb8d" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/3b241ebe-4544-bb88-3f33-e8a875874b6a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/3c68b7b1-10f8-2d31-96e7-fb7d2a47fb8d" ;
  a2a:RecordGUID "{3c68b7b1-10f8-2d31-96e7-fb7d2a47fb8d}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210331_1129_00001129.xml van GRA" .

