@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_bbd4c4af-b2cc-1e65-fb64-76dedaaf49b8
  a a2a:Record ;
  rdfs:label "Doop op 7 december 1704 te Sappemeer" ;
  a2a:hasPerson oa:person_gra_bbd4c4af-b2cc-1e65-fb64-76dedaaf49b8_Person-7a68dc0e-a26a-1934-91c8-605f78efdcc2, oa:person_gra_bbd4c4af-b2cc-1e65-fb64-76dedaaf49b8_Person-2b0c1b75-b7a2-0094-8bc1-7856af3a7611, oa:person_gra_bbd4c4af-b2cc-1e65-fb64-76dedaaf49b8_Person-c891a00c-7234-fa6e-1ba5-d7fb42fbd56b ;
  a2a:hasEvent oa:event_gra_bbd4c4af-b2cc-1e65-fb64-76dedaaf49b8_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_bbd4c4af-b2cc-1e65-fb64-76dedaaf49b8_0, oa:relationep_gra_bbd4c4af-b2cc-1e65-fb64-76dedaaf49b8_1, oa:relationep_gra_bbd4c4af-b2cc-1e65-fb64-76dedaaf49b8_2 ;
  a2a:hasSource oa:source_gra_bbd4c4af-b2cc-1e65-fb64-76dedaaf49b8 .

oa:person_gra_bbd4c4af-b2cc-1e65-fb64-76dedaaf49b8_Person-7a68dc0e-a26a-1934-91c8-605f78efdcc2
  a a2a:Person ;
  rdfs:label "Jantjen Claassen" ;
  a2a:PersonName [
    rdfs:label "Jantjen Claassen" ;
    a2a:PersonNameFirstName "Jantjen" ;
    a2a:PersonNameLastName "Claassen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_bbd4c4af-b2cc-1e65-fb64-76dedaaf49b8_Person-2b0c1b75-b7a2-0094-8bc1-7856af3a7611
  a a2a:Person ;
  rdfs:label "Claas" ;
  a2a:PersonName [
    rdfs:label "Claas" ;
    a2a:PersonNameFirstName "Claas"
  ] ;
  a2a:Gender "Man" .

oa:person_gra_bbd4c4af-b2cc-1e65-fb64-76dedaaf49b8_Person-c891a00c-7234-fa6e-1ba5-d7fb42fbd56b
  a a2a:Person ;
  rdfs:label "Evert Geerds" ;
  a2a:PersonName [
    rdfs:label "Evert Geerds" ;
    a2a:PersonNameFirstName "Evert" ;
    a2a:PersonNameLastName "Geerds"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_bbd4c4af-b2cc-1e65-fb64-76dedaaf49b8_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1704" ;
    a2a:Month "12" ;
    a2a:Day "7" ;
    rdfs:label "1704-12-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Sappemeer" ;
    rdfs:label "Sappemeer"
  ] .

oa:relationep_gra_bbd4c4af-b2cc-1e65-fb64-76dedaaf49b8_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_bbd4c4af-b2cc-1e65-fb64-76dedaaf49b8_Person:7a68dc0e-a26a-1934-91c8-605f78efdcc2 ;
  a2a:EventKeyRef oa:event_gra_bbd4c4af-b2cc-1e65-fb64-76dedaaf49b8_Event1 .

oa:relationep_gra_bbd4c4af-b2cc-1e65-fb64-76dedaaf49b8_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_bbd4c4af-b2cc-1e65-fb64-76dedaaf49b8_Person:2b0c1b75-b7a2-0094-8bc1-7856af3a7611 ;
  a2a:EventKeyRef oa:event_gra_bbd4c4af-b2cc-1e65-fb64-76dedaaf49b8_Event1 .

oa:relationep_gra_bbd4c4af-b2cc-1e65-fb64-76dedaaf49b8_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_bbd4c4af-b2cc-1e65-fb64-76dedaaf49b8_Person:c891a00c-7234-fa6e-1ba5-d7fb42fbd56b ;
  a2a:EventKeyRef oa:event_gra_bbd4c4af-b2cc-1e65-fb64-76dedaaf49b8_Event1 .

oa:source_gra_bbd4c4af-b2cc-1e65-fb64-76dedaaf49b8
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Sappemeer" ;
    rdfs:label "Kerkelijke gemeente Sappemeer", "1704-12-07 - 1704-12-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1704-12-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1704-12-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1704" ;
    a2a:Month "12" ;
    a2a:Day "7" ;
    rdfs:label "1704-12-07"^^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: 400..." ;
    a2a:Book "Doop-, trouw- en begraafboek 1637-1811" ;
    a2a:RegistryNumber "400" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 400..., Doop-, trouw- en begraafboek 1637-1811, 400"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/f5de1cb2-79a5-556a-fa4f-71a51581df72.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/bbd4c4af-b2cc-1e65-fb64-76dedaaf49b8" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/f5de1cb2-79a5-556a-fa4f-71a51581df72.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/bbd4c4af-b2cc-1e65-fb64-76dedaaf49b8" ;
  a2a:RecordGUID "{bbd4c4af-b2cc-1e65-fb64-76dedaaf49b8}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231213_131_00000131.xml van GRA" .

