@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_88ed4640-1d24-9bbd-bd68-596a6e320d3f
  a a2a:Record ;
  rdfs:label "Doop op 21 maart 1697 te Zeerijp" ;
  a2a:hasPerson oa:person_gra_88ed4640-1d24-9bbd-bd68-596a6e320d3f_Person-cfe06c9f-fad0-9349-8d67-59ff55deef17, oa:person_gra_88ed4640-1d24-9bbd-bd68-596a6e320d3f_Person-7981e326-3259-bdaa-7489-ab9eb194084c, oa:person_gra_88ed4640-1d24-9bbd-bd68-596a6e320d3f_Person-db46947f-667b-97ff-6d1f-c8bfd0611c15 ;
  a2a:hasEvent oa:event_gra_88ed4640-1d24-9bbd-bd68-596a6e320d3f_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_88ed4640-1d24-9bbd-bd68-596a6e320d3f_0, oa:relationep_gra_88ed4640-1d24-9bbd-bd68-596a6e320d3f_1, oa:relationep_gra_88ed4640-1d24-9bbd-bd68-596a6e320d3f_2 ;
  a2a:hasSource oa:source_gra_88ed4640-1d24-9bbd-bd68-596a6e320d3f .

oa:person_gra_88ed4640-1d24-9bbd-bd68-596a6e320d3f_Person-cfe06c9f-fad0-9349-8d67-59ff55deef17
  a a2a:Person ;
  rdfs:label "Lambert" ;
  a2a:PersonName [
    rdfs:label "Lambert" ;
    a2a:PersonNameFirstName "Lambert"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Zeerijp" ;
    rdfs:label "Zeerijp"
  ] .

oa:person_gra_88ed4640-1d24-9bbd-bd68-596a6e320d3f_Person-7981e326-3259-bdaa-7489-ab9eb194084c
  a a2a:Person ;
  rdfs:label "Focke Tonnis" ;
  a2a:PersonName [
    rdfs:label "Focke Tonnis" ;
    a2a:PersonNameFirstName "Focke" ;
    a2a:PersonNameLastName "Tonnis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_88ed4640-1d24-9bbd-bd68-596a6e320d3f_Person-db46947f-667b-97ff-6d1f-c8bfd0611c15
  a a2a:Person ;
  rdfs:label "Eefke Lamberts" ;
  a2a:PersonName [
    rdfs:label "Eefke Lamberts" ;
    a2a:PersonNameFirstName "Eefke" ;
    a2a:PersonNameLastName "Lamberts"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_88ed4640-1d24-9bbd-bd68-596a6e320d3f_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1697" ;
    a2a:Month "3" ;
    a2a:Day "21" ;
    rdfs:label "1697-03-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zeerijp" ;
    rdfs:label "Zeerijp"
  ] .

oa:relationep_gra_88ed4640-1d24-9bbd-bd68-596a6e320d3f_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_88ed4640-1d24-9bbd-bd68-596a6e320d3f_Person:cfe06c9f-fad0-9349-8d67-59ff55deef17 ;
  a2a:EventKeyRef oa:event_gra_88ed4640-1d24-9bbd-bd68-596a6e320d3f_Event1 .

oa:relationep_gra_88ed4640-1d24-9bbd-bd68-596a6e320d3f_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_88ed4640-1d24-9bbd-bd68-596a6e320d3f_Person:7981e326-3259-bdaa-7489-ab9eb194084c ;
  a2a:EventKeyRef oa:event_gra_88ed4640-1d24-9bbd-bd68-596a6e320d3f_Event1 .

oa:relationep_gra_88ed4640-1d24-9bbd-bd68-596a6e320d3f_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_88ed4640-1d24-9bbd-bd68-596a6e320d3f_Person:db46947f-667b-97ff-6d1f-c8bfd0611c15 ;
  a2a:EventKeyRef oa:event_gra_88ed4640-1d24-9bbd-bd68-596a6e320d3f_Event1 .

oa:source_gra_88ed4640-1d24-9bbd-bd68-596a6e320d3f
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Zeerijp" ;
    rdfs:label "Kerkelijke gemeente Zeerijp", "1697-03-21 - 1697-03-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1697-03-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1697-03-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1697" ;
    a2a:Month "3" ;
    a2a:Day "21" ;
    rdfs:label "1697-03-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: 578..." ;
    a2a:Book "Doopboek 1696-1739" ;
    a2a:RegistryNumber "578" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 578..., Doopboek 1696-1739, 578"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/555f80d5-c609-02eb-d47e-692795081ecc.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/88ed4640-1d24-9bbd-bd68-596a6e320d3f" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/555f80d5-c609-02eb-d47e-692795081ecc.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/88ed4640-1d24-9bbd-bd68-596a6e320d3f" ;
  a2a:RecordGUID "{88ed4640-1d24-9bbd-bd68-596a6e320d3f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210331_1485_00001485.xml van GRA" .

