@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_58dffc8b-0403-c3ca-7299-8c2a5a2c88b4
  a a2a:Record ;
  rdfs:label "Geboorte op 19 april 1866 te Beerta" ;
  a2a:hasPerson oa:person_gra_58dffc8b-0403-c3ca-7299-8c2a5a2c88b4_Person-f688dd68-39b1-bcb8-f419-9196618ae407, oa:person_gra_58dffc8b-0403-c3ca-7299-8c2a5a2c88b4_Person-90e7fc30-adcc-4e34-e280-c5253aaa492c, oa:person_gra_58dffc8b-0403-c3ca-7299-8c2a5a2c88b4_Person-27ce81d7-a1e8-79eb-7e57-3d7b6b53c9df ;
  a2a:hasEvent oa:event_gra_58dffc8b-0403-c3ca-7299-8c2a5a2c88b4_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_58dffc8b-0403-c3ca-7299-8c2a5a2c88b4_0, oa:relationep_gra_58dffc8b-0403-c3ca-7299-8c2a5a2c88b4_1, oa:relationep_gra_58dffc8b-0403-c3ca-7299-8c2a5a2c88b4_2 ;
  a2a:hasSource oa:source_gra_58dffc8b-0403-c3ca-7299-8c2a5a2c88b4 .

oa:person_gra_58dffc8b-0403-c3ca-7299-8c2a5a2c88b4_Person-f688dd68-39b1-bcb8-f419-9196618ae407
  a a2a:Person ;
  rdfs:label "Harm Reit" ;
  a2a:PersonName [
    rdfs:label "Harm Reit" ;
    a2a:PersonNameFirstName "Harm" ;
    a2a:PersonNameLastName "Reit"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "33 jaar" ;
    rdfs:label "33 jaar"
  ] ;
  a2a:Profession "bolschipper" .

oa:person_gra_58dffc8b-0403-c3ca-7299-8c2a5a2c88b4_Person-90e7fc30-adcc-4e34-e280-c5253aaa492c
  a a2a:Person ;
  rdfs:label "Lina Berends" ;
  a2a:PersonName [
    rdfs:label "Lina Berends" ;
    a2a:PersonNameFirstName "Lina" ;
    a2a:PersonNameLastName "Berends"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_58dffc8b-0403-c3ca-7299-8c2a5a2c88b4_Person-27ce81d7-a1e8-79eb-7e57-3d7b6b53c9df
  a a2a:Person ;
  rdfs:label "Freerkje Reit" ;
  a2a:PersonName [
    rdfs:label "Freerkje Reit" ;
    a2a:PersonNameFirstName "Freerkje" ;
    a2a:PersonNameLastName "Reit"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1866" ;
    a2a:Month "4" ;
    a2a:Day "19" ;
    rdfs:label "1866-04-19"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Beerta" ;
    rdfs:label "Beerta"
  ] .

oa:event_gra_58dffc8b-0403-c3ca-7299-8c2a5a2c88b4_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1866" ;
    a2a:Month "4" ;
    a2a:Day "19" ;
    rdfs:label "1866-04-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Beerta" ;
    rdfs:label "Beerta"
  ] .

oa:relationep_gra_58dffc8b-0403-c3ca-7299-8c2a5a2c88b4_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_58dffc8b-0403-c3ca-7299-8c2a5a2c88b4_Person:f688dd68-39b1-bcb8-f419-9196618ae407 ;
  a2a:EventKeyRef oa:event_gra_58dffc8b-0403-c3ca-7299-8c2a5a2c88b4_Event1 .

oa:relationep_gra_58dffc8b-0403-c3ca-7299-8c2a5a2c88b4_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_58dffc8b-0403-c3ca-7299-8c2a5a2c88b4_Person:90e7fc30-adcc-4e34-e280-c5253aaa492c ;
  a2a:EventKeyRef oa:event_gra_58dffc8b-0403-c3ca-7299-8c2a5a2c88b4_Event1 .

oa:relationep_gra_58dffc8b-0403-c3ca-7299-8c2a5a2c88b4_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_58dffc8b-0403-c3ca-7299-8c2a5a2c88b4_Person:27ce81d7-a1e8-79eb-7e57-3d7b6b53c9df ;
  a2a:EventKeyRef oa:event_gra_58dffc8b-0403-c3ca-7299-8c2a5a2c88b4_Event1 .

oa:source_gra_58dffc8b-0403-c3ca-7299-8c2a5a2c88b4
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Beerta" ;
    rdfs:label "Beerta", "1866-04-19 - 1866-04-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1866-04-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1866-04-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1866" ;
    a2a:Month "4" ;
    a2a:Day "19" ;
    rdfs:label "1866-04-19"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1866" ;
    a2a:Book "Geboorteregister 1866" ;
    a2a:DocumentNumber "46" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1866, Geboorteregister 1866, 46"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/37f35012-8bed-410f-6755-0929b2cc962c.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/58dffc8b-0403-c3ca-7299-8c2a5a2c88b4" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/37f35012-8bed-410f-6755-0929b2cc962c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/58dffc8b-0403-c3ca-7299-8c2a5a2c88b4" ;
  a2a:RecordGUID "{58dffc8b-0403-c3ca-7299-8c2a5a2c88b4}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_4310_00004310.xml van GRA" .

