@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_2f28fcb8-cb7a-2f9f-4bd6-2e0d74692b93
  a a2a:Record ;
  rdfs:label "Doop op 12 mei 1694 te Bedum" ;
  a2a:hasPerson oa:person_gra_2f28fcb8-cb7a-2f9f-4bd6-2e0d74692b93_Person-5e67b1b8-12c5-999b-6230-2cb283c94b25, oa:person_gra_2f28fcb8-cb7a-2f9f-4bd6-2e0d74692b93_Person-f807836d-a637-befa-35e6-6b82671233e6, oa:person_gra_2f28fcb8-cb7a-2f9f-4bd6-2e0d74692b93_Person-baa9f6a7-9e2e-f0ce-2af8-9ef330331b56, oa:person_gra_2f28fcb8-cb7a-2f9f-4bd6-2e0d74692b93_Person-dd6a9147-f8e5-d300-4bd4-5d0c9ed78596 ;
  a2a:hasEvent oa:event_gra_2f28fcb8-cb7a-2f9f-4bd6-2e0d74692b93_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_2f28fcb8-cb7a-2f9f-4bd6-2e0d74692b93_0, oa:relationep_gra_2f28fcb8-cb7a-2f9f-4bd6-2e0d74692b93_1, oa:relationep_gra_2f28fcb8-cb7a-2f9f-4bd6-2e0d74692b93_2, oa:relationep_gra_2f28fcb8-cb7a-2f9f-4bd6-2e0d74692b93_3 ;
  a2a:hasSource oa:source_gra_2f28fcb8-cb7a-2f9f-4bd6-2e0d74692b93 .

oa:person_gra_2f28fcb8-cb7a-2f9f-4bd6-2e0d74692b93_Person-5e67b1b8-12c5-999b-6230-2cb283c94b25
  a a2a:Person ;
  rdfs:label "Petrus" ;
  a2a:PersonName [
    rdfs:label "Petrus" ;
    a2a:PersonNameFirstName "Petrus"
  ] ;
  a2a:Gender "Man" .

oa:person_gra_2f28fcb8-cb7a-2f9f-4bd6-2e0d74692b93_Person-f807836d-a637-befa-35e6-6b82671233e6
  a a2a:Person ;
  rdfs:label "Jacob Frericks" ;
  a2a:PersonName [
    rdfs:label "Jacob Frericks" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Frericks"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_2f28fcb8-cb7a-2f9f-4bd6-2e0d74692b93_Person-baa9f6a7-9e2e-f0ce-2af8-9ef330331b56
  a a2a:Person ;
  rdfs:label "Dewer" ;
  a2a:PersonName [
    rdfs:label "Dewer" ;
    a2a:PersonNameFirstName "Dewer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_2f28fcb8-cb7a-2f9f-4bd6-2e0d74692b93_Person-dd6a9147-f8e5-d300-4bd4-5d0c9ed78596
  a a2a:Person ;
  rdfs:label "Margareta Oostinge" ;
  a2a:PersonName [
    rdfs:label "Margareta Oostinge" ;
    a2a:PersonNameFirstName "Margareta" ;
    a2a:PersonNameLastName "Oostinge"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_2f28fcb8-cb7a-2f9f-4bd6-2e0d74692b93_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1694" ;
    a2a:Month "5" ;
    a2a:Day "12" ;
    rdfs:label "1694-05-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bedum" ;
    rdfs:label "Bedum"
  ] .

oa:relationep_gra_2f28fcb8-cb7a-2f9f-4bd6-2e0d74692b93_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_2f28fcb8-cb7a-2f9f-4bd6-2e0d74692b93_Person:5e67b1b8-12c5-999b-6230-2cb283c94b25 ;
  a2a:EventKeyRef oa:event_gra_2f28fcb8-cb7a-2f9f-4bd6-2e0d74692b93_Event1 .

oa:relationep_gra_2f28fcb8-cb7a-2f9f-4bd6-2e0d74692b93_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_2f28fcb8-cb7a-2f9f-4bd6-2e0d74692b93_Person:f807836d-a637-befa-35e6-6b82671233e6 ;
  a2a:EventKeyRef oa:event_gra_2f28fcb8-cb7a-2f9f-4bd6-2e0d74692b93_Event1 .

oa:relationep_gra_2f28fcb8-cb7a-2f9f-4bd6-2e0d74692b93_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_2f28fcb8-cb7a-2f9f-4bd6-2e0d74692b93_Person:baa9f6a7-9e2e-f0ce-2af8-9ef330331b56 ;
  a2a:EventKeyRef oa:event_gra_2f28fcb8-cb7a-2f9f-4bd6-2e0d74692b93_Event1 .

oa:relationep_gra_2f28fcb8-cb7a-2f9f-4bd6-2e0d74692b93_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_gra_2f28fcb8-cb7a-2f9f-4bd6-2e0d74692b93_Person:dd6a9147-f8e5-d300-4bd4-5d0c9ed78596 ;
  a2a:EventKeyRef oa:event_gra_2f28fcb8-cb7a-2f9f-4bd6-2e0d74692b93_Event1 .

oa:source_gra_2f28fcb8-cb7a-2f9f-4bd6-2e0d74692b93
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente - Bedum" ;
    rdfs:label "Kerkelijke gemeente - Bedum", "1694-05-12 - 1694-05-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1694-05-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1694-05-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1694" ;
    a2a:Month "5" ;
    a2a:Day "12" ;
    rdfs:label "1694-05-12"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Book "Doop- en trouwboek 1680-1811" ;
    a2a:RegistryNumber "623 (Rooms-katholiek)" ;
    rdfs:label "AlleGroningers, Groningen, Doop- en trouwboek 1680-1811, 623 (Rooms-katholiek)"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/83930f39-0cc2-c0a2-e853-1bb38105a89f.jpg" ;
    a2a:UriViewer "http://www.allegroningers.nl/personen/weergave/akte/layout/default/id/2f28fcb8-cb7a-2f9f-4bd6-2e0d74692b93" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/83930f39-0cc2-c0a2-e853-1bb38105a89f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-12-12"^^xsd:date ;
  a2a:RecordGUID "{2f28fcb8-cb7a-2f9f-4bd6-2e0d74692b93}" .

