@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_ee901c5e-cf0c-dda8-ae8f-768aff09ca93
  a a2a:Record ;
  rdfs:label "Doop op 25 december 1735 te Marum" ;
  a2a:hasPerson oa:person_gra_ee901c5e-cf0c-dda8-ae8f-768aff09ca93_Person-bb91c794-7875-652a-cef2-e17ee7ad4fae, oa:person_gra_ee901c5e-cf0c-dda8-ae8f-768aff09ca93_Person-98c5f7fb-7692-df30-4889-5467fa58bf1e, oa:person_gra_ee901c5e-cf0c-dda8-ae8f-768aff09ca93_Person-a02c683b-851f-8816-1239-bce01bb87d16 ;
  a2a:hasEvent oa:event_gra_ee901c5e-cf0c-dda8-ae8f-768aff09ca93_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_ee901c5e-cf0c-dda8-ae8f-768aff09ca93_0, oa:relationep_gra_ee901c5e-cf0c-dda8-ae8f-768aff09ca93_1, oa:relationep_gra_ee901c5e-cf0c-dda8-ae8f-768aff09ca93_2 ;
  a2a:hasSource oa:source_gra_ee901c5e-cf0c-dda8-ae8f-768aff09ca93 .

oa:person_gra_ee901c5e-cf0c-dda8-ae8f-768aff09ca93_Person-bb91c794-7875-652a-cef2-e17ee7ad4fae
  a a2a:Person ;
  rdfs:label "Derk" ;
  a2a:PersonName [
    rdfs:label "Derk" ;
    a2a:PersonNameFirstName "Derk"
  ] ;
  a2a:Gender "Man" .

oa:person_gra_ee901c5e-cf0c-dda8-ae8f-768aff09ca93_Person-98c5f7fb-7692-df30-4889-5467fa58bf1e
  a a2a:Person ;
  rdfs:label "Gebke Dercks" ;
  a2a:PersonName [
    rdfs:label "Gebke Dercks" ;
    a2a:PersonNameFirstName "Gebke" ;
    a2a:PersonNameLastName "Dercks"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_ee901c5e-cf0c-dda8-ae8f-768aff09ca93_Person-a02c683b-851f-8816-1239-bce01bb87d16
  a a2a:Person ;
  rdfs:label "Jan Harrems" ;
  a2a:PersonName [
    rdfs:label "Jan Harrems" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Harrems"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_ee901c5e-cf0c-dda8-ae8f-768aff09ca93_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1735" ;
    a2a:Month "12" ;
    a2a:Day "25" ;
    rdfs:label "1735-12-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Marum" ;
    rdfs:label "Marum"
  ] .

oa:relationep_gra_ee901c5e-cf0c-dda8-ae8f-768aff09ca93_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_ee901c5e-cf0c-dda8-ae8f-768aff09ca93_Person:bb91c794-7875-652a-cef2-e17ee7ad4fae ;
  a2a:EventKeyRef oa:event_gra_ee901c5e-cf0c-dda8-ae8f-768aff09ca93_Event1 .

oa:relationep_gra_ee901c5e-cf0c-dda8-ae8f-768aff09ca93_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_ee901c5e-cf0c-dda8-ae8f-768aff09ca93_Person:98c5f7fb-7692-df30-4889-5467fa58bf1e ;
  a2a:EventKeyRef oa:event_gra_ee901c5e-cf0c-dda8-ae8f-768aff09ca93_Event1 .

oa:relationep_gra_ee901c5e-cf0c-dda8-ae8f-768aff09ca93_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_ee901c5e-cf0c-dda8-ae8f-768aff09ca93_Person:a02c683b-851f-8816-1239-bce01bb87d16 ;
  a2a:EventKeyRef oa:event_gra_ee901c5e-cf0c-dda8-ae8f-768aff09ca93_Event1 .

oa:source_gra_ee901c5e-cf0c-dda8-ae8f-768aff09ca93
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Marum en Noordwijk" ;
    rdfs:label "Kerkelijke gemeente Marum en Noordwijk", "1735-12-25 - 1735-12-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1735-12-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1735-12-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1735" ;
    a2a:Month "12" ;
    a2a:Day "25" ;
    rdfs:label "1735-12-25"^^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: 272..." ;
    a2a:Book "Kerkeboek 1656-1811" ;
    a2a:RegistryNumber "272" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 272..., Kerkeboek 1656-1811, 272"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/5be16d23-6931-65d0-6704-5ba6d1820b82.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/ee901c5e-cf0c-dda8-ae8f-768aff09ca93" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/5be16d23-6931-65d0-6704-5ba6d1820b82.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-05-31"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/ee901c5e-cf0c-dda8-ae8f-768aff09ca93" ;
  a2a:RecordGUID "{ee901c5e-cf0c-dda8-ae8f-768aff09ca93}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210225_20902_00020902.xml van GRA" .

