@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_dc243ff8-055e-5bda-2020-b7ca38d2d8ef
  a a2a:Record ;
  rdfs:label "Geboorte op 9 juni 1844 te Foxhol gem. Hoogezand" ;
  a2a:hasPerson oa:person_gra_dc243ff8-055e-5bda-2020-b7ca38d2d8ef_Person-430e1d29-3785-f62e-6905-b2db3a3c9a8f, oa:person_gra_dc243ff8-055e-5bda-2020-b7ca38d2d8ef_Person-40d896a7-e699-bcd1-cd24-842c83f8045b, oa:person_gra_dc243ff8-055e-5bda-2020-b7ca38d2d8ef_Person-29739ab4-6329-3621-546b-de257da6c019 ;
  a2a:hasEvent oa:event_gra_dc243ff8-055e-5bda-2020-b7ca38d2d8ef_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_dc243ff8-055e-5bda-2020-b7ca38d2d8ef_0, oa:relationep_gra_dc243ff8-055e-5bda-2020-b7ca38d2d8ef_1, oa:relationep_gra_dc243ff8-055e-5bda-2020-b7ca38d2d8ef_2 ;
  a2a:hasSource oa:source_gra_dc243ff8-055e-5bda-2020-b7ca38d2d8ef .

oa:person_gra_dc243ff8-055e-5bda-2020-b7ca38d2d8ef_Person-430e1d29-3785-f62e-6905-b2db3a3c9a8f
  a a2a:Person ;
  rdfs:label "Dorothea Nienhuis" ;
  a2a:PersonName [
    rdfs:label "Dorothea Nienhuis" ;
    a2a:PersonNameFirstName "Dorothea" ;
    a2a:PersonNameLastName "Nienhuis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_dc243ff8-055e-5bda-2020-b7ca38d2d8ef_Person-40d896a7-e699-bcd1-cd24-842c83f8045b
  a a2a:Person ;
  rdfs:label "Johannes van Mal" ;
  a2a:PersonName [
    rdfs:label "Johannes van Mal" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Mal"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "31 jaar" ;
    rdfs:label "31 jaar"
  ] ;
  a2a:Profession "scheepstimmerknecht" .

oa:person_gra_dc243ff8-055e-5bda-2020-b7ca38d2d8ef_Person-29739ab4-6329-3621-546b-de257da6c019
  a a2a:Person ;
  rdfs:label "Harmannus Henderikus van Mal" ;
  a2a:PersonName [
    rdfs:label "Harmannus Henderikus van Mal" ;
    a2a:PersonNameFirstName "Harmannus Henderikus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Mal"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1844" ;
    a2a:Month "6" ;
    a2a:Day "9" ;
    rdfs:label "1844-06-09"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Foxhol gem. Hoogezand" ;
    rdfs:label "Foxhol gem. Hoogezand"
  ] .

oa:event_gra_dc243ff8-055e-5bda-2020-b7ca38d2d8ef_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1844" ;
    a2a:Month "6" ;
    a2a:Day "9" ;
    rdfs:label "1844-06-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Foxhol gem. Hoogezand" ;
    rdfs:label "Foxhol gem. Hoogezand"
  ] .

oa:relationep_gra_dc243ff8-055e-5bda-2020-b7ca38d2d8ef_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_dc243ff8-055e-5bda-2020-b7ca38d2d8ef_Person:430e1d29-3785-f62e-6905-b2db3a3c9a8f ;
  a2a:EventKeyRef oa:event_gra_dc243ff8-055e-5bda-2020-b7ca38d2d8ef_Event1 .

oa:relationep_gra_dc243ff8-055e-5bda-2020-b7ca38d2d8ef_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_dc243ff8-055e-5bda-2020-b7ca38d2d8ef_Person:40d896a7-e699-bcd1-cd24-842c83f8045b ;
  a2a:EventKeyRef oa:event_gra_dc243ff8-055e-5bda-2020-b7ca38d2d8ef_Event1 .

oa:relationep_gra_dc243ff8-055e-5bda-2020-b7ca38d2d8ef_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_dc243ff8-055e-5bda-2020-b7ca38d2d8ef_Person:29739ab4-6329-3621-546b-de257da6c019 ;
  a2a:EventKeyRef oa:event_gra_dc243ff8-055e-5bda-2020-b7ca38d2d8ef_Event1 .

oa:source_gra_dc243ff8-055e-5bda-2020-b7ca38d2d8ef
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Hoogezand" ;
    rdfs:label "Hoogezand", "1844-06-10 - 1844-06-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1844-06-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1844-06-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1844" ;
    a2a:Month "6" ;
    a2a:Day "10" ;
    rdfs:label "1844-06-10"^^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 "96" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1844, Geboorteregister 1844, 96"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/108093dc-20f8-2654-dc15-98aee814717e.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/dc243ff8-055e-5bda-2020-b7ca38d2d8ef" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/108093dc-20f8-2654-dc15-98aee814717e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/dc243ff8-055e-5bda-2020-b7ca38d2d8ef" ;
  a2a:RecordGUID "{dc243ff8-055e-5bda-2020-b7ca38d2d8ef}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_7712_00007712.xml van GRA" .

