@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_be1bc00a-9e8e-2348-4e6e-69492b609e30
  a a2a:Record ;
  rdfs:label "Doop op 5 februari 1797 te Kleinemeer" ;
  a2a:hasPerson oa:person_gra_be1bc00a-9e8e-2348-4e6e-69492b609e30_Person-f0b87270-1870-4d10-ea6d-f33e7774111b, oa:person_gra_be1bc00a-9e8e-2348-4e6e-69492b609e30_Person-14e34cfd-72bb-e5a3-935a-cae3744b2446, oa:person_gra_be1bc00a-9e8e-2348-4e6e-69492b609e30_Person-5c7b4f4b-38bb-21cf-02d7-0938025e83e5, oa:person_gra_be1bc00a-9e8e-2348-4e6e-69492b609e30_Person-0048d432-f647-42e3-2abc-0d2f1b63eacd ;
  a2a:hasEvent oa:event_gra_be1bc00a-9e8e-2348-4e6e-69492b609e30_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_be1bc00a-9e8e-2348-4e6e-69492b609e30_0, oa:relationep_gra_be1bc00a-9e8e-2348-4e6e-69492b609e30_1, oa:relationep_gra_be1bc00a-9e8e-2348-4e6e-69492b609e30_2, oa:relationep_gra_be1bc00a-9e8e-2348-4e6e-69492b609e30_3 ;
  a2a:hasSource oa:source_gra_be1bc00a-9e8e-2348-4e6e-69492b609e30 .

oa:person_gra_be1bc00a-9e8e-2348-4e6e-69492b609e30_Person-f0b87270-1870-4d10-ea6d-f33e7774111b
  a a2a:Person ;
  rdfs:label "Frans Willem Woestman" ;
  a2a:PersonName [
    rdfs:label "Frans Willem Woestman" ;
    a2a:PersonNameFirstName "Frans Willem" ;
    a2a:PersonNameLastName "Woestman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_be1bc00a-9e8e-2348-4e6e-69492b609e30_Person-14e34cfd-72bb-e5a3-935a-cae3744b2446
  a a2a:Person ;
  rdfs:label "Joannes Wilms Deijkers" ;
  a2a:PersonName [
    rdfs:label "Joannes Wilms Deijkers" ;
    a2a:PersonNameFirstName "Joannes Wilms" ;
    a2a:PersonNameLastName "Deijkers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_be1bc00a-9e8e-2348-4e6e-69492b609e30_Person-5c7b4f4b-38bb-21cf-02d7-0938025e83e5
  a a2a:Person ;
  rdfs:label "Wilhelmus" ;
  a2a:PersonName [
    rdfs:label "Wilhelmus" ;
    a2a:PersonNameFirstName "Wilhelmus"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Kalkwijk" ;
    rdfs:label "Kalkwijk"
  ] .

oa:person_gra_be1bc00a-9e8e-2348-4e6e-69492b609e30_Person-0048d432-f647-42e3-2abc-0d2f1b63eacd
  a a2a:Person ;
  rdfs:label "Antje Roelofs" ;
  a2a:PersonName [
    rdfs:label "Antje Roelofs" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNameLastName "Roelofs"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_be1bc00a-9e8e-2348-4e6e-69492b609e30_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1797" ;
    a2a:Month "2" ;
    a2a:Day "5" ;
    rdfs:label "1797-02-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Kleinemeer" ;
    rdfs:label "Kleinemeer"
  ] .

oa:relationep_gra_be1bc00a-9e8e-2348-4e6e-69492b609e30_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_be1bc00a-9e8e-2348-4e6e-69492b609e30_Person:f0b87270-1870-4d10-ea6d-f33e7774111b ;
  a2a:EventKeyRef oa:event_gra_be1bc00a-9e8e-2348-4e6e-69492b609e30_Event1 .

oa:relationep_gra_be1bc00a-9e8e-2348-4e6e-69492b609e30_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_gra_be1bc00a-9e8e-2348-4e6e-69492b609e30_Person:14e34cfd-72bb-e5a3-935a-cae3744b2446 ;
  a2a:EventKeyRef oa:event_gra_be1bc00a-9e8e-2348-4e6e-69492b609e30_Event1 .

oa:relationep_gra_be1bc00a-9e8e-2348-4e6e-69492b609e30_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_be1bc00a-9e8e-2348-4e6e-69492b609e30_Person:5c7b4f4b-38bb-21cf-02d7-0938025e83e5 ;
  a2a:EventKeyRef oa:event_gra_be1bc00a-9e8e-2348-4e6e-69492b609e30_Event1 .

oa:relationep_gra_be1bc00a-9e8e-2348-4e6e-69492b609e30_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_be1bc00a-9e8e-2348-4e6e-69492b609e30_Person:0048d432-f647-42e3-2abc-0d2f1b63eacd ;
  a2a:EventKeyRef oa:event_gra_be1bc00a-9e8e-2348-4e6e-69492b609e30_Event1 .

oa:source_gra_be1bc00a-9e8e-2348-4e6e-69492b609e30
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Kleinemeer" ;
    rdfs:label "Kerkelijke gemeente Kleinemeer", "1797-02-05 - 1797-02-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1797-02-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1797-02-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1797" ;
    a2a:Month "2" ;
    a2a:Day "5" ;
    rdfs:label "1797-02-05"^^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: 640..." ;
    a2a:Book "Kerkeboek 1760-1811" ;
    a2a:RegistryNumber "640 (Rooms-katholiek)" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 640..., Kerkeboek 1760-1811, 640 (Rooms-katholiek)"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/9034894e-e5f6-44cc-408a-13ec75e04a6a.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/be1bc00a-9e8e-2348-4e6e-69492b609e30" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/9034894e-e5f6-44cc-408a-13ec75e04a6a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/be1bc00a-9e8e-2348-4e6e-69492b609e30" ;
  a2a:RecordGUID "{be1bc00a-9e8e-2348-4e6e-69492b609e30}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210331_2669_00002669.xml van GRA" .

