@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_28122518-451e-d94f-9fbc-e01c6ba4dff7
  a a2a:Record ;
  rdfs:label "Doop op 21 oktober 1770 te Kantens" ;
  a2a:hasPerson oa:person_gra_28122518-451e-d94f-9fbc-e01c6ba4dff7_Person-345ee5df-8e4b-d095-e1d9-29e454d3c98a, oa:person_gra_28122518-451e-d94f-9fbc-e01c6ba4dff7_Person-6e51aa61-0227-354c-b4d4-8c1823b62d39, oa:person_gra_28122518-451e-d94f-9fbc-e01c6ba4dff7_Person-a55c9ba6-2ede-7b40-a5e4-6b6d446892d1 ;
  a2a:hasEvent oa:event_gra_28122518-451e-d94f-9fbc-e01c6ba4dff7_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_28122518-451e-d94f-9fbc-e01c6ba4dff7_0, oa:relationep_gra_28122518-451e-d94f-9fbc-e01c6ba4dff7_1, oa:relationep_gra_28122518-451e-d94f-9fbc-e01c6ba4dff7_2 ;
  a2a:hasSource oa:source_gra_28122518-451e-d94f-9fbc-e01c6ba4dff7 .

oa:person_gra_28122518-451e-d94f-9fbc-e01c6ba4dff7_Person-345ee5df-8e4b-d095-e1d9-29e454d3c98a
  a a2a:Person ;
  rdfs:label "Jacob" ;
  a2a:PersonName [
    rdfs:label "Jacob" ;
    a2a:PersonNameFirstName "Jacob"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1770" ;
    a2a:Month "10" ;
    a2a:Day "14" ;
    rdfs:label "1770-10-14"^^xsd:date
  ] .

oa:person_gra_28122518-451e-d94f-9fbc-e01c6ba4dff7_Person-6e51aa61-0227-354c-b4d4-8c1823b62d39
  a a2a:Person ;
  rdfs:label "Aaltje Pootholt" ;
  a2a:PersonName [
    rdfs:label "Aaltje Pootholt" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNameLastName "Pootholt"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_28122518-451e-d94f-9fbc-e01c6ba4dff7_Person-a55c9ba6-2ede-7b40-a5e4-6b6d446892d1
  a a2a:Person ;
  rdfs:label "E. Mindelts" ;
  a2a:PersonName [
    rdfs:label "E. Mindelts" ;
    a2a:PersonNameFirstName "E." ;
    a2a:PersonNameLastName "Mindelts"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_28122518-451e-d94f-9fbc-e01c6ba4dff7_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1770" ;
    a2a:Month "10" ;
    a2a:Day "21" ;
    rdfs:label "1770-10-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Kantens" ;
    rdfs:label "Kantens"
  ] .

oa:relationep_gra_28122518-451e-d94f-9fbc-e01c6ba4dff7_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_28122518-451e-d94f-9fbc-e01c6ba4dff7_Person:345ee5df-8e4b-d095-e1d9-29e454d3c98a ;
  a2a:EventKeyRef oa:event_gra_28122518-451e-d94f-9fbc-e01c6ba4dff7_Event1 .

oa:relationep_gra_28122518-451e-d94f-9fbc-e01c6ba4dff7_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_28122518-451e-d94f-9fbc-e01c6ba4dff7_Person:6e51aa61-0227-354c-b4d4-8c1823b62d39 ;
  a2a:EventKeyRef oa:event_gra_28122518-451e-d94f-9fbc-e01c6ba4dff7_Event1 .

oa:relationep_gra_28122518-451e-d94f-9fbc-e01c6ba4dff7_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_28122518-451e-d94f-9fbc-e01c6ba4dff7_Person:a55c9ba6-2ede-7b40-a5e4-6b6d446892d1 ;
  a2a:EventKeyRef oa:event_gra_28122518-451e-d94f-9fbc-e01c6ba4dff7_Event1 .

oa:source_gra_28122518-451e-d94f-9fbc-e01c6ba4dff7
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Kantens" ;
    rdfs:label "Kerkelijke gemeente Kantens", "1770-10-21 - 1770-10-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1770-10-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1770-10-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1770" ;
    a2a:Month "10" ;
    a2a:Day "21" ;
    rdfs:label "1770-10-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: 236..." ;
    a2a:Book "Doopboek 1704-1811" ;
    a2a:RegistryNumber "236" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 236..., Doopboek 1704-1811, 236"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/96f2d2ee-44d2-0b03-7a7b-dd54176b5c0e.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/28122518-451e-d94f-9fbc-e01c6ba4dff7" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/96f2d2ee-44d2-0b03-7a7b-dd54176b5c0e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/28122518-451e-d94f-9fbc-e01c6ba4dff7" ;
  a2a:RecordGUID "{28122518-451e-d94f-9fbc-e01c6ba4dff7}" ;
  a2a:SourceRemarkOpmerking "predikant" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210225_20037_00020037.xml van GRA" .

