@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_c5e26d8f-b79f-a846-8a64-aeb01e9b9e2f
  a a2a:Record ;
  rdfs:label "Doop op 10 juni 1804 te Winsum" ;
  a2a:hasPerson oa:person_gra_c5e26d8f-b79f-a846-8a64-aeb01e9b9e2f_Person-303b0235-22f4-ee11-316b-ca60d82fde8a, oa:person_gra_c5e26d8f-b79f-a846-8a64-aeb01e9b9e2f_Person-fe76d793-2a90-1701-bc0b-beac3efadd35, oa:person_gra_c5e26d8f-b79f-a846-8a64-aeb01e9b9e2f_Person-9a7b76e4-f2e0-d2b8-89c4-cce8d14c8492 ;
  a2a:hasEvent oa:event_gra_c5e26d8f-b79f-a846-8a64-aeb01e9b9e2f_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_c5e26d8f-b79f-a846-8a64-aeb01e9b9e2f_0, oa:relationep_gra_c5e26d8f-b79f-a846-8a64-aeb01e9b9e2f_1, oa:relationep_gra_c5e26d8f-b79f-a846-8a64-aeb01e9b9e2f_2 ;
  a2a:hasSource oa:source_gra_c5e26d8f-b79f-a846-8a64-aeb01e9b9e2f .

oa:person_gra_c5e26d8f-b79f-a846-8a64-aeb01e9b9e2f_Person-303b0235-22f4-ee11-316b-ca60d82fde8a
  a a2a:Person ;
  rdfs:label "Jakomina H. Talens" ;
  a2a:PersonName [
    rdfs:label "Jakomina H. Talens" ;
    a2a:PersonNameFirstName "Jakomina H." ;
    a2a:PersonNameLastName "Talens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_c5e26d8f-b79f-a846-8a64-aeb01e9b9e2f_Person-fe76d793-2a90-1701-bc0b-beac3efadd35
  a a2a:Person ;
  rdfs:label "Ida" ;
  a2a:PersonName [
    rdfs:label "Ida" ;
    a2a:PersonNameFirstName "Ida"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1804" ;
    a2a:Month "5" ;
    a2a:Day "26" ;
    rdfs:label "1804-05-26"^^xsd:date
  ] .

oa:person_gra_c5e26d8f-b79f-a846-8a64-aeb01e9b9e2f_Person-9a7b76e4-f2e0-d2b8-89c4-cce8d14c8492
  a a2a:Person ;
  rdfs:label "Roelf Luitjens" ;
  a2a:PersonName [
    rdfs:label "Roelf Luitjens" ;
    a2a:PersonNameFirstName "Roelf" ;
    a2a:PersonNameLastName "Luitjens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_c5e26d8f-b79f-a846-8a64-aeb01e9b9e2f_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1804" ;
    a2a:Month "6" ;
    a2a:Day "10" ;
    rdfs:label "1804-06-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Winsum" ;
    rdfs:label "Winsum"
  ] .

oa:relationep_gra_c5e26d8f-b79f-a846-8a64-aeb01e9b9e2f_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_c5e26d8f-b79f-a846-8a64-aeb01e9b9e2f_Person:303b0235-22f4-ee11-316b-ca60d82fde8a ;
  a2a:EventKeyRef oa:event_gra_c5e26d8f-b79f-a846-8a64-aeb01e9b9e2f_Event1 .

oa:relationep_gra_c5e26d8f-b79f-a846-8a64-aeb01e9b9e2f_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_c5e26d8f-b79f-a846-8a64-aeb01e9b9e2f_Person:fe76d793-2a90-1701-bc0b-beac3efadd35 ;
  a2a:EventKeyRef oa:event_gra_c5e26d8f-b79f-a846-8a64-aeb01e9b9e2f_Event1 .

oa:relationep_gra_c5e26d8f-b79f-a846-8a64-aeb01e9b9e2f_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_c5e26d8f-b79f-a846-8a64-aeb01e9b9e2f_Person:9a7b76e4-f2e0-d2b8-89c4-cce8d14c8492 ;
  a2a:EventKeyRef oa:event_gra_c5e26d8f-b79f-a846-8a64-aeb01e9b9e2f_Event1 .

oa:source_gra_c5e26d8f-b79f-a846-8a64-aeb01e9b9e2f
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Winsum" ;
    rdfs:label "Kerkelijke gemeente Winsum", "1804-06-10 - 1804-06-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1804-06-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1804-06-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1804" ;
    a2a:Month "6" ;
    a2a:Day "10" ;
    rdfs:label "1804-06-10"^^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: 556..." ;
    a2a:Book "Doop- en trouwboek 1764-1811" ;
    a2a:RegistryNumber "556" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 556..., Doop- en trouwboek 1764-1811, 556"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/9d7a4d8a-0695-263f-1e25-6e4f862f712a.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/c5e26d8f-b79f-a846-8a64-aeb01e9b9e2f" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/9d7a4d8a-0695-263f-1e25-6e4f862f712a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/c5e26d8f-b79f-a846-8a64-aeb01e9b9e2f" ;
  a2a:RecordGUID "{c5e26d8f-b79f-a846-8a64-aeb01e9b9e2f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210331_2749_00002749.xml van GRA" .

