@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_4cd24455-7b8d-2973-e6f5-2aab7c28a6fe
  a a2a:Record ;
  rdfs:label "Geboorte op 20 december 1899 te Groningen" ;
  a2a:hasPerson oa:person_gra_4cd24455-7b8d-2973-e6f5-2aab7c28a6fe_Person-3121c4c2-dff4-b2e4-805e-12aa69adbb80, oa:person_gra_4cd24455-7b8d-2973-e6f5-2aab7c28a6fe_Person-451017bc-91d7-7f2b-d18a-1b7896a6a7bb, oa:person_gra_4cd24455-7b8d-2973-e6f5-2aab7c28a6fe_Person-331ca66c-5f0a-4a06-30da-7eac32542469 ;
  a2a:hasEvent oa:event_gra_4cd24455-7b8d-2973-e6f5-2aab7c28a6fe_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_4cd24455-7b8d-2973-e6f5-2aab7c28a6fe_0, oa:relationep_gra_4cd24455-7b8d-2973-e6f5-2aab7c28a6fe_1, oa:relationep_gra_4cd24455-7b8d-2973-e6f5-2aab7c28a6fe_2 ;
  a2a:hasSource oa:source_gra_4cd24455-7b8d-2973-e6f5-2aab7c28a6fe .

oa:person_gra_4cd24455-7b8d-2973-e6f5-2aab7c28a6fe_Person-3121c4c2-dff4-b2e4-805e-12aa69adbb80
  a a2a:Person ;
  rdfs:label "Victorine Silvie Maria Voituron" ;
  a2a:PersonName [
    rdfs:label "Victorine Silvie Maria Voituron" ;
    a2a:PersonNameFirstName "Victorine Silvie Maria" ;
    a2a:PersonNameLastName "Voituron"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1899" ;
    a2a:Month "12" ;
    a2a:Day "20" ;
    rdfs:label "1899-12-20"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:person_gra_4cd24455-7b8d-2973-e6f5-2aab7c28a6fe_Person-451017bc-91d7-7f2b-d18a-1b7896a6a7bb
  a a2a:Person ;
  rdfs:label "Maria Baaijens" ;
  a2a:PersonName [
    rdfs:label "Maria Baaijens" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Baaijens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_4cd24455-7b8d-2973-e6f5-2aab7c28a6fe_Person-331ca66c-5f0a-4a06-30da-7eac32542469
  a a2a:Person ;
  rdfs:label "Oscar Ghislain Voituron" ;
  a2a:PersonName [
    rdfs:label "Oscar Ghislain Voituron" ;
    a2a:PersonNameFirstName "Oscar Ghislain" ;
    a2a:PersonNameLastName "Voituron"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "32 jaar" ;
    rdfs:label "32 jaar"
  ] ;
  a2a:Profession "steenhouwer" .

oa:event_gra_4cd24455-7b8d-2973-e6f5-2aab7c28a6fe_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1899" ;
    a2a:Month "12" ;
    a2a:Day "20" ;
    rdfs:label "1899-12-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_4cd24455-7b8d-2973-e6f5-2aab7c28a6fe_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_4cd24455-7b8d-2973-e6f5-2aab7c28a6fe_Person:3121c4c2-dff4-b2e4-805e-12aa69adbb80 ;
  a2a:EventKeyRef oa:event_gra_4cd24455-7b8d-2973-e6f5-2aab7c28a6fe_Event1 .

oa:relationep_gra_4cd24455-7b8d-2973-e6f5-2aab7c28a6fe_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_4cd24455-7b8d-2973-e6f5-2aab7c28a6fe_Person:451017bc-91d7-7f2b-d18a-1b7896a6a7bb ;
  a2a:EventKeyRef oa:event_gra_4cd24455-7b8d-2973-e6f5-2aab7c28a6fe_Event1 .

oa:relationep_gra_4cd24455-7b8d-2973-e6f5-2aab7c28a6fe_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_4cd24455-7b8d-2973-e6f5-2aab7c28a6fe_Person:331ca66c-5f0a-4a06-30da-7eac32542469 ;
  a2a:EventKeyRef oa:event_gra_4cd24455-7b8d-2973-e6f5-2aab7c28a6fe_Event1 .

oa:source_gra_4cd24455-7b8d-2973-e6f5-2aab7c28a6fe
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1899-12-21 - 1899-12-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1899-12-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1899-12-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1899" ;
    a2a:Month "12" ;
    a2a:Day "21" ;
    rdfs:label "1899-12-21"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 157, Periode: 1899" ;
    a2a:Book "Geboorteregister 1899, akte 1580-1796" ;
    a2a:DocumentNumber "1730" ;
    a2a:RegistryNumber "157" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 157, Periode: 1899, Geboorteregister 1899, akte 1580-1796, 1730, 157"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/646512de-2521-42ea-f594-064b11f2bdfc.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/4cd24455-7b8d-2973-e6f5-2aab7c28a6fe" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/646512de-2521-42ea-f594-064b11f2bdfc.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-12-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/4cd24455-7b8d-2973-e6f5-2aab7c28a6fe" ;
  a2a:RecordGUID "{4cd24455-7b8d-2973-e6f5-2aab7c28a6fe}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20230124_13_00000013.xml van GRA" .

