@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_c8aa8673-8bcb-9dce-c529-b4b2fa9c333c
  a a2a:Record ;
  rdfs:label "Doop op 20 oktober 1667 te Nieuwolda" ;
  a2a:hasPerson oa:person_gra_c8aa8673-8bcb-9dce-c529-b4b2fa9c333c_Person-d502251d-38ed-a3b1-f40a-f5ac684da555, oa:person_gra_c8aa8673-8bcb-9dce-c529-b4b2fa9c333c_Person-11212bce-bddc-af40-4ae7-d0eda739c93e, oa:person_gra_c8aa8673-8bcb-9dce-c529-b4b2fa9c333c_Person-95e67648-8c14-2ca4-f09a-366ec414ed68 ;
  a2a:hasEvent oa:event_gra_c8aa8673-8bcb-9dce-c529-b4b2fa9c333c_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_c8aa8673-8bcb-9dce-c529-b4b2fa9c333c_0, oa:relationep_gra_c8aa8673-8bcb-9dce-c529-b4b2fa9c333c_1, oa:relationep_gra_c8aa8673-8bcb-9dce-c529-b4b2fa9c333c_2 ;
  a2a:hasSource oa:source_gra_c8aa8673-8bcb-9dce-c529-b4b2fa9c333c .

oa:person_gra_c8aa8673-8bcb-9dce-c529-b4b2fa9c333c_Person-d502251d-38ed-a3b1-f40a-f5ac684da555
  a a2a:Person ;
  rdfs:label "Anna" ;
  a2a:PersonName [
    rdfs:label "Anna" ;
    a2a:PersonNameFirstName "Anna"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_c8aa8673-8bcb-9dce-c529-b4b2fa9c333c_Person-11212bce-bddc-af40-4ae7-d0eda739c93e
  a a2a:Person ;
  rdfs:label "Focktjen" ;
  a2a:PersonName [
    rdfs:label "Focktjen" ;
    a2a:PersonNameFirstName "Focktjen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_c8aa8673-8bcb-9dce-c529-b4b2fa9c333c_Person-95e67648-8c14-2ca4-f09a-366ec414ed68
  a a2a:Person ;
  rdfs:label "Louwo Sijmons" ;
  a2a:PersonName [
    rdfs:label "Louwo Sijmons" ;
    a2a:PersonNameFirstName "Louwo" ;
    a2a:PersonNameLastName "Sijmons"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_c8aa8673-8bcb-9dce-c529-b4b2fa9c333c_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1667" ;
    a2a:Month "10" ;
    a2a:Day "20" ;
    rdfs:label "1667-10-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nieuwolda" ;
    rdfs:label "Nieuwolda"
  ] .

oa:relationep_gra_c8aa8673-8bcb-9dce-c529-b4b2fa9c333c_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_c8aa8673-8bcb-9dce-c529-b4b2fa9c333c_Person:d502251d-38ed-a3b1-f40a-f5ac684da555 ;
  a2a:EventKeyRef oa:event_gra_c8aa8673-8bcb-9dce-c529-b4b2fa9c333c_Event1 .

oa:relationep_gra_c8aa8673-8bcb-9dce-c529-b4b2fa9c333c_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_c8aa8673-8bcb-9dce-c529-b4b2fa9c333c_Person:11212bce-bddc-af40-4ae7-d0eda739c93e ;
  a2a:EventKeyRef oa:event_gra_c8aa8673-8bcb-9dce-c529-b4b2fa9c333c_Event1 .

oa:relationep_gra_c8aa8673-8bcb-9dce-c529-b4b2fa9c333c_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_c8aa8673-8bcb-9dce-c529-b4b2fa9c333c_Person:95e67648-8c14-2ca4-f09a-366ec414ed68 ;
  a2a:EventKeyRef oa:event_gra_c8aa8673-8bcb-9dce-c529-b4b2fa9c333c_Event1 .

oa:source_gra_c8aa8673-8bcb-9dce-c529-b4b2fa9c333c
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Nieuwolda" ;
    rdfs:label "Kerkelijke gemeente Nieuwolda", "1667-10-20 - 1667-10-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1667-10-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1667-10-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1667" ;
    a2a:Month "10" ;
    a2a:Day "20" ;
    rdfs:label "1667-10-20"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Archiefnaam: Hervormde gemeente Nieuwolda, Bron: boek, Deel: 8" ;
    a2a:Book "Doop en trouwboek1648-1713" ;
    a2a:RegistryNumber "8" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Hervormde gemeente Nieuwolda, Bron: boek, Deel: 8, Doop en trouwboek1648-1713, 8"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/476ae1a8-b0b1-342e-a756-6fb2745aa296.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/c8aa8673-8bcb-9dce-c529-b4b2fa9c333c" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/476ae1a8-b0b1-342e-a756-6fb2745aa296.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/c8aa8673-8bcb-9dce-c529-b4b2fa9c333c" ;
  a2a:RecordGUID "{c8aa8673-8bcb-9dce-c529-b4b2fa9c333c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_23_00000023.xml van GRA" .

