@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_f1e94bfe-4b63-494f-b099-fb7c839dc9bb
  a a2a:Record ;
  rdfs:label "Doop op 23 december 1759 te Nieuwe Pekela" ;
  a2a:hasPerson oa:person_gra_f1e94bfe-4b63-494f-b099-fb7c839dc9bb_Person-ba22239f-701f-7d1e-692c-ab4bf7e62418, oa:person_gra_f1e94bfe-4b63-494f-b099-fb7c839dc9bb_Person-71307bbe-0b7b-8eed-c51f-5e5ed927a8b4, oa:person_gra_f1e94bfe-4b63-494f-b099-fb7c839dc9bb_Person-450c980b-b2f3-4b37-61ae-42281abb2101 ;
  a2a:hasEvent oa:event_gra_f1e94bfe-4b63-494f-b099-fb7c839dc9bb_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_f1e94bfe-4b63-494f-b099-fb7c839dc9bb_0, oa:relationep_gra_f1e94bfe-4b63-494f-b099-fb7c839dc9bb_1, oa:relationep_gra_f1e94bfe-4b63-494f-b099-fb7c839dc9bb_2 ;
  a2a:hasSource oa:source_gra_f1e94bfe-4b63-494f-b099-fb7c839dc9bb .

oa:person_gra_f1e94bfe-4b63-494f-b099-fb7c839dc9bb_Person-ba22239f-701f-7d1e-692c-ab4bf7e62418
  a a2a:Person ;
  rdfs:label "Garregijn" ;
  a2a:PersonName [
    rdfs:label "Garregijn" ;
    a2a:PersonNameFirstName "Garregijn"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1759" ;
    a2a:Month "12" ;
    a2a:Day "16" ;
    rdfs:label "1759-12-16"^^xsd:date
  ] .

oa:person_gra_f1e94bfe-4b63-494f-b099-fb7c839dc9bb_Person-71307bbe-0b7b-8eed-c51f-5e5ed927a8b4
  a a2a:Person ;
  rdfs:label "Albertijn Alberts" ;
  a2a:PersonName [
    rdfs:label "Albertijn Alberts" ;
    a2a:PersonNameFirstName "Albertijn" ;
    a2a:PersonNameLastName "Alberts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_f1e94bfe-4b63-494f-b099-fb7c839dc9bb_Person-450c980b-b2f3-4b37-61ae-42281abb2101
  a a2a:Person ;
  rdfs:label "Albert Everts Gust" ;
  a2a:PersonName [
    rdfs:label "Albert Everts Gust" ;
    a2a:PersonNameFirstName "Albert Everts" ;
    a2a:PersonNameLastName "Gust"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_f1e94bfe-4b63-494f-b099-fb7c839dc9bb_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1759" ;
    a2a:Month "12" ;
    a2a:Day "23" ;
    rdfs:label "1759-12-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nieuwe Pekela" ;
    rdfs:label "Nieuwe Pekela"
  ] .

oa:relationep_gra_f1e94bfe-4b63-494f-b099-fb7c839dc9bb_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_f1e94bfe-4b63-494f-b099-fb7c839dc9bb_Person:ba22239f-701f-7d1e-692c-ab4bf7e62418 ;
  a2a:EventKeyRef oa:event_gra_f1e94bfe-4b63-494f-b099-fb7c839dc9bb_Event1 .

oa:relationep_gra_f1e94bfe-4b63-494f-b099-fb7c839dc9bb_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_f1e94bfe-4b63-494f-b099-fb7c839dc9bb_Person:71307bbe-0b7b-8eed-c51f-5e5ed927a8b4 ;
  a2a:EventKeyRef oa:event_gra_f1e94bfe-4b63-494f-b099-fb7c839dc9bb_Event1 .

oa:relationep_gra_f1e94bfe-4b63-494f-b099-fb7c839dc9bb_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_f1e94bfe-4b63-494f-b099-fb7c839dc9bb_Person:450c980b-b2f3-4b37-61ae-42281abb2101 ;
  a2a:EventKeyRef oa:event_gra_f1e94bfe-4b63-494f-b099-fb7c839dc9bb_Event1 .

oa:source_gra_f1e94bfe-4b63-494f-b099-fb7c839dc9bb
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Nieuwe Pekela" ;
    rdfs:label "Kerkelijke gemeente Nieuwe Pekela", "1759-12-23 - 1759-12-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1759-12-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1759-12-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1759" ;
    a2a:Month "12" ;
    a2a:Day "23" ;
    rdfs:label "1759-12-23"^^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: 311..." ;
    a2a:Book "Doop- en trouwboek 1704-1811" ;
    a2a:RegistryNumber "311" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 311..., Doop- en trouwboek 1704-1811, 311"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/4813077f-4128-4725-611e-1877f4da1268.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/f1e94bfe-4b63-494f-b099-fb7c839dc9bb" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/4813077f-4128-4725-611e-1877f4da1268.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/f1e94bfe-4b63-494f-b099-fb7c839dc9bb" ;
  a2a:RecordGUID "{f1e94bfe-4b63-494f-b099-fb7c839dc9bb}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210225_20923_00020923.xml van GRA" .

