@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_c2e4aae7-e934-17d2-47ba-2a10f8a3e0f1
  a a2a:Record ;
  rdfs:label "Geboorte op 24 mei 1858 te Groningen" ;
  a2a:hasPerson oa:person_gra_c2e4aae7-e934-17d2-47ba-2a10f8a3e0f1_Person-8be55554-2176-59e6-720b-24f2b7c0ce04, oa:person_gra_c2e4aae7-e934-17d2-47ba-2a10f8a3e0f1_Person-4e230031-20e5-94a1-e3f1-0f9158cdb5d2, oa:person_gra_c2e4aae7-e934-17d2-47ba-2a10f8a3e0f1_Person-8cba9771-b2f7-aa5c-44e0-eac68de6a17d ;
  a2a:hasEvent oa:event_gra_c2e4aae7-e934-17d2-47ba-2a10f8a3e0f1_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_c2e4aae7-e934-17d2-47ba-2a10f8a3e0f1_0, oa:relationep_gra_c2e4aae7-e934-17d2-47ba-2a10f8a3e0f1_1, oa:relationep_gra_c2e4aae7-e934-17d2-47ba-2a10f8a3e0f1_2 ;
  a2a:hasSource oa:source_gra_c2e4aae7-e934-17d2-47ba-2a10f8a3e0f1 .

oa:person_gra_c2e4aae7-e934-17d2-47ba-2a10f8a3e0f1_Person-8be55554-2176-59e6-720b-24f2b7c0ce04
  a a2a:Person ;
  rdfs:label "Willemina Fokkens" ;
  a2a:PersonName [
    rdfs:label "Willemina Fokkens" ;
    a2a:PersonNameFirstName "Willemina" ;
    a2a:PersonNameLastName "Fokkens"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "41 jaar" ;
    rdfs:label "41 jaar"
  ] .

oa:person_gra_c2e4aae7-e934-17d2-47ba-2a10f8a3e0f1_Person-4e230031-20e5-94a1-e3f1-0f9158cdb5d2
  a a2a:Person ;
  rdfs:label "Geziena Christina Huitzingh" ;
  a2a:PersonName [
    rdfs:label "Geziena Christina Huitzingh" ;
    a2a:PersonNameFirstName "Geziena Christina" ;
    a2a:PersonNameLastName "Huitzingh"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1858" ;
    a2a:Month "5" ;
    a2a:Day "24" ;
    rdfs:label "1858-05-24"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:person_gra_c2e4aae7-e934-17d2-47ba-2a10f8a3e0f1_Person-8cba9771-b2f7-aa5c-44e0-eac68de6a17d
  a a2a:Person ;
  rdfs:label "Eltjo Alberts Huitzingh" ;
  a2a:PersonName [
    rdfs:label "Eltjo Alberts Huitzingh" ;
    a2a:PersonNameFirstName "Eltjo Alberts" ;
    a2a:PersonNameLastName "Huitzingh"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "47 jaar" ;
    rdfs:label "47 jaar"
  ] ;
  a2a:Profession "broodbakker" .

oa:event_gra_c2e4aae7-e934-17d2-47ba-2a10f8a3e0f1_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1858" ;
    a2a:Month "5" ;
    a2a:Day "24" ;
    rdfs:label "1858-05-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_c2e4aae7-e934-17d2-47ba-2a10f8a3e0f1_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_c2e4aae7-e934-17d2-47ba-2a10f8a3e0f1_Person:8be55554-2176-59e6-720b-24f2b7c0ce04 ;
  a2a:EventKeyRef oa:event_gra_c2e4aae7-e934-17d2-47ba-2a10f8a3e0f1_Event1 .

oa:relationep_gra_c2e4aae7-e934-17d2-47ba-2a10f8a3e0f1_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_c2e4aae7-e934-17d2-47ba-2a10f8a3e0f1_Person:4e230031-20e5-94a1-e3f1-0f9158cdb5d2 ;
  a2a:EventKeyRef oa:event_gra_c2e4aae7-e934-17d2-47ba-2a10f8a3e0f1_Event1 .

oa:relationep_gra_c2e4aae7-e934-17d2-47ba-2a10f8a3e0f1_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_c2e4aae7-e934-17d2-47ba-2a10f8a3e0f1_Person:8cba9771-b2f7-aa5c-44e0-eac68de6a17d ;
  a2a:EventKeyRef oa:event_gra_c2e4aae7-e934-17d2-47ba-2a10f8a3e0f1_Event1 .

oa:source_gra_c2e4aae7-e934-17d2-47ba-2a10f8a3e0f1
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1858-05-26 - 1858-05-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1858-05-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1858-05-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1858" ;
    a2a:Month "5" ;
    a2a:Day "26" ;
    rdfs:label "1858-05-26"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1858" ;
    a2a:Book "Geboorteregister 1858" ;
    a2a:DocumentNumber "462" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1858, Geboorteregister 1858, 462"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/3e9ce0b4-5967-8473-a16c-3c9a57eb4f97.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/c2e4aae7-e934-17d2-47ba-2a10f8a3e0f1" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/3e9ce0b4-5967-8473-a16c-3c9a57eb4f97.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/f8cf8a4f-fd91-d2f6-4417-3198a28bcd20.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/c2e4aae7-e934-17d2-47ba-2a10f8a3e0f1" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/f8cf8a4f-fd91-d2f6-4417-3198a28bcd20.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/c2e4aae7-e934-17d2-47ba-2a10f8a3e0f1" ;
  a2a:RecordGUID "{c2e4aae7-e934-17d2-47ba-2a10f8a3e0f1}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_9388_00009388.xml van GRA" .

