@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_231e0160-d7b8-f6bb-50f5-e2a9f6b24a67
  a a2a:Record ;
  rdfs:label "Geboorte op 8 december 1838 te Foxhol gem. Hoogezand" ;
  a2a:hasPerson oa:person_gra_231e0160-d7b8-f6bb-50f5-e2a9f6b24a67_Person-c9481003-ea1e-1806-9e33-0dd85147bb1f, oa:person_gra_231e0160-d7b8-f6bb-50f5-e2a9f6b24a67_Person-6777567f-a64b-7fc7-a5b4-dbfcc45265c3, oa:person_gra_231e0160-d7b8-f6bb-50f5-e2a9f6b24a67_Person-39fd0ccf-6a4d-5e62-5db0-62566bb0db3b ;
  a2a:hasEvent oa:event_gra_231e0160-d7b8-f6bb-50f5-e2a9f6b24a67_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_231e0160-d7b8-f6bb-50f5-e2a9f6b24a67_0, oa:relationep_gra_231e0160-d7b8-f6bb-50f5-e2a9f6b24a67_1, oa:relationep_gra_231e0160-d7b8-f6bb-50f5-e2a9f6b24a67_2 ;
  a2a:hasSource oa:source_gra_231e0160-d7b8-f6bb-50f5-e2a9f6b24a67 .

oa:person_gra_231e0160-d7b8-f6bb-50f5-e2a9f6b24a67_Person-c9481003-ea1e-1806-9e33-0dd85147bb1f
  a a2a:Person ;
  rdfs:label "Maria Muller" ;
  a2a:PersonName [
    rdfs:label "Maria Muller" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Muller"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1838" ;
    a2a:Month "12" ;
    a2a:Day "8" ;
    rdfs:label "1838-12-08"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Foxhol gem. Hoogezand" ;
    rdfs:label "Foxhol gem. Hoogezand"
  ] .

oa:person_gra_231e0160-d7b8-f6bb-50f5-e2a9f6b24a67_Person-6777567f-a64b-7fc7-a5b4-dbfcc45265c3
  a a2a:Person ;
  rdfs:label "Eligius Muller" ;
  a2a:PersonName [
    rdfs:label "Eligius Muller" ;
    a2a:PersonNameFirstName "Eligius" ;
    a2a:PersonNameLastName "Muller"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "32 jaar" ;
    rdfs:label "32 jaar"
  ] ;
  a2a:Profession "wever" .

oa:person_gra_231e0160-d7b8-f6bb-50f5-e2a9f6b24a67_Person-39fd0ccf-6a4d-5e62-5db0-62566bb0db3b
  a a2a:Person ;
  rdfs:label "Susanna Roelfs Flint" ;
  a2a:PersonName [
    rdfs:label "Susanna Roelfs Flint" ;
    a2a:PersonNameFirstName "Susanna Roelfs" ;
    a2a:PersonNameLastName "Flint"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_231e0160-d7b8-f6bb-50f5-e2a9f6b24a67_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1838" ;
    a2a:Month "12" ;
    a2a:Day "8" ;
    rdfs:label "1838-12-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Foxhol gem. Hoogezand" ;
    rdfs:label "Foxhol gem. Hoogezand"
  ] .

oa:relationep_gra_231e0160-d7b8-f6bb-50f5-e2a9f6b24a67_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_231e0160-d7b8-f6bb-50f5-e2a9f6b24a67_Person:c9481003-ea1e-1806-9e33-0dd85147bb1f ;
  a2a:EventKeyRef oa:event_gra_231e0160-d7b8-f6bb-50f5-e2a9f6b24a67_Event1 .

oa:relationep_gra_231e0160-d7b8-f6bb-50f5-e2a9f6b24a67_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_231e0160-d7b8-f6bb-50f5-e2a9f6b24a67_Person:6777567f-a64b-7fc7-a5b4-dbfcc45265c3 ;
  a2a:EventKeyRef oa:event_gra_231e0160-d7b8-f6bb-50f5-e2a9f6b24a67_Event1 .

oa:relationep_gra_231e0160-d7b8-f6bb-50f5-e2a9f6b24a67_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_231e0160-d7b8-f6bb-50f5-e2a9f6b24a67_Person:39fd0ccf-6a4d-5e62-5db0-62566bb0db3b ;
  a2a:EventKeyRef oa:event_gra_231e0160-d7b8-f6bb-50f5-e2a9f6b24a67_Event1 .

oa:source_gra_231e0160-d7b8-f6bb-50f5-e2a9f6b24a67
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Hoogezand" ;
    rdfs:label "Hoogezand", "1838-12-10 - 1838-12-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1838-12-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1838-12-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1838" ;
    a2a:Month "12" ;
    a2a:Day "10" ;
    rdfs:label "1838-12-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1838" ;
    a2a:Book "Geboorteregister 1838" ;
    a2a:DocumentNumber "168" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1838, Geboorteregister 1838, 168"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/195a24cf-96e4-3f6f-0b5b-3e38e2af67bf.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/231e0160-d7b8-f6bb-50f5-e2a9f6b24a67" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/195a24cf-96e4-3f6f-0b5b-3e38e2af67bf.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/231e0160-d7b8-f6bb-50f5-e2a9f6b24a67" ;
  a2a:RecordGUID "{231e0160-d7b8-f6bb-50f5-e2a9f6b24a67}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_6346_00006346.xml van GRA" .

