@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_2ac9e644-31a8-e1c7-c0eb-c6e4f1930b65
  a a2a:Record ;
  rdfs:label "Geboorte op 26 juli 1898 te De Wilp gem. Marum" ;
  a2a:hasPerson oa:person_gra_2ac9e644-31a8-e1c7-c0eb-c6e4f1930b65_Person-3630f8d8-c1e6-7681-4ef1-d16b46d2f2a3, oa:person_gra_2ac9e644-31a8-e1c7-c0eb-c6e4f1930b65_Person-57069fdf-650b-e08f-4abb-da31cfc6753a, oa:person_gra_2ac9e644-31a8-e1c7-c0eb-c6e4f1930b65_Person-2c32df82-df1a-24b4-16e3-db9a32b39e21 ;
  a2a:hasEvent oa:event_gra_2ac9e644-31a8-e1c7-c0eb-c6e4f1930b65_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_2ac9e644-31a8-e1c7-c0eb-c6e4f1930b65_0, oa:relationep_gra_2ac9e644-31a8-e1c7-c0eb-c6e4f1930b65_1, oa:relationep_gra_2ac9e644-31a8-e1c7-c0eb-c6e4f1930b65_2 ;
  a2a:hasSource oa:source_gra_2ac9e644-31a8-e1c7-c0eb-c6e4f1930b65 .

oa:person_gra_2ac9e644-31a8-e1c7-c0eb-c6e4f1930b65_Person-3630f8d8-c1e6-7681-4ef1-d16b46d2f2a3
  a a2a:Person ;
  rdfs:label "Roelfke Turksma" ;
  a2a:PersonName [
    rdfs:label "Roelfke Turksma" ;
    a2a:PersonNameFirstName "Roelfke" ;
    a2a:PersonNameLastName "Turksma"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_2ac9e644-31a8-e1c7-c0eb-c6e4f1930b65_Person-57069fdf-650b-e08f-4abb-da31cfc6753a
  a a2a:Person ;
  rdfs:label "Hiltje Tellinga" ;
  a2a:PersonName [
    rdfs:label "Hiltje Tellinga" ;
    a2a:PersonNameFirstName "Hiltje" ;
    a2a:PersonNameLastName "Tellinga"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1898" ;
    a2a:Month "7" ;
    a2a:Day "26" ;
    rdfs:label "1898-07-26"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "De Wilp gem. Marum" ;
    rdfs:label "De Wilp gem. Marum"
  ] .

oa:person_gra_2ac9e644-31a8-e1c7-c0eb-c6e4f1930b65_Person-2c32df82-df1a-24b4-16e3-db9a32b39e21
  a a2a:Person ;
  rdfs:label "Gosse Tellinga" ;
  a2a:PersonName [
    rdfs:label "Gosse Tellinga" ;
    a2a:PersonNameFirstName "Gosse" ;
    a2a:PersonNameLastName "Tellinga"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "42 jaar" ;
    rdfs:label "42 jaar"
  ] ;
  a2a:Profession "arbeider" .

oa:event_gra_2ac9e644-31a8-e1c7-c0eb-c6e4f1930b65_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1898" ;
    a2a:Month "7" ;
    a2a:Day "26" ;
    rdfs:label "1898-07-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "De Wilp gem. Marum" ;
    rdfs:label "De Wilp gem. Marum"
  ] .

oa:relationep_gra_2ac9e644-31a8-e1c7-c0eb-c6e4f1930b65_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_2ac9e644-31a8-e1c7-c0eb-c6e4f1930b65_Person:3630f8d8-c1e6-7681-4ef1-d16b46d2f2a3 ;
  a2a:EventKeyRef oa:event_gra_2ac9e644-31a8-e1c7-c0eb-c6e4f1930b65_Event1 .

oa:relationep_gra_2ac9e644-31a8-e1c7-c0eb-c6e4f1930b65_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_2ac9e644-31a8-e1c7-c0eb-c6e4f1930b65_Person:57069fdf-650b-e08f-4abb-da31cfc6753a ;
  a2a:EventKeyRef oa:event_gra_2ac9e644-31a8-e1c7-c0eb-c6e4f1930b65_Event1 .

oa:relationep_gra_2ac9e644-31a8-e1c7-c0eb-c6e4f1930b65_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_2ac9e644-31a8-e1c7-c0eb-c6e4f1930b65_Person:2c32df82-df1a-24b4-16e3-db9a32b39e21 ;
  a2a:EventKeyRef oa:event_gra_2ac9e644-31a8-e1c7-c0eb-c6e4f1930b65_Event1 .

oa:source_gra_2ac9e644-31a8-e1c7-c0eb-c6e4f1930b65
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Marum" ;
    rdfs:label "Marum", "1898-07-27 - 1898-07-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1898-07-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1898-07-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1898" ;
    a2a:Month "7" ;
    a2a:Day "27" ;
    rdfs:label "1898-07-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1898" ;
    a2a:Book "Geboorteregister 1898" ;
    a2a:DocumentNumber "77" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1898, Geboorteregister 1898, 77"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/be84f2b9-32f8-40e5-e201-e727bf81d824.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/2ac9e644-31a8-e1c7-c0eb-c6e4f1930b65" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/be84f2b9-32f8-40e5-e201-e727bf81d824.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/2ac9e644-31a8-e1c7-c0eb-c6e4f1930b65" ;
  a2a:RecordGUID "{2ac9e644-31a8-e1c7-c0eb-c6e4f1930b65}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_3507_00003507.xml van GRA" .

