@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_008ab2cc-0b2d-9c82-2f32-44c91d827f3f
  a a2a:Record ;
  rdfs:label "Geboorte op 22 juli 1827 te Blijham gem. Wedde" ;
  a2a:hasPerson oa:person_gra_008ab2cc-0b2d-9c82-2f32-44c91d827f3f_Person-47ffdbd5-6391-a406-9fc9-68cb27cafb83, oa:person_gra_008ab2cc-0b2d-9c82-2f32-44c91d827f3f_Person-d0438f22-e812-a4fa-7fc6-c5c0de19dc31, oa:person_gra_008ab2cc-0b2d-9c82-2f32-44c91d827f3f_Person-0df689b9-6411-242e-a19e-df42b9fd52b2 ;
  a2a:hasEvent oa:event_gra_008ab2cc-0b2d-9c82-2f32-44c91d827f3f_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_008ab2cc-0b2d-9c82-2f32-44c91d827f3f_0, oa:relationep_gra_008ab2cc-0b2d-9c82-2f32-44c91d827f3f_1, oa:relationep_gra_008ab2cc-0b2d-9c82-2f32-44c91d827f3f_2 ;
  a2a:hasSource oa:source_gra_008ab2cc-0b2d-9c82-2f32-44c91d827f3f .

oa:person_gra_008ab2cc-0b2d-9c82-2f32-44c91d827f3f_Person-47ffdbd5-6391-a406-9fc9-68cb27cafb83
  a a2a:Person ;
  rdfs:label "Ettje Schuring" ;
  a2a:PersonName [
    rdfs:label "Ettje Schuring" ;
    a2a:PersonNameFirstName "Ettje" ;
    a2a:PersonNameLastName "Schuring"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1827" ;
    a2a:Month "7" ;
    a2a:Day "22" ;
    rdfs:label "1827-07-22"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Blijham gem. Wedde" ;
    rdfs:label "Blijham gem. Wedde"
  ] .

oa:person_gra_008ab2cc-0b2d-9c82-2f32-44c91d827f3f_Person-d0438f22-e812-a4fa-7fc6-c5c0de19dc31
  a a2a:Person ;
  rdfs:label "Tettje Aeilkes Schmaal" ;
  a2a:PersonName [
    rdfs:label "Tettje Aeilkes Schmaal" ;
    a2a:PersonNameFirstName "Tettje Aeilkes" ;
    a2a:PersonNameLastName "Schmaal"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_008ab2cc-0b2d-9c82-2f32-44c91d827f3f_Person-0df689b9-6411-242e-a19e-df42b9fd52b2
  a a2a:Person ;
  rdfs:label "Jacob Tjarks Schuring" ;
  a2a:PersonName [
    rdfs:label "Jacob Tjarks Schuring" ;
    a2a:PersonNameFirstName "Jacob Tjarks" ;
    a2a:PersonNameLastName "Schuring"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "41 jaar" ;
    rdfs:label "41 jaar"
  ] ;
  a2a:Profession "landbouwer" .

oa:event_gra_008ab2cc-0b2d-9c82-2f32-44c91d827f3f_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1827" ;
    a2a:Month "7" ;
    a2a:Day "22" ;
    rdfs:label "1827-07-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Blijham gem. Wedde" ;
    rdfs:label "Blijham gem. Wedde"
  ] .

oa:relationep_gra_008ab2cc-0b2d-9c82-2f32-44c91d827f3f_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_008ab2cc-0b2d-9c82-2f32-44c91d827f3f_Person:47ffdbd5-6391-a406-9fc9-68cb27cafb83 ;
  a2a:EventKeyRef oa:event_gra_008ab2cc-0b2d-9c82-2f32-44c91d827f3f_Event1 .

oa:relationep_gra_008ab2cc-0b2d-9c82-2f32-44c91d827f3f_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_008ab2cc-0b2d-9c82-2f32-44c91d827f3f_Person:d0438f22-e812-a4fa-7fc6-c5c0de19dc31 ;
  a2a:EventKeyRef oa:event_gra_008ab2cc-0b2d-9c82-2f32-44c91d827f3f_Event1 .

oa:relationep_gra_008ab2cc-0b2d-9c82-2f32-44c91d827f3f_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_008ab2cc-0b2d-9c82-2f32-44c91d827f3f_Person:0df689b9-6411-242e-a19e-df42b9fd52b2 ;
  a2a:EventKeyRef oa:event_gra_008ab2cc-0b2d-9c82-2f32-44c91d827f3f_Event1 .

oa:source_gra_008ab2cc-0b2d-9c82-2f32-44c91d827f3f
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Wedde" ;
    rdfs:label "Wedde", "1827-07-23 - 1827-07-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1827-07-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1827-07-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1827" ;
    a2a:Month "7" ;
    a2a:Day "23" ;
    rdfs:label "1827-07-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1827" ;
    a2a:Book "Geboorteregister 1827" ;
    a2a:DocumentNumber "29" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1827, Geboorteregister 1827, 29"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/08a18e14-44d9-19cb-c0aa-0b6065a28fba.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/008ab2cc-0b2d-9c82-2f32-44c91d827f3f" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/08a18e14-44d9-19cb-c0aa-0b6065a28fba.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/008ab2cc-0b2d-9c82-2f32-44c91d827f3f" ;
  a2a:RecordGUID "{008ab2cc-0b2d-9c82-2f32-44c91d827f3f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_3750_00003750.xml van GRA" .

