@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_3e4f5e2c-facd-a2f0-a6c5-0c8ee5552f0b
  a a2a:Record ;
  rdfs:label "Geboorte op 25 juli 1882 te Wildervank" ;
  a2a:hasPerson oa:person_gra_3e4f5e2c-facd-a2f0-a6c5-0c8ee5552f0b_Person-d0e4f7e0-1770-7a95-4df3-d8b416d041de, oa:person_gra_3e4f5e2c-facd-a2f0-a6c5-0c8ee5552f0b_Person-588a9b8d-fc02-ef6b-30da-7325b51f9f47, oa:person_gra_3e4f5e2c-facd-a2f0-a6c5-0c8ee5552f0b_Person-c1022812-a2b2-f599-013b-29fd0c3cf1e4 ;
  a2a:hasEvent oa:event_gra_3e4f5e2c-facd-a2f0-a6c5-0c8ee5552f0b_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_3e4f5e2c-facd-a2f0-a6c5-0c8ee5552f0b_0, oa:relationep_gra_3e4f5e2c-facd-a2f0-a6c5-0c8ee5552f0b_1, oa:relationep_gra_3e4f5e2c-facd-a2f0-a6c5-0c8ee5552f0b_2 ;
  a2a:hasSource oa:source_gra_3e4f5e2c-facd-a2f0-a6c5-0c8ee5552f0b .

oa:person_gra_3e4f5e2c-facd-a2f0-a6c5-0c8ee5552f0b_Person-d0e4f7e0-1770-7a95-4df3-d8b416d041de
  a a2a:Person ;
  rdfs:label "Maria Westers" ;
  a2a:PersonName [
    rdfs:label "Maria Westers" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Westers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_3e4f5e2c-facd-a2f0-a6c5-0c8ee5552f0b_Person-588a9b8d-fc02-ef6b-30da-7325b51f9f47
  a a2a:Person ;
  rdfs:label "Berend Forsten" ;
  a2a:PersonName [
    rdfs:label "Berend Forsten" ;
    a2a:PersonNameFirstName "Berend" ;
    a2a:PersonNameLastName "Forsten"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "40 jaar" ;
    rdfs:label "40 jaar"
  ] ;
  a2a:Profession "arbeider" .

oa:person_gra_3e4f5e2c-facd-a2f0-a6c5-0c8ee5552f0b_Person-c1022812-a2b2-f599-013b-29fd0c3cf1e4
  a a2a:Person ;
  rdfs:label "Harm Forsten" ;
  a2a:PersonName [
    rdfs:label "Harm Forsten" ;
    a2a:PersonNameFirstName "Harm" ;
    a2a:PersonNameLastName "Forsten"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1882" ;
    a2a:Month "7" ;
    a2a:Day "25" ;
    rdfs:label "1882-07-25"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Wildervank" ;
    rdfs:label "Wildervank"
  ] .

oa:event_gra_3e4f5e2c-facd-a2f0-a6c5-0c8ee5552f0b_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1882" ;
    a2a:Month "7" ;
    a2a:Day "25" ;
    rdfs:label "1882-07-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wildervank" ;
    rdfs:label "Wildervank"
  ] .

oa:relationep_gra_3e4f5e2c-facd-a2f0-a6c5-0c8ee5552f0b_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_3e4f5e2c-facd-a2f0-a6c5-0c8ee5552f0b_Person:d0e4f7e0-1770-7a95-4df3-d8b416d041de ;
  a2a:EventKeyRef oa:event_gra_3e4f5e2c-facd-a2f0-a6c5-0c8ee5552f0b_Event1 .

oa:relationep_gra_3e4f5e2c-facd-a2f0-a6c5-0c8ee5552f0b_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_3e4f5e2c-facd-a2f0-a6c5-0c8ee5552f0b_Person:588a9b8d-fc02-ef6b-30da-7325b51f9f47 ;
  a2a:EventKeyRef oa:event_gra_3e4f5e2c-facd-a2f0-a6c5-0c8ee5552f0b_Event1 .

oa:relationep_gra_3e4f5e2c-facd-a2f0-a6c5-0c8ee5552f0b_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_3e4f5e2c-facd-a2f0-a6c5-0c8ee5552f0b_Person:c1022812-a2b2-f599-013b-29fd0c3cf1e4 ;
  a2a:EventKeyRef oa:event_gra_3e4f5e2c-facd-a2f0-a6c5-0c8ee5552f0b_Event1 .

oa:source_gra_3e4f5e2c-facd-a2f0-a6c5-0c8ee5552f0b
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Wildervank" ;
    rdfs:label "Wildervank", "1882-07-27 - 1882-07-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1882-07-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1882-07-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1882" ;
    a2a:Month "7" ;
    a2a:Day "27" ;
    rdfs:label "1882-07-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1882" ;
    a2a:Book "Geboorteregister 1882" ;
    a2a:DocumentNumber "146" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1882, Geboorteregister 1882, 146"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/93da2f2d-6777-7435-8ec4-7ce4ad5d5b53.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/3e4f5e2c-facd-a2f0-a6c5-0c8ee5552f0b" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/93da2f2d-6777-7435-8ec4-7ce4ad5d5b53.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/3e4f5e2c-facd-a2f0-a6c5-0c8ee5552f0b" ;
  a2a:RecordGUID "{3e4f5e2c-facd-a2f0-a6c5-0c8ee5552f0b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_5026_00005026.xml van GRA" .

