@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_0f90f392-8f72-59f5-a3b7-e251dcc4259a
  a a2a:Record ;
  rdfs:label "Geboorte op 13 maart 1840 te Borgercompagnie gem. Veendam" ;
  a2a:hasPerson oa:person_gra_0f90f392-8f72-59f5-a3b7-e251dcc4259a_Person-24ff32eb-097f-e1aa-8863-238a838fb128, oa:person_gra_0f90f392-8f72-59f5-a3b7-e251dcc4259a_Person-6ad818f5-d614-2c83-ad00-7420b6d2f841, oa:person_gra_0f90f392-8f72-59f5-a3b7-e251dcc4259a_Person-0732e63d-41d6-b653-7c2a-6491ef1b3abd ;
  a2a:hasEvent oa:event_gra_0f90f392-8f72-59f5-a3b7-e251dcc4259a_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_0f90f392-8f72-59f5-a3b7-e251dcc4259a_0, oa:relationep_gra_0f90f392-8f72-59f5-a3b7-e251dcc4259a_1, oa:relationep_gra_0f90f392-8f72-59f5-a3b7-e251dcc4259a_2 ;
  a2a:hasSource oa:source_gra_0f90f392-8f72-59f5-a3b7-e251dcc4259a .

oa:person_gra_0f90f392-8f72-59f5-a3b7-e251dcc4259a_Person-24ff32eb-097f-e1aa-8863-238a838fb128
  a a2a:Person ;
  rdfs:label "Aaltje Jans Drenth" ;
  a2a:PersonName [
    rdfs:label "Aaltje Jans Drenth" ;
    a2a:PersonNameFirstName "Aaltje Jans" ;
    a2a:PersonNameLastName "Drenth"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_0f90f392-8f72-59f5-a3b7-e251dcc4259a_Person-6ad818f5-d614-2c83-ad00-7420b6d2f841
  a a2a:Person ;
  rdfs:label "Trijntje Wollerich" ;
  a2a:PersonName [
    rdfs:label "Trijntje Wollerich" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNameLastName "Wollerich"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1840" ;
    a2a:Month "3" ;
    a2a:Day "13" ;
    rdfs:label "1840-03-13"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Borgercompagnie gem. Veendam" ;
    rdfs:label "Borgercompagnie gem. Veendam"
  ] .

oa:person_gra_0f90f392-8f72-59f5-a3b7-e251dcc4259a_Person-0732e63d-41d6-b653-7c2a-6491ef1b3abd
  a a2a:Person ;
  rdfs:label "Jakob Harms Wollerich" ;
  a2a:PersonName [
    rdfs:label "Jakob Harms Wollerich" ;
    a2a:PersonNameFirstName "Jakob Harms" ;
    a2a:PersonNameLastName "Wollerich"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "25 jaar" ;
    rdfs:label "25 jaar"
  ] ;
  a2a:Profession "landbouwer" .

oa:event_gra_0f90f392-8f72-59f5-a3b7-e251dcc4259a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1840" ;
    a2a:Month "3" ;
    a2a:Day "13" ;
    rdfs:label "1840-03-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Borgercompagnie gem. Veendam" ;
    rdfs:label "Borgercompagnie gem. Veendam"
  ] .

oa:relationep_gra_0f90f392-8f72-59f5-a3b7-e251dcc4259a_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_0f90f392-8f72-59f5-a3b7-e251dcc4259a_Person:24ff32eb-097f-e1aa-8863-238a838fb128 ;
  a2a:EventKeyRef oa:event_gra_0f90f392-8f72-59f5-a3b7-e251dcc4259a_Event1 .

oa:relationep_gra_0f90f392-8f72-59f5-a3b7-e251dcc4259a_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_0f90f392-8f72-59f5-a3b7-e251dcc4259a_Person:6ad818f5-d614-2c83-ad00-7420b6d2f841 ;
  a2a:EventKeyRef oa:event_gra_0f90f392-8f72-59f5-a3b7-e251dcc4259a_Event1 .

oa:relationep_gra_0f90f392-8f72-59f5-a3b7-e251dcc4259a_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_0f90f392-8f72-59f5-a3b7-e251dcc4259a_Person:0732e63d-41d6-b653-7c2a-6491ef1b3abd ;
  a2a:EventKeyRef oa:event_gra_0f90f392-8f72-59f5-a3b7-e251dcc4259a_Event1 .

oa:source_gra_0f90f392-8f72-59f5-a3b7-e251dcc4259a
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Veendam" ;
    rdfs:label "Veendam", "1840-03-14 - 1840-03-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1840-03-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1840-03-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1840" ;
    a2a:Month "3" ;
    a2a:Day "14" ;
    rdfs:label "1840-03-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1840" ;
    a2a:Book "Geboorteregister 1840" ;
    a2a:DocumentNumber "48" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1840, Geboorteregister 1840, 48"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/d18fc1e4-6480-b8e8-bb92-457a0233ccf2.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/0f90f392-8f72-59f5-a3b7-e251dcc4259a" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/d18fc1e4-6480-b8e8-bb92-457a0233ccf2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/0f90f392-8f72-59f5-a3b7-e251dcc4259a" ;
  a2a:RecordGUID "{0f90f392-8f72-59f5-a3b7-e251dcc4259a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_7281_00007281.xml van GRA" .

