@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_09d2bd75-03fb-5aaf-d1a1-2ae8f00f8aa7
  a a2a:Record ;
  rdfs:label "Doop op 16 september 1759 te Warffum" ;
  a2a:hasPerson oa:person_gra_09d2bd75-03fb-5aaf-d1a1-2ae8f00f8aa7_Person-6387e303-f996-acd5-21b1-42c1a0f296eb, oa:person_gra_09d2bd75-03fb-5aaf-d1a1-2ae8f00f8aa7_Person-bcff906b-5638-ccdc-4fd3-24c7ed6ef7b4, oa:person_gra_09d2bd75-03fb-5aaf-d1a1-2ae8f00f8aa7_Person-943e550b-ddb5-cf94-02be-404576b76081 ;
  a2a:hasEvent oa:event_gra_09d2bd75-03fb-5aaf-d1a1-2ae8f00f8aa7_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_09d2bd75-03fb-5aaf-d1a1-2ae8f00f8aa7_0, oa:relationep_gra_09d2bd75-03fb-5aaf-d1a1-2ae8f00f8aa7_1, oa:relationep_gra_09d2bd75-03fb-5aaf-d1a1-2ae8f00f8aa7_2 ;
  a2a:hasSource oa:source_gra_09d2bd75-03fb-5aaf-d1a1-2ae8f00f8aa7 .

oa:person_gra_09d2bd75-03fb-5aaf-d1a1-2ae8f00f8aa7_Person-6387e303-f996-acd5-21b1-42c1a0f296eb
  a a2a:Person ;
  rdfs:label "Rei... Gieses" ;
  a2a:PersonName [
    rdfs:label "Rei... Gieses" ;
    a2a:PersonNameFirstName "Rei..." ;
    a2a:PersonNameLastName "Gieses"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_09d2bd75-03fb-5aaf-d1a1-2ae8f00f8aa7_Person-bcff906b-5638-ccdc-4fd3-24c7ed6ef7b4
  a a2a:Person ;
  rdfs:label "Ebel" ;
  a2a:PersonName [
    rdfs:label "Ebel" ;
    a2a:PersonNameFirstName "Ebel"
  ] ;
  a2a:Gender "Man" .

oa:person_gra_09d2bd75-03fb-5aaf-d1a1-2ae8f00f8aa7_Person-943e550b-ddb5-cf94-02be-404576b76081
  a a2a:Person ;
  rdfs:label "Jannes Eppes" ;
  a2a:PersonName [
    rdfs:label "Jannes Eppes" ;
    a2a:PersonNameFirstName "Jannes" ;
    a2a:PersonNameLastName "Eppes"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_09d2bd75-03fb-5aaf-d1a1-2ae8f00f8aa7_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1759" ;
    a2a:Month "9" ;
    a2a:Day "16" ;
    rdfs:label "1759-09-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Warffum" ;
    rdfs:label "Warffum"
  ] .

oa:relationep_gra_09d2bd75-03fb-5aaf-d1a1-2ae8f00f8aa7_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_09d2bd75-03fb-5aaf-d1a1-2ae8f00f8aa7_Person:6387e303-f996-acd5-21b1-42c1a0f296eb ;
  a2a:EventKeyRef oa:event_gra_09d2bd75-03fb-5aaf-d1a1-2ae8f00f8aa7_Event1 .

oa:relationep_gra_09d2bd75-03fb-5aaf-d1a1-2ae8f00f8aa7_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_09d2bd75-03fb-5aaf-d1a1-2ae8f00f8aa7_Person:bcff906b-5638-ccdc-4fd3-24c7ed6ef7b4 ;
  a2a:EventKeyRef oa:event_gra_09d2bd75-03fb-5aaf-d1a1-2ae8f00f8aa7_Event1 .

oa:relationep_gra_09d2bd75-03fb-5aaf-d1a1-2ae8f00f8aa7_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_09d2bd75-03fb-5aaf-d1a1-2ae8f00f8aa7_Person:943e550b-ddb5-cf94-02be-404576b76081 ;
  a2a:EventKeyRef oa:event_gra_09d2bd75-03fb-5aaf-d1a1-2ae8f00f8aa7_Event1 .

oa:source_gra_09d2bd75-03fb-5aaf-d1a1-2ae8f00f8aa7
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Warffum" ;
    rdfs:label "Kerkelijke gemeente Warffum", "1759-09-16 - 1759-09-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1759-09-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1759-09-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1759" ;
    a2a:Month "9" ;
    a2a:Day "16" ;
    rdfs:label "1759-09-16"^^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: 499..." ;
    a2a:Book "Doop- en trouwboek 1705-1761" ;
    a2a:RegistryNumber "499" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 499..., Doop- en trouwboek 1705-1761, 499"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/dac0f321-a87d-8292-4596-a00cd80bb7df.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/09d2bd75-03fb-5aaf-d1a1-2ae8f00f8aa7" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/dac0f321-a87d-8292-4596-a00cd80bb7df.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/09d2bd75-03fb-5aaf-d1a1-2ae8f00f8aa7" ;
  a2a:RecordGUID "{09d2bd75-03fb-5aaf-d1a1-2ae8f00f8aa7}" ;
  a2a:SourceRemarkProvenance "A2Acollection gra_a2a_dtb_d-202102.207.xml van GRA" .

