@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_0b9befc5-ebe2-d6c4-8804-e00184541566
  a a2a:Record ;
  rdfs:label "Geboorte op 1 juni 1848 te Groningen" ;
  a2a:hasPerson oa:person_gra_0b9befc5-ebe2-d6c4-8804-e00184541566_Person-7f77911e-3817-c4c6-9b87-dfffb5a9a2a2, oa:person_gra_0b9befc5-ebe2-d6c4-8804-e00184541566_Person-320e9927-5316-ddbe-a9bb-bdb1efa5e6a8, oa:person_gra_0b9befc5-ebe2-d6c4-8804-e00184541566_Person-0c375a60-701a-ea29-1e51-d885ae75d480 ;
  a2a:hasEvent oa:event_gra_0b9befc5-ebe2-d6c4-8804-e00184541566_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_0b9befc5-ebe2-d6c4-8804-e00184541566_0, oa:relationep_gra_0b9befc5-ebe2-d6c4-8804-e00184541566_1, oa:relationep_gra_0b9befc5-ebe2-d6c4-8804-e00184541566_2 ;
  a2a:hasSource oa:source_gra_0b9befc5-ebe2-d6c4-8804-e00184541566 .

oa:person_gra_0b9befc5-ebe2-d6c4-8804-e00184541566_Person-7f77911e-3817-c4c6-9b87-dfffb5a9a2a2
  a a2a:Person ;
  rdfs:label "Sara Zuithoff" ;
  a2a:PersonName [
    rdfs:label "Sara Zuithoff" ;
    a2a:PersonNameFirstName "Sara" ;
    a2a:PersonNameLastName "Zuithoff"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "38 jaar" ;
    rdfs:label "38 jaar"
  ] .

oa:person_gra_0b9befc5-ebe2-d6c4-8804-e00184541566_Person-320e9927-5316-ddbe-a9bb-bdb1efa5e6a8
  a a2a:Person ;
  rdfs:label "Arend Geerts Westenborg" ;
  a2a:PersonName [
    rdfs:label "Arend Geerts Westenborg" ;
    a2a:PersonNameFirstName "Arend Geerts" ;
    a2a:PersonNameLastName "Westenborg"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "42 jaar" ;
    rdfs:label "42 jaar"
  ] ;
  a2a:Profession "voerman" .

oa:person_gra_0b9befc5-ebe2-d6c4-8804-e00184541566_Person-0c375a60-701a-ea29-1e51-d885ae75d480
  a a2a:Person ;
  rdfs:label "Elisabeth Westenborg" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Westenborg" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNameLastName "Westenborg"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1848" ;
    a2a:Month "6" ;
    a2a:Day "1" ;
    rdfs:label "1848-06-01"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:event_gra_0b9befc5-ebe2-d6c4-8804-e00184541566_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1848" ;
    a2a:Month "6" ;
    a2a:Day "1" ;
    rdfs:label "1848-06-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_0b9befc5-ebe2-d6c4-8804-e00184541566_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_0b9befc5-ebe2-d6c4-8804-e00184541566_Person:7f77911e-3817-c4c6-9b87-dfffb5a9a2a2 ;
  a2a:EventKeyRef oa:event_gra_0b9befc5-ebe2-d6c4-8804-e00184541566_Event1 .

oa:relationep_gra_0b9befc5-ebe2-d6c4-8804-e00184541566_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_0b9befc5-ebe2-d6c4-8804-e00184541566_Person:320e9927-5316-ddbe-a9bb-bdb1efa5e6a8 ;
  a2a:EventKeyRef oa:event_gra_0b9befc5-ebe2-d6c4-8804-e00184541566_Event1 .

oa:relationep_gra_0b9befc5-ebe2-d6c4-8804-e00184541566_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_0b9befc5-ebe2-d6c4-8804-e00184541566_Person:0c375a60-701a-ea29-1e51-d885ae75d480 ;
  a2a:EventKeyRef oa:event_gra_0b9befc5-ebe2-d6c4-8804-e00184541566_Event1 .

oa:source_gra_0b9befc5-ebe2-d6c4-8804-e00184541566
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1848-06-02 - 1848-06-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1848-06-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1848-06-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1848" ;
    a2a:Month "6" ;
    a2a:Day "2" ;
    rdfs:label "1848-06-02"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1848" ;
    a2a:Book "Geboorteregister 1848" ;
    a2a:DocumentNumber "414" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1848, Geboorteregister 1848, 414"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/15af417d-f0a8-ca78-adb7-2d470747c39c.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/0b9befc5-ebe2-d6c4-8804-e00184541566" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/15af417d-f0a8-ca78-adb7-2d470747c39c.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/61b91dde-36e9-7530-aba6-7d971c71fff6.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/0b9befc5-ebe2-d6c4-8804-e00184541566" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/61b91dde-36e9-7530-aba6-7d971c71fff6.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/0b9befc5-ebe2-d6c4-8804-e00184541566" ;
  a2a:RecordGUID "{0b9befc5-ebe2-d6c4-8804-e00184541566}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_7159_00007159.xml van GRA" .

