@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_3eedc859-25d2-0f3e-39e9-e67cb35ca757
  a a2a:Record ;
  rdfs:label "Geboorte op 4 juli 1833 te Beerta" ;
  a2a:hasPerson oa:person_gra_3eedc859-25d2-0f3e-39e9-e67cb35ca757_Person-e593c8a0-1b18-d78c-e5d3-cfb94c4f4408, oa:person_gra_3eedc859-25d2-0f3e-39e9-e67cb35ca757_Person-1d2141a6-d720-439e-3ddb-b83de14f3ab3, oa:person_gra_3eedc859-25d2-0f3e-39e9-e67cb35ca757_Person-9a522128-7b80-49a4-c355-43ead57ce4b0 ;
  a2a:hasEvent oa:event_gra_3eedc859-25d2-0f3e-39e9-e67cb35ca757_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_3eedc859-25d2-0f3e-39e9-e67cb35ca757_0, oa:relationep_gra_3eedc859-25d2-0f3e-39e9-e67cb35ca757_1, oa:relationep_gra_3eedc859-25d2-0f3e-39e9-e67cb35ca757_2 ;
  a2a:hasSource oa:source_gra_3eedc859-25d2-0f3e-39e9-e67cb35ca757 .

oa:person_gra_3eedc859-25d2-0f3e-39e9-e67cb35ca757_Person-e593c8a0-1b18-d78c-e5d3-cfb94c4f4408
  a a2a:Person ;
  rdfs:label "Bouwina Jans Meijer" ;
  a2a:PersonName [
    rdfs:label "Bouwina Jans Meijer" ;
    a2a:PersonNameFirstName "Bouwina Jans" ;
    a2a:PersonNameLastName "Meijer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_3eedc859-25d2-0f3e-39e9-e67cb35ca757_Person-1d2141a6-d720-439e-3ddb-b83de14f3ab3
  a a2a:Person ;
  rdfs:label "Tiddo Alberts Edens" ;
  a2a:PersonName [
    rdfs:label "Tiddo Alberts Edens" ;
    a2a:PersonNameFirstName "Tiddo Alberts" ;
    a2a:PersonNameLastName "Edens"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "29 jaar" ;
    rdfs:label "29 jaar"
  ] ;
  a2a:Profession "koopman" .

oa:person_gra_3eedc859-25d2-0f3e-39e9-e67cb35ca757_Person-9a522128-7b80-49a4-c355-43ead57ce4b0
  a a2a:Person ;
  rdfs:label "Anna Edens" ;
  a2a:PersonName [
    rdfs:label "Anna Edens" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Edens"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1833" ;
    a2a:Month "7" ;
    a2a:Day "4" ;
    rdfs:label "1833-07-04"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Beerta" ;
    rdfs:label "Beerta"
  ] .

oa:event_gra_3eedc859-25d2-0f3e-39e9-e67cb35ca757_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1833" ;
    a2a:Month "7" ;
    a2a:Day "4" ;
    rdfs:label "1833-07-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Beerta" ;
    rdfs:label "Beerta"
  ] .

oa:relationep_gra_3eedc859-25d2-0f3e-39e9-e67cb35ca757_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_3eedc859-25d2-0f3e-39e9-e67cb35ca757_Person:e593c8a0-1b18-d78c-e5d3-cfb94c4f4408 ;
  a2a:EventKeyRef oa:event_gra_3eedc859-25d2-0f3e-39e9-e67cb35ca757_Event1 .

oa:relationep_gra_3eedc859-25d2-0f3e-39e9-e67cb35ca757_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_3eedc859-25d2-0f3e-39e9-e67cb35ca757_Person:1d2141a6-d720-439e-3ddb-b83de14f3ab3 ;
  a2a:EventKeyRef oa:event_gra_3eedc859-25d2-0f3e-39e9-e67cb35ca757_Event1 .

oa:relationep_gra_3eedc859-25d2-0f3e-39e9-e67cb35ca757_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_3eedc859-25d2-0f3e-39e9-e67cb35ca757_Person:9a522128-7b80-49a4-c355-43ead57ce4b0 ;
  a2a:EventKeyRef oa:event_gra_3eedc859-25d2-0f3e-39e9-e67cb35ca757_Event1 .

oa:source_gra_3eedc859-25d2-0f3e-39e9-e67cb35ca757
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Beerta" ;
    rdfs:label "Beerta", "1833-07-08 - 1833-07-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1833-07-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1833-07-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1833" ;
    a2a:Month "7" ;
    a2a:Day "8" ;
    rdfs:label "1833-07-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1833" ;
    a2a:Book "Geboorteregister 1833" ;
    a2a:DocumentNumber "50" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1833, Geboorteregister 1833, 50"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/0c1c8542-08b8-eeb9-bd6b-cd2d3dd047cb.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/3eedc859-25d2-0f3e-39e9-e67cb35ca757" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/0c1c8542-08b8-eeb9-bd6b-cd2d3dd047cb.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/3eedc859-25d2-0f3e-39e9-e67cb35ca757" ;
  a2a:RecordGUID "{3eedc859-25d2-0f3e-39e9-e67cb35ca757}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_5045_00005045.xml van GRA" .

