@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_ec14aa08-1774-bbf4-df7c-aee4ab10b485
  a a2a:Record ;
  rdfs:label "Doop op 28 mei 1792 te Niehove" ;
  a2a:hasPerson oa:person_gra_ec14aa08-1774-bbf4-df7c-aee4ab10b485_Person-68923154-842b-e940-e0a5-e2867638d10f, oa:person_gra_ec14aa08-1774-bbf4-df7c-aee4ab10b485_Person-60e96ae9-e499-27b0-354c-395d2232d02c, oa:person_gra_ec14aa08-1774-bbf4-df7c-aee4ab10b485_Person-df0e9132-8d05-3edb-335f-bd397e84d13e ;
  a2a:hasEvent oa:event_gra_ec14aa08-1774-bbf4-df7c-aee4ab10b485_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_ec14aa08-1774-bbf4-df7c-aee4ab10b485_0, oa:relationep_gra_ec14aa08-1774-bbf4-df7c-aee4ab10b485_1, oa:relationep_gra_ec14aa08-1774-bbf4-df7c-aee4ab10b485_2 ;
  a2a:hasSource oa:source_gra_ec14aa08-1774-bbf4-df7c-aee4ab10b485 .

oa:person_gra_ec14aa08-1774-bbf4-df7c-aee4ab10b485_Person-68923154-842b-e940-e0a5-e2867638d10f
  a a2a:Person ;
  rdfs:label "Rudolph" ;
  a2a:PersonName [
    rdfs:label "Rudolph" ;
    a2a:PersonNameFirstName "Rudolph"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthPlace [
    a2a:Place "Niehove" ;
    rdfs:label "Niehove"
  ] .

oa:person_gra_ec14aa08-1774-bbf4-df7c-aee4ab10b485_Person-60e96ae9-e499-27b0-354c-395d2232d02c
  a a2a:Person ;
  rdfs:label "Welmoed Klaassen" ;
  a2a:PersonName [
    rdfs:label "Welmoed Klaassen" ;
    a2a:PersonNameFirstName "Welmoed" ;
    a2a:PersonNameLastName "Klaassen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_ec14aa08-1774-bbf4-df7c-aee4ab10b485_Person-df0e9132-8d05-3edb-335f-bd397e84d13e
  a a2a:Person ;
  rdfs:label "Roelf Sinninghe" ;
  a2a:PersonName [
    rdfs:label "Roelf Sinninghe" ;
    a2a:PersonNameFirstName "Roelf" ;
    a2a:PersonNameLastName "Sinninghe"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_ec14aa08-1774-bbf4-df7c-aee4ab10b485_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1792" ;
    a2a:Month "5" ;
    a2a:Day "28" ;
    rdfs:label "1792-05-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Niehove" ;
    rdfs:label "Niehove"
  ] .

oa:relationep_gra_ec14aa08-1774-bbf4-df7c-aee4ab10b485_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_ec14aa08-1774-bbf4-df7c-aee4ab10b485_Person:68923154-842b-e940-e0a5-e2867638d10f ;
  a2a:EventKeyRef oa:event_gra_ec14aa08-1774-bbf4-df7c-aee4ab10b485_Event1 .

oa:relationep_gra_ec14aa08-1774-bbf4-df7c-aee4ab10b485_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_ec14aa08-1774-bbf4-df7c-aee4ab10b485_Person:60e96ae9-e499-27b0-354c-395d2232d02c ;
  a2a:EventKeyRef oa:event_gra_ec14aa08-1774-bbf4-df7c-aee4ab10b485_Event1 .

oa:relationep_gra_ec14aa08-1774-bbf4-df7c-aee4ab10b485_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_ec14aa08-1774-bbf4-df7c-aee4ab10b485_Person:df0e9132-8d05-3edb-335f-bd397e84d13e ;
  a2a:EventKeyRef oa:event_gra_ec14aa08-1774-bbf4-df7c-aee4ab10b485_Event1 .

oa:source_gra_ec14aa08-1774-bbf4-df7c-aee4ab10b485
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Niehove" ;
    rdfs:label "Kerkelijke gemeente Niehove", "1792-05-28 - 1792-05-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1792-05-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1792-05-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1792" ;
    a2a:Month "5" ;
    a2a:Day "28" ;
    rdfs:label "1792-05-28"^^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: 301..." ;
    a2a:Book "Doop- en trouwboek 1721-1811" ;
    a2a:RegistryNumber "301" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 301..., Doop- en trouwboek 1721-1811, 301"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/63839e1f-8a4c-f603-360b-17bac4cfdcc9.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/ec14aa08-1774-bbf4-df7c-aee4ab10b485" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/63839e1f-8a4c-f603-360b-17bac4cfdcc9.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/ec14aa08-1774-bbf4-df7c-aee4ab10b485" ;
  a2a:RecordGUID "{ec14aa08-1774-bbf4-df7c-aee4ab10b485}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210331_2501_00002501.xml van GRA" .

