@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_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab
  a a2a:Record ;
  rdfs:label "Doop op 25 augustus 1743 te Groningen" ;
  a2a:hasPerson oa:person_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_Person-ce33cab6-449a-adb3-4dd2-94465ff6977c, oa:person_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_Person-9da48789-498f-a050-d86d-d5f9a35d6258, oa:person_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_Person-9bfc4208-9cd8-9edd-ed26-e5acb11026ab, oa:person_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_Person-acc9dc8e-0f7a-54d2-ad3e-607d7bf3a279, oa:person_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_Person-34882521-1bd5-64bd-2c8d-b6f7894778df, oa:person_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_Person-4522a2eb-e46b-a8f6-d3c7-d80bbbf27d6a ;
  a2a:hasEvent oa:event_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_0, oa:relationep_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_1, oa:relationep_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_2, oa:relationep_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_3, oa:relationep_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_4, oa:relationep_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_5 ;
  a2a:hasSource oa:source_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab .

oa:person_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_Person-ce33cab6-449a-adb3-4dd2-94465ff6977c
  a a2a:Person ;
  rdfs:label "Abraham" ;
  a2a:PersonName [
    rdfs:label "Abraham" ;
    a2a:PersonNameFirstName "Abraham"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1743" ;
    a2a:Month "8" ;
    a2a:Day "22" ;
    rdfs:label "1743-08-22"^^xsd:date
  ] .

oa:person_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_Person-9da48789-498f-a050-d86d-d5f9a35d6258
  a a2a:Person ;
  rdfs:label "Abraham Fontaine" ;
  a2a:PersonName [
    rdfs:label "Abraham Fontaine" ;
    a2a:PersonNameFirstName "Abraham" ;
    a2a:PersonNameLastName "Fontaine"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_Person-9bfc4208-9cd8-9edd-ed26-e5acb11026ab
  a a2a:Person ;
  rdfs:label "Nicolas Engelhard" ;
  a2a:PersonName [
    rdfs:label "Nicolas Engelhard" ;
    a2a:PersonNameFirstName "Nicolas" ;
    a2a:PersonNameLastName "Engelhard"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_Person-acc9dc8e-0f7a-54d2-ad3e-607d7bf3a279
  a a2a:Person ;
  rdfs:label "Marianne Floribus" ;
  a2a:PersonName [
    rdfs:label "Marianne Floribus" ;
    a2a:PersonNameFirstName "Marianne" ;
    a2a:PersonNameLastName "Floribus"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_Person-34882521-1bd5-64bd-2c8d-b6f7894778df
  a a2a:Person ;
  rdfs:label "Fontaine" ;
  a2a:PersonName [
    rdfs:label "Fontaine" ;
    a2a:PersonNameLastName "Fontaine"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_Person-4522a2eb-e46b-a8f6-d3c7-d80bbbf27d6a
  a a2a:Person ;
  rdfs:label "Henriette Sabine Dorothee Floribus" ;
  a2a:PersonName [
    rdfs:label "Henriette Sabine Dorothee Floribus" ;
    a2a:PersonNameFirstName "Henriette Sabine Dorothee" ;
    a2a:PersonNameLastName "Floribus"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1743" ;
    a2a:Month "8" ;
    a2a:Day "25" ;
    rdfs:label "1743-08-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] ;
  a2a:EventReligion "Waals" .

oa:relationep_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_Person:ce33cab6-449a-adb3-4dd2-94465ff6977c ;
  a2a:EventKeyRef oa:event_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_Event1 .

oa:relationep_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_Person:9da48789-498f-a050-d86d-d5f9a35d6258 ;
  a2a:EventKeyRef oa:event_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_Event1 .

oa:relationep_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_Person:9bfc4208-9cd8-9edd-ed26-e5acb11026ab ;
  a2a:EventKeyRef oa:event_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_Event1 .

oa:relationep_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_Person:acc9dc8e-0f7a-54d2-ad3e-607d7bf3a279 ;
  a2a:EventKeyRef oa:event_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_Event1 .

oa:relationep_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_4
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_Person:34882521-1bd5-64bd-2c8d-b6f7894778df ;
  a2a:EventKeyRef oa:event_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_Event1 .

oa:relationep_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_5
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_Person:4522a2eb-e46b-a8f6-d3c7-d80bbbf27d6a ;
  a2a:EventKeyRef oa:event_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab_Event1 .

oa:source_gra_ff09a7ed-5f4f-178e-2354-b669fc6ff5ab
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Groningen" ;
    rdfs:label "Kerkelijke gemeente Groningen", "1743-08-25 - 1743-08-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1743-08-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1743-08-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1743" ;
    a2a:Month "8" ;
    a2a:Day "25" ;
    rdfs:label "1743-08-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: 597..." ;
    a2a:Book "Kerkeboek 1700-1811" ;
    a2a:RegistryNumber "597 (Waals)" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 597..., Kerkeboek 1700-1811, 597 (Waals)"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/906cba56-c773-e56e-9edb-8d001b1bb458.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/ff09a7ed-5f4f-178e-2354-b669fc6ff5ab" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/906cba56-c773-e56e-9edb-8d001b1bb458.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/ff09a7ed-5f4f-178e-2354-b669fc6ff5ab" ;
  a2a:RecordGUID "{ff09a7ed-5f4f-178e-2354-b669fc6ff5ab}" ;
  a2a:SourceRemarkOpmerking "predikant, ook DTB 597 folio 16v" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210331_4383_00004383.xml van GRA" .

