@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_80bc31f2-3c32-ff4a-a5d2-978e25b35a46
  a a2a:Record ;
  rdfs:label "Doop op 22 november 1782 te Vriescheloo" ;
  a2a:hasPerson oa:person_gra_80bc31f2-3c32-ff4a-a5d2-978e25b35a46_Person-fa4bddea-57de-8a58-d720-1ec48bc88c0a, oa:person_gra_80bc31f2-3c32-ff4a-a5d2-978e25b35a46_Person-c86fcb5d-3a32-88c7-75c1-8e886c67ffb6, oa:person_gra_80bc31f2-3c32-ff4a-a5d2-978e25b35a46_Person-fd642cab-b3cf-64d3-9d3c-17a040fa9673 ;
  a2a:hasEvent oa:event_gra_80bc31f2-3c32-ff4a-a5d2-978e25b35a46_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_80bc31f2-3c32-ff4a-a5d2-978e25b35a46_0, oa:relationep_gra_80bc31f2-3c32-ff4a-a5d2-978e25b35a46_1, oa:relationep_gra_80bc31f2-3c32-ff4a-a5d2-978e25b35a46_2 ;
  a2a:hasSource oa:source_gra_80bc31f2-3c32-ff4a-a5d2-978e25b35a46 .

oa:person_gra_80bc31f2-3c32-ff4a-a5d2-978e25b35a46_Person-fa4bddea-57de-8a58-d720-1ec48bc88c0a
  a a2a:Person ;
  rdfs:label "Jan Wolters" ;
  a2a:PersonName [
    rdfs:label "Jan Wolters" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Wolters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_80bc31f2-3c32-ff4a-a5d2-978e25b35a46_Person-c86fcb5d-3a32-88c7-75c1-8e886c67ffb6
  a a2a:Person ;
  rdfs:label "Jantje Aeikes" ;
  a2a:PersonName [
    rdfs:label "Jantje Aeikes" ;
    a2a:PersonNameFirstName "Jantje" ;
    a2a:PersonNameLastName "Aeikes"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_80bc31f2-3c32-ff4a-a5d2-978e25b35a46_Person-fd642cab-b3cf-64d3-9d3c-17a040fa9673
  a a2a:Person ;
  rdfs:label "Aeike" ;
  a2a:PersonName [
    rdfs:label "Aeike" ;
    a2a:PersonNameFirstName "Aeike"
  ] ;
  a2a:Gender "Man" .

oa:event_gra_80bc31f2-3c32-ff4a-a5d2-978e25b35a46_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1782" ;
    a2a:Month "11" ;
    a2a:Day "22" ;
    rdfs:label "1782-11-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Vriescheloo" ;
    rdfs:label "Vriescheloo"
  ] .

oa:relationep_gra_80bc31f2-3c32-ff4a-a5d2-978e25b35a46_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_80bc31f2-3c32-ff4a-a5d2-978e25b35a46_Person:fa4bddea-57de-8a58-d720-1ec48bc88c0a ;
  a2a:EventKeyRef oa:event_gra_80bc31f2-3c32-ff4a-a5d2-978e25b35a46_Event1 .

oa:relationep_gra_80bc31f2-3c32-ff4a-a5d2-978e25b35a46_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_80bc31f2-3c32-ff4a-a5d2-978e25b35a46_Person:c86fcb5d-3a32-88c7-75c1-8e886c67ffb6 ;
  a2a:EventKeyRef oa:event_gra_80bc31f2-3c32-ff4a-a5d2-978e25b35a46_Event1 .

oa:relationep_gra_80bc31f2-3c32-ff4a-a5d2-978e25b35a46_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_80bc31f2-3c32-ff4a-a5d2-978e25b35a46_Person:fd642cab-b3cf-64d3-9d3c-17a040fa9673 ;
  a2a:EventKeyRef oa:event_gra_80bc31f2-3c32-ff4a-a5d2-978e25b35a46_Event1 .

oa:source_gra_80bc31f2-3c32-ff4a-a5d2-978e25b35a46
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Vriescheloo" ;
    rdfs:label "Kerkelijke gemeente Vriescheloo", "1782-11-22 - 1782-11-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1782-11-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1782-11-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1782" ;
    a2a:Month "11" ;
    a2a:Day "22" ;
    rdfs:label "1782-11-22"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Archiefnaam: Gerechten in Westerwolde en Bellingwolde, Bron: boek, Deel: 1083, Periode: 1732-1790" ;
    a2a:Book "Register van aantekeningen 1732-1790" ;
    a2a:RegistryNumber "1083" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Gerechten in Westerwolde en Bellingwolde, Bron: boek, Deel: 1083, Periode: 1732-1790, Register van aantekeningen 1732-1790, 1083"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/d73d88cc-0ab6-78f4-dbcf-26538210cbbf.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/80bc31f2-3c32-ff4a-a5d2-978e25b35a46" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/d73d88cc-0ab6-78f4-dbcf-26538210cbbf.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/80bc31f2-3c32-ff4a-a5d2-978e25b35a46" ;
  a2a:RecordGUID "{80bc31f2-3c32-ff4a-a5d2-978e25b35a46}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210331_1401_00001401.xml van GRA" .

