@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_b78f7dd8-d20b-2b1d-5a4f-d2c7da579f0f
  a a2a:Record ;
  rdfs:label "Doop op 6 januari 1811 te Grijpskerk" ;
  a2a:hasPerson oa:person_gra_b78f7dd8-d20b-2b1d-5a4f-d2c7da579f0f_Person-bab79349-d808-b39a-4445-34cd6d5244cc, oa:person_gra_b78f7dd8-d20b-2b1d-5a4f-d2c7da579f0f_Person-a6f80ad7-d352-a4f3-f96c-bf9f59f52b70, oa:person_gra_b78f7dd8-d20b-2b1d-5a4f-d2c7da579f0f_Person-fb16250e-db76-8d9e-9360-e0c1660b8503 ;
  a2a:hasEvent oa:event_gra_b78f7dd8-d20b-2b1d-5a4f-d2c7da579f0f_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_b78f7dd8-d20b-2b1d-5a4f-d2c7da579f0f_0, oa:relationep_gra_b78f7dd8-d20b-2b1d-5a4f-d2c7da579f0f_1, oa:relationep_gra_b78f7dd8-d20b-2b1d-5a4f-d2c7da579f0f_2 ;
  a2a:hasSource oa:source_gra_b78f7dd8-d20b-2b1d-5a4f-d2c7da579f0f .

oa:person_gra_b78f7dd8-d20b-2b1d-5a4f-d2c7da579f0f_Person-bab79349-d808-b39a-4445-34cd6d5244cc
  a a2a:Person ;
  rdfs:label "Harm" ;
  a2a:PersonName [
    rdfs:label "Harm" ;
    a2a:PersonNameFirstName "Harm"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1810" ;
    a2a:Month "11" ;
    a2a:Day "21" ;
    rdfs:label "1810-11-21"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Kommerzijl" ;
    rdfs:label "Kommerzijl"
  ] .

oa:person_gra_b78f7dd8-d20b-2b1d-5a4f-d2c7da579f0f_Person-a6f80ad7-d352-a4f3-f96c-bf9f59f52b70
  a a2a:Person ;
  rdfs:label "Mattje Hendriks" ;
  a2a:PersonName [
    rdfs:label "Mattje Hendriks" ;
    a2a:PersonNameFirstName "Mattje" ;
    a2a:PersonNameLastName "Hendriks"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_b78f7dd8-d20b-2b1d-5a4f-d2c7da579f0f_Person-fb16250e-db76-8d9e-9360-e0c1660b8503
  a a2a:Person ;
  rdfs:label "Jan Jans" ;
  a2a:PersonName [
    rdfs:label "Jan Jans" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Jans"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_b78f7dd8-d20b-2b1d-5a4f-d2c7da579f0f_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1811" ;
    a2a:Month "1" ;
    a2a:Day "6" ;
    rdfs:label "1811-01-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Grijpskerk" ;
    rdfs:label "Grijpskerk"
  ] .

oa:relationep_gra_b78f7dd8-d20b-2b1d-5a4f-d2c7da579f0f_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_b78f7dd8-d20b-2b1d-5a4f-d2c7da579f0f_Person:bab79349-d808-b39a-4445-34cd6d5244cc ;
  a2a:EventKeyRef oa:event_gra_b78f7dd8-d20b-2b1d-5a4f-d2c7da579f0f_Event1 .

oa:relationep_gra_b78f7dd8-d20b-2b1d-5a4f-d2c7da579f0f_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_b78f7dd8-d20b-2b1d-5a4f-d2c7da579f0f_Person:a6f80ad7-d352-a4f3-f96c-bf9f59f52b70 ;
  a2a:EventKeyRef oa:event_gra_b78f7dd8-d20b-2b1d-5a4f-d2c7da579f0f_Event1 .

oa:relationep_gra_b78f7dd8-d20b-2b1d-5a4f-d2c7da579f0f_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_b78f7dd8-d20b-2b1d-5a4f-d2c7da579f0f_Person:fb16250e-db76-8d9e-9360-e0c1660b8503 ;
  a2a:EventKeyRef oa:event_gra_b78f7dd8-d20b-2b1d-5a4f-d2c7da579f0f_Event1 .

oa:source_gra_b78f7dd8-d20b-2b1d-5a4f-d2c7da579f0f
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Grijpskerk" ;
    rdfs:label "Kerkelijke gemeente Grijpskerk", "1811-01-06 - 1811-01-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1811-01-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1811-01-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1811" ;
    a2a:Month "1" ;
    a2a:Day "6" ;
    rdfs:label "1811-01-06"^^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: 210..." ;
    a2a:Book "Doop- en trouwboek 1683-1811" ;
    a2a:RegistryNumber "210" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 210..., Doop- en trouwboek 1683-1811, 210"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/a9d0d762-3ab3-9933-cf5c-92e14c429de2.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/b78f7dd8-d20b-2b1d-5a4f-d2c7da579f0f" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/a9d0d762-3ab3-9933-cf5c-92e14c429de2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/b78f7dd8-d20b-2b1d-5a4f-d2c7da579f0f" ;
  a2a:RecordGUID "{b78f7dd8-d20b-2b1d-5a4f-d2c7da579f0f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210225_20267_00020267.xml van GRA" .

