@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_4e2c04c9-59f0-d8cc-ca43-813ab0f4c813
  a a2a:Record ;
  rdfs:label "Doop op 18 oktober 1711 te Blijham" ;
  a2a:hasPerson oa:person_gra_4e2c04c9-59f0-d8cc-ca43-813ab0f4c813_Person-9b8b5ff5-d9a4-a5e5-60af-83d919704aec, oa:person_gra_4e2c04c9-59f0-d8cc-ca43-813ab0f4c813_Person-02529318-0714-cf59-5897-e4aec407ea3f, oa:person_gra_4e2c04c9-59f0-d8cc-ca43-813ab0f4c813_Person-d27fff33-51a6-0806-7265-8bcb68e6d988 ;
  a2a:hasEvent oa:event_gra_4e2c04c9-59f0-d8cc-ca43-813ab0f4c813_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_4e2c04c9-59f0-d8cc-ca43-813ab0f4c813_0, oa:relationep_gra_4e2c04c9-59f0-d8cc-ca43-813ab0f4c813_1, oa:relationep_gra_4e2c04c9-59f0-d8cc-ca43-813ab0f4c813_2 ;
  a2a:hasSource oa:source_gra_4e2c04c9-59f0-d8cc-ca43-813ab0f4c813 .

oa:person_gra_4e2c04c9-59f0-d8cc-ca43-813ab0f4c813_Person-9b8b5ff5-d9a4-a5e5-60af-83d919704aec
  a a2a:Person ;
  rdfs:label "Renske" ;
  a2a:PersonName [
    rdfs:label "Renske" ;
    a2a:PersonNameFirstName "Renske"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_gra_4e2c04c9-59f0-d8cc-ca43-813ab0f4c813_Person-02529318-0714-cf59-5897-e4aec407ea3f
  a a2a:Person ;
  rdfs:label "Dijke" ;
  a2a:PersonName [
    rdfs:label "Dijke" ;
    a2a:PersonNameFirstName "Dijke"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_4e2c04c9-59f0-d8cc-ca43-813ab0f4c813_Person-d27fff33-51a6-0806-7265-8bcb68e6d988
  a a2a:Person ;
  rdfs:label "Echtbert Geerts" ;
  a2a:PersonName [
    rdfs:label "Echtbert Geerts" ;
    a2a:PersonNameFirstName "Echtbert" ;
    a2a:PersonNameLastName "Geerts"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_4e2c04c9-59f0-d8cc-ca43-813ab0f4c813_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1711" ;
    a2a:Month "10" ;
    a2a:Day "18" ;
    rdfs:label "1711-10-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Blijham" ;
    rdfs:label "Blijham"
  ] .

oa:relationep_gra_4e2c04c9-59f0-d8cc-ca43-813ab0f4c813_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_4e2c04c9-59f0-d8cc-ca43-813ab0f4c813_Person:9b8b5ff5-d9a4-a5e5-60af-83d919704aec ;
  a2a:EventKeyRef oa:event_gra_4e2c04c9-59f0-d8cc-ca43-813ab0f4c813_Event1 .

oa:relationep_gra_4e2c04c9-59f0-d8cc-ca43-813ab0f4c813_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_4e2c04c9-59f0-d8cc-ca43-813ab0f4c813_Person:02529318-0714-cf59-5897-e4aec407ea3f ;
  a2a:EventKeyRef oa:event_gra_4e2c04c9-59f0-d8cc-ca43-813ab0f4c813_Event1 .

oa:relationep_gra_4e2c04c9-59f0-d8cc-ca43-813ab0f4c813_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_4e2c04c9-59f0-d8cc-ca43-813ab0f4c813_Person:d27fff33-51a6-0806-7265-8bcb68e6d988 ;
  a2a:EventKeyRef oa:event_gra_4e2c04c9-59f0-d8cc-ca43-813ab0f4c813_Event1 .

oa:source_gra_4e2c04c9-59f0-d8cc-ca43-813ab0f4c813
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Blijham" ;
    rdfs:label "Kerkelijke gemeente Blijham", "1711-10-18 - 1711-10-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1711-10-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1711-10-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1711" ;
    a2a:Month "10" ;
    a2a:Day "18" ;
    rdfs:label "1711-10-18"^^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: 40,..." ;
    a2a:Book "Doop- en trouwboek 1709-1811" ;
    a2a:RegistryNumber "40" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 40,..., Doop- en trouwboek 1709-1811, 40"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/1257d38f-357c-8f69-b070-6e2fd3bfd33e.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/4e2c04c9-59f0-d8cc-ca43-813ab0f4c813" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/1257d38f-357c-8f69-b070-6e2fd3bfd33e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/4e2c04c9-59f0-d8cc-ca43-813ab0f4c813" ;
  a2a:RecordGUID "{4e2c04c9-59f0-d8cc-ca43-813ab0f4c813}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210225_19661_00019661.xml van GRA" .

