@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_602ba3d0-d556-3e4f-a4ff-c6c2cf65be7a
  a a2a:Record ;
  rdfs:label "Geboorte op 20 september 1821 te Stadskanaal gem. Onstwedde" ;
  a2a:hasPerson oa:person_gra_602ba3d0-d556-3e4f-a4ff-c6c2cf65be7a_Person-d62314ac-de10-3f6d-ba3a-c803e9105111, oa:person_gra_602ba3d0-d556-3e4f-a4ff-c6c2cf65be7a_Person-c6f5f8fe-a934-1337-04c4-4a5860e1cdc3, oa:person_gra_602ba3d0-d556-3e4f-a4ff-c6c2cf65be7a_Person-18f32a05-bfa1-1251-6cd8-33fef8a1e196 ;
  a2a:hasEvent oa:event_gra_602ba3d0-d556-3e4f-a4ff-c6c2cf65be7a_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_602ba3d0-d556-3e4f-a4ff-c6c2cf65be7a_0, oa:relationep_gra_602ba3d0-d556-3e4f-a4ff-c6c2cf65be7a_1, oa:relationep_gra_602ba3d0-d556-3e4f-a4ff-c6c2cf65be7a_2 ;
  a2a:hasSource oa:source_gra_602ba3d0-d556-3e4f-a4ff-c6c2cf65be7a .

oa:person_gra_602ba3d0-d556-3e4f-a4ff-c6c2cf65be7a_Person-d62314ac-de10-3f6d-ba3a-c803e9105111
  a a2a:Person ;
  rdfs:label "Baukje Ekkes Zuidema" ;
  a2a:PersonName [
    rdfs:label "Baukje Ekkes Zuidema" ;
    a2a:PersonNameFirstName "Baukje Ekkes" ;
    a2a:PersonNameLastName "Zuidema"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_602ba3d0-d556-3e4f-a4ff-c6c2cf65be7a_Person-c6f5f8fe-a934-1337-04c4-4a5860e1cdc3
  a a2a:Person ;
  rdfs:label "Geert Berents Bots" ;
  a2a:PersonName [
    rdfs:label "Geert Berents Bots" ;
    a2a:PersonNameFirstName "Geert Berents" ;
    a2a:PersonNameLastName "Bots"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "31 jaar" ;
    rdfs:label "31 jaar"
  ] ;
  a2a:Profession "arbeider" .

oa:person_gra_602ba3d0-d556-3e4f-a4ff-c6c2cf65be7a_Person-18f32a05-bfa1-1251-6cd8-33fef8a1e196
  a a2a:Person ;
  rdfs:label "Gepke Bots" ;
  a2a:PersonName [
    rdfs:label "Gepke Bots" ;
    a2a:PersonNameFirstName "Gepke" ;
    a2a:PersonNameLastName "Bots"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1821" ;
    a2a:Month "9" ;
    a2a:Day "20" ;
    rdfs:label "1821-09-20"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Stadskanaal gem. Onstwedde" ;
    rdfs:label "Stadskanaal gem. Onstwedde"
  ] .

oa:event_gra_602ba3d0-d556-3e4f-a4ff-c6c2cf65be7a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1821" ;
    a2a:Month "9" ;
    a2a:Day "20" ;
    rdfs:label "1821-09-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Stadskanaal gem. Onstwedde" ;
    rdfs:label "Stadskanaal gem. Onstwedde"
  ] .

oa:relationep_gra_602ba3d0-d556-3e4f-a4ff-c6c2cf65be7a_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_602ba3d0-d556-3e4f-a4ff-c6c2cf65be7a_Person:d62314ac-de10-3f6d-ba3a-c803e9105111 ;
  a2a:EventKeyRef oa:event_gra_602ba3d0-d556-3e4f-a4ff-c6c2cf65be7a_Event1 .

oa:relationep_gra_602ba3d0-d556-3e4f-a4ff-c6c2cf65be7a_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_602ba3d0-d556-3e4f-a4ff-c6c2cf65be7a_Person:c6f5f8fe-a934-1337-04c4-4a5860e1cdc3 ;
  a2a:EventKeyRef oa:event_gra_602ba3d0-d556-3e4f-a4ff-c6c2cf65be7a_Event1 .

oa:relationep_gra_602ba3d0-d556-3e4f-a4ff-c6c2cf65be7a_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_602ba3d0-d556-3e4f-a4ff-c6c2cf65be7a_Person:18f32a05-bfa1-1251-6cd8-33fef8a1e196 ;
  a2a:EventKeyRef oa:event_gra_602ba3d0-d556-3e4f-a4ff-c6c2cf65be7a_Event1 .

oa:source_gra_602ba3d0-d556-3e4f-a4ff-c6c2cf65be7a
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Onstwedde" ;
    rdfs:label "Onstwedde", "1821-09-21 - 1821-09-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1821-09-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1821-09-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1821" ;
    a2a:Month "9" ;
    a2a:Day "21" ;
    rdfs:label "1821-09-21"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1821" ;
    a2a:Book "Geboorteregister 1821" ;
    a2a:DocumentNumber "32" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1821, Geboorteregister 1821, 32"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/96ce694c-9e6e-e1ac-f5aa-e944d45540c2.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/602ba3d0-d556-3e4f-a4ff-c6c2cf65be7a" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/96ce694c-9e6e-e1ac-f5aa-e944d45540c2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/602ba3d0-d556-3e4f-a4ff-c6c2cf65be7a" ;
  a2a:RecordGUID "{602ba3d0-d556-3e4f-a4ff-c6c2cf65be7a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_6992_00006992.xml van GRA" .

