@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_e1237f60-10ec-7c0e-df40-90e5b88f468b
  a a2a:Record ;
  rdfs:label "Doop op 10 mei 1795 te Aduard" ;
  a2a:hasPerson oa:person_gra_e1237f60-10ec-7c0e-df40-90e5b88f468b_Person-340b69f0-7dac-ccf7-94e2-52363d9aaadd, oa:person_gra_e1237f60-10ec-7c0e-df40-90e5b88f468b_Person-77f8c9e1-9c0e-127e-e341-42fa60f4722c, oa:person_gra_e1237f60-10ec-7c0e-df40-90e5b88f468b_Person-fbb5e9e4-063d-9ed6-dccf-3a7c5fb2052d ;
  a2a:hasEvent oa:event_gra_e1237f60-10ec-7c0e-df40-90e5b88f468b_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_e1237f60-10ec-7c0e-df40-90e5b88f468b_0, oa:relationep_gra_e1237f60-10ec-7c0e-df40-90e5b88f468b_1, oa:relationep_gra_e1237f60-10ec-7c0e-df40-90e5b88f468b_2 ;
  a2a:hasSource oa:source_gra_e1237f60-10ec-7c0e-df40-90e5b88f468b .

oa:person_gra_e1237f60-10ec-7c0e-df40-90e5b88f468b_Person-340b69f0-7dac-ccf7-94e2-52363d9aaadd
  a a2a:Person ;
  rdfs:label "Gosse Simens" ;
  a2a:PersonName [
    rdfs:label "Gosse Simens" ;
    a2a:PersonNameFirstName "Gosse" ;
    a2a:PersonNameLastName "Simens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_e1237f60-10ec-7c0e-df40-90e5b88f468b_Person-77f8c9e1-9c0e-127e-e341-42fa60f4722c
  a a2a:Person ;
  rdfs:label "Anje" ;
  a2a:PersonName [
    rdfs:label "Anje" ;
    a2a:PersonNameFirstName "Anje"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_gra_e1237f60-10ec-7c0e-df40-90e5b88f468b_Person-fbb5e9e4-063d-9ed6-dccf-3a7c5fb2052d
  a a2a:Person ;
  rdfs:label "Grietje Sebes" ;
  a2a:PersonName [
    rdfs:label "Grietje Sebes" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNameLastName "Sebes"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_e1237f60-10ec-7c0e-df40-90e5b88f468b_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1795" ;
    a2a:Month "5" ;
    a2a:Day "10" ;
    rdfs:label "1795-05-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Aduard" ;
    rdfs:label "Aduard"
  ] .

oa:relationep_gra_e1237f60-10ec-7c0e-df40-90e5b88f468b_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_e1237f60-10ec-7c0e-df40-90e5b88f468b_Person:340b69f0-7dac-ccf7-94e2-52363d9aaadd ;
  a2a:EventKeyRef oa:event_gra_e1237f60-10ec-7c0e-df40-90e5b88f468b_Event1 .

oa:relationep_gra_e1237f60-10ec-7c0e-df40-90e5b88f468b_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_e1237f60-10ec-7c0e-df40-90e5b88f468b_Person:77f8c9e1-9c0e-127e-e341-42fa60f4722c ;
  a2a:EventKeyRef oa:event_gra_e1237f60-10ec-7c0e-df40-90e5b88f468b_Event1 .

oa:relationep_gra_e1237f60-10ec-7c0e-df40-90e5b88f468b_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_e1237f60-10ec-7c0e-df40-90e5b88f468b_Person:fbb5e9e4-063d-9ed6-dccf-3a7c5fb2052d ;
  a2a:EventKeyRef oa:event_gra_e1237f60-10ec-7c0e-df40-90e5b88f468b_Event1 .

oa:source_gra_e1237f60-10ec-7c0e-df40-90e5b88f468b
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Aduard" ;
    rdfs:label "Kerkelijke gemeente Aduard", "1795-05-10 - 1795-05-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1795-05-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1795-05-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1795" ;
    a2a:Month "5" ;
    a2a:Day "10" ;
    rdfs:label "1795-05-10"^^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: 5, ..." ;
    a2a:Book "Doop- en trouwboek 1732-1801" ;
    a2a:RegistryNumber "5" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 5, ..., Doop- en trouwboek 1732-1801, 5"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/bfb1daad-dbd0-7f84-ce1c-75932a7aa7ba.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/e1237f60-10ec-7c0e-df40-90e5b88f468b" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/bfb1daad-dbd0-7f84-ce1c-75932a7aa7ba.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/e1237f60-10ec-7c0e-df40-90e5b88f468b" ;
  a2a:RecordGUID "{e1237f60-10ec-7c0e-df40-90e5b88f468b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210225_19052_00019052.xml van GRA" .

