@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_6e6c1c5b-fd33-7a50-ac45-e20323a8fd0c
  a a2a:Record ;
  rdfs:label "Doop op 27 januari 1805 te Engelbert" ;
  a2a:hasPerson oa:person_gra_6e6c1c5b-fd33-7a50-ac45-e20323a8fd0c_Person-107d8fc0-7336-c578-bd6b-054e18e52f95, oa:person_gra_6e6c1c5b-fd33-7a50-ac45-e20323a8fd0c_Person-1ccd51eb-fd0b-e18b-a178-0c3f0e395de9, oa:person_gra_6e6c1c5b-fd33-7a50-ac45-e20323a8fd0c_Person-3342eadc-666e-b6b5-75cb-529677e8c70f ;
  a2a:hasEvent oa:event_gra_6e6c1c5b-fd33-7a50-ac45-e20323a8fd0c_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_6e6c1c5b-fd33-7a50-ac45-e20323a8fd0c_0, oa:relationep_gra_6e6c1c5b-fd33-7a50-ac45-e20323a8fd0c_1, oa:relationep_gra_6e6c1c5b-fd33-7a50-ac45-e20323a8fd0c_2 ;
  a2a:hasSource oa:source_gra_6e6c1c5b-fd33-7a50-ac45-e20323a8fd0c .

oa:person_gra_6e6c1c5b-fd33-7a50-ac45-e20323a8fd0c_Person-107d8fc0-7336-c578-bd6b-054e18e52f95
  a a2a:Person ;
  rdfs:label "Geessien" ;
  a2a:PersonName [
    rdfs:label "Geessien" ;
    a2a:PersonNameFirstName "Geessien"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1804" ;
    a2a:Month "12" ;
    a2a:Day "24" ;
    rdfs:label "1804-12-24"^^xsd:date
  ] .

oa:person_gra_6e6c1c5b-fd33-7a50-ac45-e20323a8fd0c_Person-1ccd51eb-fd0b-e18b-a178-0c3f0e395de9
  a a2a:Person ;
  rdfs:label "Willem Fokken Wallinga" ;
  a2a:PersonName [
    rdfs:label "Willem Fokken Wallinga" ;
    a2a:PersonNameFirstName "Willem Fokken" ;
    a2a:PersonNameLastName "Wallinga"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_6e6c1c5b-fd33-7a50-ac45-e20323a8fd0c_Person-3342eadc-666e-b6b5-75cb-529677e8c70f
  a a2a:Person ;
  rdfs:label "Aaltjen Koops" ;
  a2a:PersonName [
    rdfs:label "Aaltjen Koops" ;
    a2a:PersonNameFirstName "Aaltjen" ;
    a2a:PersonNameLastName "Koops"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_6e6c1c5b-fd33-7a50-ac45-e20323a8fd0c_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1805" ;
    a2a:Month "1" ;
    a2a:Day "27" ;
    rdfs:label "1805-01-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Engelbert" ;
    rdfs:label "Engelbert"
  ] .

oa:relationep_gra_6e6c1c5b-fd33-7a50-ac45-e20323a8fd0c_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_6e6c1c5b-fd33-7a50-ac45-e20323a8fd0c_Person:107d8fc0-7336-c578-bd6b-054e18e52f95 ;
  a2a:EventKeyRef oa:event_gra_6e6c1c5b-fd33-7a50-ac45-e20323a8fd0c_Event1 .

oa:relationep_gra_6e6c1c5b-fd33-7a50-ac45-e20323a8fd0c_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_6e6c1c5b-fd33-7a50-ac45-e20323a8fd0c_Person:1ccd51eb-fd0b-e18b-a178-0c3f0e395de9 ;
  a2a:EventKeyRef oa:event_gra_6e6c1c5b-fd33-7a50-ac45-e20323a8fd0c_Event1 .

oa:relationep_gra_6e6c1c5b-fd33-7a50-ac45-e20323a8fd0c_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_6e6c1c5b-fd33-7a50-ac45-e20323a8fd0c_Person:3342eadc-666e-b6b5-75cb-529677e8c70f ;
  a2a:EventKeyRef oa:event_gra_6e6c1c5b-fd33-7a50-ac45-e20323a8fd0c_Event1 .

oa:source_gra_6e6c1c5b-fd33-7a50-ac45-e20323a8fd0c
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Engelbert" ;
    rdfs:label "Kerkelijke gemeente Engelbert", "1805-01-27 - 1805-01-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1805-01-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1805-01-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1805" ;
    a2a:Month "1" ;
    a2a:Day "27" ;
    rdfs:label "1805-01-27"^^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: 61,..." ;
    a2a:Book "Kerkeboek 1651-1811" ;
    a2a:RegistryNumber "61" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 61,..., Kerkeboek 1651-1811, 61"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/67a5dbda-b1cf-c3fd-38a3-9f634b8a6ac4.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/6e6c1c5b-fd33-7a50-ac45-e20323a8fd0c" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/67a5dbda-b1cf-c3fd-38a3-9f634b8a6ac4.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/6e6c1c5b-fd33-7a50-ac45-e20323a8fd0c" ;
  a2a:RecordGUID "{6e6c1c5b-fd33-7a50-ac45-e20323a8fd0c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210331_1854_00001854.xml van GRA" .

