@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_aaa7950f-cb3c-ce9c-57cc-ae34c5e245bd
  a a2a:Record ;
  rdfs:label "Geboorte op 23 augustus 1844 te Groningen" ;
  a2a:hasPerson oa:person_gra_aaa7950f-cb3c-ce9c-57cc-ae34c5e245bd_Person-f9bd3ebb-2746-3b16-c7a7-f19ffe7b1b81, oa:person_gra_aaa7950f-cb3c-ce9c-57cc-ae34c5e245bd_Person-94a2b3f5-2450-eb7e-7be3-e357f6b8aaf8, oa:person_gra_aaa7950f-cb3c-ce9c-57cc-ae34c5e245bd_Person-bb35c39d-932f-3e2c-68d0-f98589dbcd47 ;
  a2a:hasEvent oa:event_gra_aaa7950f-cb3c-ce9c-57cc-ae34c5e245bd_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_aaa7950f-cb3c-ce9c-57cc-ae34c5e245bd_0, oa:relationep_gra_aaa7950f-cb3c-ce9c-57cc-ae34c5e245bd_1, oa:relationep_gra_aaa7950f-cb3c-ce9c-57cc-ae34c5e245bd_2 ;
  a2a:hasSource oa:source_gra_aaa7950f-cb3c-ce9c-57cc-ae34c5e245bd .

oa:person_gra_aaa7950f-cb3c-ce9c-57cc-ae34c5e245bd_Person-f9bd3ebb-2746-3b16-c7a7-f19ffe7b1b81
  a a2a:Person ;
  rdfs:label "Annegijn Heukers" ;
  a2a:PersonName [
    rdfs:label "Annegijn Heukers" ;
    a2a:PersonNameFirstName "Annegijn" ;
    a2a:PersonNameLastName "Heukers"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "46 jaar" ;
    rdfs:label "46 jaar"
  ] .

oa:person_gra_aaa7950f-cb3c-ce9c-57cc-ae34c5e245bd_Person-94a2b3f5-2450-eb7e-7be3-e357f6b8aaf8
  a a2a:Person ;
  rdfs:label "Jan Beekhuis Heckman" ;
  a2a:PersonName [
    rdfs:label "Jan Beekhuis Heckman" ;
    a2a:PersonNameFirstName "Jan Beekhuis" ;
    a2a:PersonNameLastName "Heckman"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "46 jaar" ;
    rdfs:label "46 jaar"
  ] ;
  a2a:Profession "koopman" .

oa:person_gra_aaa7950f-cb3c-ce9c-57cc-ae34c5e245bd_Person-bb35c39d-932f-3e2c-68d0-f98589dbcd47
  a a2a:Person ;
  rdfs:label "Harmannus Heckman" ;
  a2a:PersonName [
    rdfs:label "Harmannus Heckman" ;
    a2a:PersonNameFirstName "Harmannus" ;
    a2a:PersonNameLastName "Heckman"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1844" ;
    a2a:Month "8" ;
    a2a:Day "23" ;
    rdfs:label "1844-08-23"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:event_gra_aaa7950f-cb3c-ce9c-57cc-ae34c5e245bd_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1844" ;
    a2a:Month "8" ;
    a2a:Day "23" ;
    rdfs:label "1844-08-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_aaa7950f-cb3c-ce9c-57cc-ae34c5e245bd_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_aaa7950f-cb3c-ce9c-57cc-ae34c5e245bd_Person:f9bd3ebb-2746-3b16-c7a7-f19ffe7b1b81 ;
  a2a:EventKeyRef oa:event_gra_aaa7950f-cb3c-ce9c-57cc-ae34c5e245bd_Event1 .

oa:relationep_gra_aaa7950f-cb3c-ce9c-57cc-ae34c5e245bd_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_aaa7950f-cb3c-ce9c-57cc-ae34c5e245bd_Person:94a2b3f5-2450-eb7e-7be3-e357f6b8aaf8 ;
  a2a:EventKeyRef oa:event_gra_aaa7950f-cb3c-ce9c-57cc-ae34c5e245bd_Event1 .

oa:relationep_gra_aaa7950f-cb3c-ce9c-57cc-ae34c5e245bd_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_aaa7950f-cb3c-ce9c-57cc-ae34c5e245bd_Person:bb35c39d-932f-3e2c-68d0-f98589dbcd47 ;
  a2a:EventKeyRef oa:event_gra_aaa7950f-cb3c-ce9c-57cc-ae34c5e245bd_Event1 .

oa:source_gra_aaa7950f-cb3c-ce9c-57cc-ae34c5e245bd
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1844-08-26 - 1844-08-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1844-08-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1844-08-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1844" ;
    a2a:Month "8" ;
    a2a:Day "26" ;
    rdfs:label "1844-08-26"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1844" ;
    a2a:Book "Geboorteregister 1844" ;
    a2a:DocumentNumber "769" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1844, Geboorteregister 1844, 769"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/8c95d362-c9b8-0612-ebde-d695772a23b9.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/aaa7950f-cb3c-ce9c-57cc-ae34c5e245bd" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/8c95d362-c9b8-0612-ebde-d695772a23b9.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/aaa7950f-cb3c-ce9c-57cc-ae34c5e245bd" ;
  a2a:RecordGUID "{aaa7950f-cb3c-ce9c-57cc-ae34c5e245bd}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_4659_00004659.xml van GRA" .

