@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_269caedb-e871-7404-4ff5-313a40261ee2
  a a2a:Record ;
  rdfs:label "Doop op 8 april 1709 te Nieuweschans" ;
  a2a:hasPerson oa:person_gra_269caedb-e871-7404-4ff5-313a40261ee2_Person-8f2b5d5c-81e9-182e-ef0a-82863f97fc69, oa:person_gra_269caedb-e871-7404-4ff5-313a40261ee2_Person-18ba531e-e720-118b-c085-21cea7dd621f, oa:person_gra_269caedb-e871-7404-4ff5-313a40261ee2_Person-0f8ab607-970b-a0f0-8e50-2d7a6865181a ;
  a2a:hasEvent oa:event_gra_269caedb-e871-7404-4ff5-313a40261ee2_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_269caedb-e871-7404-4ff5-313a40261ee2_0, oa:relationep_gra_269caedb-e871-7404-4ff5-313a40261ee2_1, oa:relationep_gra_269caedb-e871-7404-4ff5-313a40261ee2_2 ;
  a2a:hasSource oa:source_gra_269caedb-e871-7404-4ff5-313a40261ee2 .

oa:person_gra_269caedb-e871-7404-4ff5-313a40261ee2_Person-8f2b5d5c-81e9-182e-ef0a-82863f97fc69
  a a2a:Person ;
  rdfs:label "IJke Claessen" ;
  a2a:PersonName [
    rdfs:label "IJke Claessen" ;
    a2a:PersonNameFirstName "IJke Claessen"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1709" ;
    a2a:Month "4" ;
    a2a:Day "8" ;
    rdfs:label "1709-04-08"^^xsd:date
  ] .

oa:person_gra_269caedb-e871-7404-4ff5-313a40261ee2_Person-18ba531e-e720-118b-c085-21cea7dd621f
  a a2a:Person ;
  rdfs:label "Ludewe Bruins" ;
  a2a:PersonName [
    rdfs:label "Ludewe Bruins" ;
    a2a:PersonNameFirstName "Ludewe" ;
    a2a:PersonNameLastName "Bruins"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_269caedb-e871-7404-4ff5-313a40261ee2_Person-0f8ab607-970b-a0f0-8e50-2d7a6865181a
  a a2a:Person ;
  rdfs:label "Claes Alefs" ;
  a2a:PersonName [
    rdfs:label "Claes Alefs" ;
    a2a:PersonNameFirstName "Claes" ;
    a2a:PersonNameLastName "Alefs"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_269caedb-e871-7404-4ff5-313a40261ee2_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1709" ;
    a2a:Month "4" ;
    a2a:Day "8" ;
    rdfs:label "1709-04-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nieuweschans" ;
    rdfs:label "Nieuweschans"
  ] .

oa:relationep_gra_269caedb-e871-7404-4ff5-313a40261ee2_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_269caedb-e871-7404-4ff5-313a40261ee2_Person:8f2b5d5c-81e9-182e-ef0a-82863f97fc69 ;
  a2a:EventKeyRef oa:event_gra_269caedb-e871-7404-4ff5-313a40261ee2_Event1 .

oa:relationep_gra_269caedb-e871-7404-4ff5-313a40261ee2_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_269caedb-e871-7404-4ff5-313a40261ee2_Person:18ba531e-e720-118b-c085-21cea7dd621f ;
  a2a:EventKeyRef oa:event_gra_269caedb-e871-7404-4ff5-313a40261ee2_Event1 .

oa:relationep_gra_269caedb-e871-7404-4ff5-313a40261ee2_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_269caedb-e871-7404-4ff5-313a40261ee2_Person:0f8ab607-970b-a0f0-8e50-2d7a6865181a ;
  a2a:EventKeyRef oa:event_gra_269caedb-e871-7404-4ff5-313a40261ee2_Event1 .

oa:source_gra_269caedb-e871-7404-4ff5-313a40261ee2
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Nieuweschans" ;
    rdfs:label "Kerkelijke gemeente Nieuweschans", "1709-04-08 - 1709-04-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1709-04-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1709-04-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1709" ;
    a2a:Month "4" ;
    a2a:Day "8" ;
    rdfs:label "1709-04-08"^^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: 315..." ;
    a2a:Book "Doopboek 1693-1742" ;
    a2a:RegistryNumber "315" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 315..., Doopboek 1693-1742, 315"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/f71f4c2a-9af0-6708-72a6-edb884b4ce6c.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/269caedb-e871-7404-4ff5-313a40261ee2" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/f71f4c2a-9af0-6708-72a6-edb884b4ce6c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/269caedb-e871-7404-4ff5-313a40261ee2" ;
  a2a:RecordGUID "{269caedb-e871-7404-4ff5-313a40261ee2}" ;
  a2a:SourceRemarkOpmerking "doop te Bondt" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210225_20027_00020027.xml van GRA" .

