@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_b5a802e9-22c5-c08e-b307-5ea55d331f24
  a a2a:Record ;
  rdfs:label "Geboorte op 31 maart 1834 te Hoogkerk" ;
  a2a:hasPerson oa:person_gra_b5a802e9-22c5-c08e-b307-5ea55d331f24_Person-712891fd-5f4d-d33d-9aa2-b1ac5d8d888c, oa:person_gra_b5a802e9-22c5-c08e-b307-5ea55d331f24_Person-d097eb46-e5ef-e9e3-871b-12ffc37559ec, oa:person_gra_b5a802e9-22c5-c08e-b307-5ea55d331f24_Person-40235853-4ba9-f59f-d054-4e42e15286be ;
  a2a:hasEvent oa:event_gra_b5a802e9-22c5-c08e-b307-5ea55d331f24_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_b5a802e9-22c5-c08e-b307-5ea55d331f24_0, oa:relationep_gra_b5a802e9-22c5-c08e-b307-5ea55d331f24_1, oa:relationep_gra_b5a802e9-22c5-c08e-b307-5ea55d331f24_2 ;
  a2a:hasSource oa:source_gra_b5a802e9-22c5-c08e-b307-5ea55d331f24 .

oa:person_gra_b5a802e9-22c5-c08e-b307-5ea55d331f24_Person-712891fd-5f4d-d33d-9aa2-b1ac5d8d888c
  a a2a:Person ;
  rdfs:label "Thies Hoiting" ;
  a2a:PersonName [
    rdfs:label "Thies Hoiting" ;
    a2a:PersonNameFirstName "Thies" ;
    a2a:PersonNameLastName "Hoiting"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1834" ;
    a2a:Month "3" ;
    a2a:Day "31" ;
    rdfs:label "1834-03-31"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hoogkerk" ;
    rdfs:label "Hoogkerk"
  ] .

oa:person_gra_b5a802e9-22c5-c08e-b307-5ea55d331f24_Person-d097eb46-e5ef-e9e3-871b-12ffc37559ec
  a a2a:Person ;
  rdfs:label "Geert Thiessens Hoiting" ;
  a2a:PersonName [
    rdfs:label "Geert Thiessens Hoiting" ;
    a2a:PersonNameFirstName "Geert Thiessens" ;
    a2a:PersonNameLastName "Hoiting"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "46 jaar" ;
    rdfs:label "46 jaar"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_gra_b5a802e9-22c5-c08e-b307-5ea55d331f24_Person-40235853-4ba9-f59f-d054-4e42e15286be
  a a2a:Person ;
  rdfs:label "Eike Hendriks Kuipers" ;
  a2a:PersonName [
    rdfs:label "Eike Hendriks Kuipers" ;
    a2a:PersonNameFirstName "Eike Hendriks" ;
    a2a:PersonNameLastName "Kuipers"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "31 jaar" ;
    rdfs:label "31 jaar"
  ] ;
  a2a:Profession "landbouwersvrouw" .

oa:event_gra_b5a802e9-22c5-c08e-b307-5ea55d331f24_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1834" ;
    a2a:Month "3" ;
    a2a:Day "31" ;
    rdfs:label "1834-03-31"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hoogkerk" ;
    rdfs:label "Hoogkerk"
  ] .

oa:relationep_gra_b5a802e9-22c5-c08e-b307-5ea55d331f24_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_b5a802e9-22c5-c08e-b307-5ea55d331f24_Person:712891fd-5f4d-d33d-9aa2-b1ac5d8d888c ;
  a2a:EventKeyRef oa:event_gra_b5a802e9-22c5-c08e-b307-5ea55d331f24_Event1 .

oa:relationep_gra_b5a802e9-22c5-c08e-b307-5ea55d331f24_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_b5a802e9-22c5-c08e-b307-5ea55d331f24_Person:d097eb46-e5ef-e9e3-871b-12ffc37559ec ;
  a2a:EventKeyRef oa:event_gra_b5a802e9-22c5-c08e-b307-5ea55d331f24_Event1 .

oa:relationep_gra_b5a802e9-22c5-c08e-b307-5ea55d331f24_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_b5a802e9-22c5-c08e-b307-5ea55d331f24_Person:40235853-4ba9-f59f-d054-4e42e15286be ;
  a2a:EventKeyRef oa:event_gra_b5a802e9-22c5-c08e-b307-5ea55d331f24_Event1 .

oa:source_gra_b5a802e9-22c5-c08e-b307-5ea55d331f24
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Hoogkerk" ;
    rdfs:label "Hoogkerk", "1834-04-01 - 1834-04-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1834-04-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1834-04-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1834" ;
    a2a:Month "4" ;
    a2a:Day "1" ;
    rdfs:label "1834-04-01"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1834" ;
    a2a:Book "Geboorteregister 1834" ;
    a2a:DocumentNumber "7" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1834, Geboorteregister 1834, 7"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/5448a2ac-8b23-1835-88e2-9388fe482e1f.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/b5a802e9-22c5-c08e-b307-5ea55d331f24" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/5448a2ac-8b23-1835-88e2-9388fe482e1f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/b5a802e9-22c5-c08e-b307-5ea55d331f24" ;
  a2a:RecordGUID "{b5a802e9-22c5-c08e-b307-5ea55d331f24}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_8678_00008678.xml van GRA" .

