@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_edc2ac26-8abb-e392-d428-2baaa85b5a46
  a a2a:Record ;
  rdfs:label "Doop op 16 mei 1745 te Wildervank" ;
  a2a:hasPerson oa:person_gra_edc2ac26-8abb-e392-d428-2baaa85b5a46_Person-b22e9ca8-b112-4a36-4547-d0e75b7221aa, oa:person_gra_edc2ac26-8abb-e392-d428-2baaa85b5a46_Person-65b19a19-b976-3ee8-93b3-4ff6b3d15763, oa:person_gra_edc2ac26-8abb-e392-d428-2baaa85b5a46_Person-36c8b566-8f99-286b-16b6-8c20025e295d ;
  a2a:hasEvent oa:event_gra_edc2ac26-8abb-e392-d428-2baaa85b5a46_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_edc2ac26-8abb-e392-d428-2baaa85b5a46_0, oa:relationep_gra_edc2ac26-8abb-e392-d428-2baaa85b5a46_1, oa:relationep_gra_edc2ac26-8abb-e392-d428-2baaa85b5a46_2 ;
  a2a:hasSource oa:source_gra_edc2ac26-8abb-e392-d428-2baaa85b5a46 .

oa:person_gra_edc2ac26-8abb-e392-d428-2baaa85b5a46_Person-b22e9ca8-b112-4a36-4547-d0e75b7221aa
  a a2a:Person ;
  rdfs:label "Jan Alb: Galens" ;
  a2a:PersonName [
    rdfs:label "Jan Alb: Galens" ;
    a2a:PersonNameFirstName "Jan Alb: Galens"
  ] ;
  a2a:Gender "Man" .

oa:person_gra_edc2ac26-8abb-e392-d428-2baaa85b5a46_Person-65b19a19-b976-3ee8-93b3-4ff6b3d15763
  a a2a:Person ;
  rdfs:label "Anthonius Sichterman" ;
  a2a:PersonName [
    rdfs:label "Anthonius Sichterman" ;
    a2a:PersonNameFirstName "Anthonius" ;
    a2a:PersonNameLastName "Sichterman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_edc2ac26-8abb-e392-d428-2baaa85b5a46_Person-36c8b566-8f99-286b-16b6-8c20025e295d
  a a2a:Person ;
  rdfs:label "Josina Petronella Alberda" ;
  a2a:PersonName [
    rdfs:label "Josina Petronella Alberda" ;
    a2a:PersonNameFirstName "Josina Petronella" ;
    a2a:PersonNameLastName "Alberda"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_edc2ac26-8abb-e392-d428-2baaa85b5a46_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1745" ;
    a2a:Month "5" ;
    a2a:Day "16" ;
    rdfs:label "1745-05-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wildervank" ;
    rdfs:label "Wildervank"
  ] .

oa:relationep_gra_edc2ac26-8abb-e392-d428-2baaa85b5a46_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_edc2ac26-8abb-e392-d428-2baaa85b5a46_Person:b22e9ca8-b112-4a36-4547-d0e75b7221aa ;
  a2a:EventKeyRef oa:event_gra_edc2ac26-8abb-e392-d428-2baaa85b5a46_Event1 .

oa:relationep_gra_edc2ac26-8abb-e392-d428-2baaa85b5a46_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_edc2ac26-8abb-e392-d428-2baaa85b5a46_Person:65b19a19-b976-3ee8-93b3-4ff6b3d15763 ;
  a2a:EventKeyRef oa:event_gra_edc2ac26-8abb-e392-d428-2baaa85b5a46_Event1 .

oa:relationep_gra_edc2ac26-8abb-e392-d428-2baaa85b5a46_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_edc2ac26-8abb-e392-d428-2baaa85b5a46_Person:36c8b566-8f99-286b-16b6-8c20025e295d ;
  a2a:EventKeyRef oa:event_gra_edc2ac26-8abb-e392-d428-2baaa85b5a46_Event1 .

oa:source_gra_edc2ac26-8abb-e392-d428-2baaa85b5a46
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Wildervank" ;
    rdfs:label "Kerkelijke gemeente Wildervank", "1745-05-16 - 1745-05-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1745-05-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1745-05-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1745" ;
    a2a:Month "5" ;
    a2a:Day "16" ;
    rdfs:label "1745-05-16"^^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: 541..." ;
    a2a:Book "Doopboek 1729-1803" ;
    a2a:RegistryNumber "541" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 541..., Doopboek 1729-1803, 541"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/73ca2588-78b6-2fff-6f32-652e072662dd.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/edc2ac26-8abb-e392-d428-2baaa85b5a46" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/73ca2588-78b6-2fff-6f32-652e072662dd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/edc2ac26-8abb-e392-d428-2baaa85b5a46" ;
  a2a:RecordGUID "{edc2ac26-8abb-e392-d428-2baaa85b5a46}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210331_2517_00002517.xml van GRA" .

