@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_7bbcad88-83ea-e8fb-9d00-6ef1f37eb99c
  a a2a:Record ;
  rdfs:label "Doop op 9 februari 1673 te Warffum" ;
  a2a:hasPerson oa:person_gra_7bbcad88-83ea-e8fb-9d00-6ef1f37eb99c_Person-1312888a-f62a-acf4-5a7f-5caa2ae089c4, oa:person_gra_7bbcad88-83ea-e8fb-9d00-6ef1f37eb99c_Person-c27cf9b8-7bfe-e936-c456-019eef631e20, oa:person_gra_7bbcad88-83ea-e8fb-9d00-6ef1f37eb99c_Person-d299ca21-480c-a50f-626a-6ba9f9ca68a1 ;
  a2a:hasEvent oa:event_gra_7bbcad88-83ea-e8fb-9d00-6ef1f37eb99c_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_7bbcad88-83ea-e8fb-9d00-6ef1f37eb99c_0, oa:relationep_gra_7bbcad88-83ea-e8fb-9d00-6ef1f37eb99c_1, oa:relationep_gra_7bbcad88-83ea-e8fb-9d00-6ef1f37eb99c_2 ;
  a2a:hasSource oa:source_gra_7bbcad88-83ea-e8fb-9d00-6ef1f37eb99c .

oa:person_gra_7bbcad88-83ea-e8fb-9d00-6ef1f37eb99c_Person-1312888a-f62a-acf4-5a7f-5caa2ae089c4
  a a2a:Person ;
  rdfs:label "Albert Effes" ;
  a2a:PersonName [
    rdfs:label "Albert Effes" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNameLastName "Effes"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_7bbcad88-83ea-e8fb-9d00-6ef1f37eb99c_Person-c27cf9b8-7bfe-e936-c456-019eef631e20
  a a2a:Person ;
  rdfs:label "Eppe" ;
  a2a:PersonName [
    rdfs:label "Eppe" ;
    a2a:PersonNameFirstName "Eppe"
  ] ;
  a2a:Gender "Man" .

oa:person_gra_7bbcad88-83ea-e8fb-9d00-6ef1f37eb99c_Person-d299ca21-480c-a50f-626a-6ba9f9ca68a1
  a a2a:Person ;
  rdfs:label "Jantjen Eppes" ;
  a2a:PersonName [
    rdfs:label "Jantjen Eppes" ;
    a2a:PersonNameFirstName "Jantjen" ;
    a2a:PersonNameLastName "Eppes"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_7bbcad88-83ea-e8fb-9d00-6ef1f37eb99c_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1673" ;
    a2a:Month "2" ;
    a2a:Day "9" ;
    rdfs:label "1673-02-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Warffum" ;
    rdfs:label "Warffum"
  ] .

oa:relationep_gra_7bbcad88-83ea-e8fb-9d00-6ef1f37eb99c_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_7bbcad88-83ea-e8fb-9d00-6ef1f37eb99c_Person:1312888a-f62a-acf4-5a7f-5caa2ae089c4 ;
  a2a:EventKeyRef oa:event_gra_7bbcad88-83ea-e8fb-9d00-6ef1f37eb99c_Event1 .

oa:relationep_gra_7bbcad88-83ea-e8fb-9d00-6ef1f37eb99c_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_7bbcad88-83ea-e8fb-9d00-6ef1f37eb99c_Person:c27cf9b8-7bfe-e936-c456-019eef631e20 ;
  a2a:EventKeyRef oa:event_gra_7bbcad88-83ea-e8fb-9d00-6ef1f37eb99c_Event1 .

oa:relationep_gra_7bbcad88-83ea-e8fb-9d00-6ef1f37eb99c_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_7bbcad88-83ea-e8fb-9d00-6ef1f37eb99c_Person:d299ca21-480c-a50f-626a-6ba9f9ca68a1 ;
  a2a:EventKeyRef oa:event_gra_7bbcad88-83ea-e8fb-9d00-6ef1f37eb99c_Event1 .

oa:source_gra_7bbcad88-83ea-e8fb-9d00-6ef1f37eb99c
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Warffum" ;
    rdfs:label "Kerkelijke gemeente Warffum", "1673-02-09 - 1673-02-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1673-02-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1673-02-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1673" ;
    a2a:Month "2" ;
    a2a:Day "9" ;
    rdfs:label "1673-02-09"^^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: 498..." ;
    a2a:Book "Doop- en trouwboek 1621-1705" ;
    a2a:RegistryNumber "498" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 498..., Doop- en trouwboek 1621-1705, 498"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/a9e9f9b4-be0a-c626-5182-04eb98c267a5.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/7bbcad88-83ea-e8fb-9d00-6ef1f37eb99c" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/a9e9f9b4-be0a-c626-5182-04eb98c267a5.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/7bbcad88-83ea-e8fb-9d00-6ef1f37eb99c" ;
  a2a:RecordGUID "{7bbcad88-83ea-e8fb-9d00-6ef1f37eb99c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210225_22345_00022345.xml van GRA" .

