@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_9736eaff-12d7-4acb-834b-07babbdcfc66
  a a2a:Record ;
  rdfs:label "Doop op 19 mei 1799 te Siddeburen" ;
  a2a:hasPerson oa:person_gra_9736eaff-12d7-4acb-834b-07babbdcfc66_Person-d80f085d-02ea-4a11-bf16-00f4bce6823c, oa:person_gra_9736eaff-12d7-4acb-834b-07babbdcfc66_Person-cc865bd4-adee-41a6-8c1a-0894d05b5b7a, oa:person_gra_9736eaff-12d7-4acb-834b-07babbdcfc66_Person-402ae488-f5c2-41db-8631-f19bd68aecb2 ;
  a2a:hasEvent oa:event_gra_9736eaff-12d7-4acb-834b-07babbdcfc66_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_9736eaff-12d7-4acb-834b-07babbdcfc66_0, oa:relationep_gra_9736eaff-12d7-4acb-834b-07babbdcfc66_1, oa:relationep_gra_9736eaff-12d7-4acb-834b-07babbdcfc66_2 ;
  a2a:hasSource oa:source_gra_9736eaff-12d7-4acb-834b-07babbdcfc66 .

oa:person_gra_9736eaff-12d7-4acb-834b-07babbdcfc66_Person-d80f085d-02ea-4a11-bf16-00f4bce6823c
  a a2a:Person ;
  rdfs:label "Derk" ;
  a2a:PersonName [
    rdfs:label "Derk" ;
    a2a:PersonNameFirstName "Derk"
  ] ;
  a2a:Gender "Man" .

oa:person_gra_9736eaff-12d7-4acb-834b-07babbdcfc66_Person-cc865bd4-adee-41a6-8c1a-0894d05b5b7a
  a a2a:Person ;
  rdfs:label "Elijsabeth Derks" ;
  a2a:PersonName [
    rdfs:label "Elijsabeth Derks" ;
    a2a:PersonNameFirstName "Elijsabeth" ;
    a2a:PersonNameLastName "Derks"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_9736eaff-12d7-4acb-834b-07babbdcfc66_Person-402ae488-f5c2-41db-8631-f19bd68aecb2
  a a2a:Person ;
  rdfs:label "Kornelis Geerts" ;
  a2a:PersonName [
    rdfs:label "Kornelis Geerts" ;
    a2a:PersonNameFirstName "Kornelis" ;
    a2a:PersonNameLastName "Geerts"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_9736eaff-12d7-4acb-834b-07babbdcfc66_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1799" ;
    a2a:Month "5" ;
    a2a:Day "19" ;
    rdfs:label "1799-05-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Siddeburen" ;
    rdfs:label "Siddeburen"
  ] .

oa:relationep_gra_9736eaff-12d7-4acb-834b-07babbdcfc66_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_9736eaff-12d7-4acb-834b-07babbdcfc66_Person:d80f085d-02ea-4a11-bf16-00f4bce6823c ;
  a2a:EventKeyRef oa:event_gra_9736eaff-12d7-4acb-834b-07babbdcfc66_Event1 .

oa:relationep_gra_9736eaff-12d7-4acb-834b-07babbdcfc66_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_9736eaff-12d7-4acb-834b-07babbdcfc66_Person:cc865bd4-adee-41a6-8c1a-0894d05b5b7a ;
  a2a:EventKeyRef oa:event_gra_9736eaff-12d7-4acb-834b-07babbdcfc66_Event1 .

oa:relationep_gra_9736eaff-12d7-4acb-834b-07babbdcfc66_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_9736eaff-12d7-4acb-834b-07babbdcfc66_Person:402ae488-f5c2-41db-8631-f19bd68aecb2 ;
  a2a:EventKeyRef oa:event_gra_9736eaff-12d7-4acb-834b-07babbdcfc66_Event1 .

oa:source_gra_9736eaff-12d7-4acb-834b-07babbdcfc66
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Siddeburen" ;
    rdfs:label "Kerkelijke gemeente Siddeburen", "1799-05-19 - 1799-05-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1799-05-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1799-05-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1799" ;
    a2a:Month "5" ;
    a2a:Day "19" ;
    rdfs:label "1799-05-19"^^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: 417..." ;
    a2a:Book "Doop- en trouwboek 1684-1811" ;
    a2a:RegistryNumber "417" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 417..., Doop- en trouwboek 1684-1811, 417"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/12e0d801-5ddc-e272-b1a0-62ea462fc1d9.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/9736eaff-12d7-4acb-834b-07babbdcfc66" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/12e0d801-5ddc-e272-b1a0-62ea462fc1d9.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-10-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/9736eaff-12d7-4acb-834b-07babbdcfc66" ;
  a2a:RecordGUID "{9736eaff-12d7-4acb-834b-07babbdcfc66}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210225_20502_00020502.xml van GRA" .

