@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_9dd0159f-66e2-0b60-3f7c-8874eb40df5f
  a a2a:Record ;
  rdfs:label "Geboorte op 4 januari 1891 te Oude Pekela" ;
  a2a:hasPerson oa:person_gra_9dd0159f-66e2-0b60-3f7c-8874eb40df5f_Person-d5adb335-51f2-988f-8296-579a6765a9f4, oa:person_gra_9dd0159f-66e2-0b60-3f7c-8874eb40df5f_Person-d91e3075-9677-7b65-8e20-4cb13972920b, oa:person_gra_9dd0159f-66e2-0b60-3f7c-8874eb40df5f_Person-4e9b1182-b7cd-b389-f039-aac3f5395fe3 ;
  a2a:hasEvent oa:event_gra_9dd0159f-66e2-0b60-3f7c-8874eb40df5f_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_9dd0159f-66e2-0b60-3f7c-8874eb40df5f_0, oa:relationep_gra_9dd0159f-66e2-0b60-3f7c-8874eb40df5f_1, oa:relationep_gra_9dd0159f-66e2-0b60-3f7c-8874eb40df5f_2 ;
  a2a:hasSource oa:source_gra_9dd0159f-66e2-0b60-3f7c-8874eb40df5f .

oa:person_gra_9dd0159f-66e2-0b60-3f7c-8874eb40df5f_Person-d5adb335-51f2-988f-8296-579a6765a9f4
  a a2a:Person ;
  rdfs:label "Roelfien Mellema" ;
  a2a:PersonName [
    rdfs:label "Roelfien Mellema" ;
    a2a:PersonNameFirstName "Roelfien" ;
    a2a:PersonNameLastName "Mellema"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_9dd0159f-66e2-0b60-3f7c-8874eb40df5f_Person-d91e3075-9677-7b65-8e20-4cb13972920b
  a a2a:Person ;
  rdfs:label "Johannes de Jonge" ;
  a2a:PersonName [
    rdfs:label "Johannes de Jonge" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Jonge"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "24 jaar" ;
    rdfs:label "24 jaar"
  ] ;
  a2a:Profession "schipper" .

oa:person_gra_9dd0159f-66e2-0b60-3f7c-8874eb40df5f_Person-4e9b1182-b7cd-b389-f039-aac3f5395fe3
  a a2a:Person ;
  rdfs:label "Harm de Jonge" ;
  a2a:PersonName [
    rdfs:label "Harm de Jonge" ;
    a2a:PersonNameFirstName "Harm" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Jonge"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1891" ;
    a2a:Month "1" ;
    a2a:Day "4" ;
    rdfs:label "1891-01-04"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oude Pekela" ;
    rdfs:label "Oude Pekela"
  ] .

oa:event_gra_9dd0159f-66e2-0b60-3f7c-8874eb40df5f_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1891" ;
    a2a:Month "1" ;
    a2a:Day "4" ;
    rdfs:label "1891-01-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oude Pekela" ;
    rdfs:label "Oude Pekela"
  ] .

oa:relationep_gra_9dd0159f-66e2-0b60-3f7c-8874eb40df5f_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_9dd0159f-66e2-0b60-3f7c-8874eb40df5f_Person:d5adb335-51f2-988f-8296-579a6765a9f4 ;
  a2a:EventKeyRef oa:event_gra_9dd0159f-66e2-0b60-3f7c-8874eb40df5f_Event1 .

oa:relationep_gra_9dd0159f-66e2-0b60-3f7c-8874eb40df5f_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_9dd0159f-66e2-0b60-3f7c-8874eb40df5f_Person:d91e3075-9677-7b65-8e20-4cb13972920b ;
  a2a:EventKeyRef oa:event_gra_9dd0159f-66e2-0b60-3f7c-8874eb40df5f_Event1 .

oa:relationep_gra_9dd0159f-66e2-0b60-3f7c-8874eb40df5f_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_9dd0159f-66e2-0b60-3f7c-8874eb40df5f_Person:4e9b1182-b7cd-b389-f039-aac3f5395fe3 ;
  a2a:EventKeyRef oa:event_gra_9dd0159f-66e2-0b60-3f7c-8874eb40df5f_Event1 .

oa:source_gra_9dd0159f-66e2-0b60-3f7c-8874eb40df5f
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Oude Pekela" ;
    rdfs:label "Oude Pekela", "1891-01-06 - 1891-01-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1891-01-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1891-01-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1891" ;
    a2a:Month "1" ;
    a2a:Day "6" ;
    rdfs:label "1891-01-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1891" ;
    a2a:Book "Geboorteregister 1891" ;
    a2a:DocumentNumber "5" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1891, Geboorteregister 1891, 5"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/7a013a7c-73dd-8dc3-52cb-b246a28d8be3.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/9dd0159f-66e2-0b60-3f7c-8874eb40df5f" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/7a013a7c-73dd-8dc3-52cb-b246a28d8be3.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/9dd0159f-66e2-0b60-3f7c-8874eb40df5f" ;
  a2a:RecordGUID "{9dd0159f-66e2-0b60-3f7c-8874eb40df5f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_6721_00006721.xml van GRA" .

