@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_1c692aeb-a772-80b6-55de-e6d9f356e12f
  a a2a:Record ;
  rdfs:label "Geboorte op 5 februari 1877 te Midwolda" ;
  a2a:hasPerson oa:person_gra_1c692aeb-a772-80b6-55de-e6d9f356e12f_Person-5a1cbf77-a08b-b146-7002-06387f6b05d8, oa:person_gra_1c692aeb-a772-80b6-55de-e6d9f356e12f_Person-21965584-4c6f-2f66-439c-1a53e100f6de, oa:person_gra_1c692aeb-a772-80b6-55de-e6d9f356e12f_Person-a37299fb-90eb-23dc-c157-2049fdbd4916 ;
  a2a:hasEvent oa:event_gra_1c692aeb-a772-80b6-55de-e6d9f356e12f_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_1c692aeb-a772-80b6-55de-e6d9f356e12f_0, oa:relationep_gra_1c692aeb-a772-80b6-55de-e6d9f356e12f_1, oa:relationep_gra_1c692aeb-a772-80b6-55de-e6d9f356e12f_2 ;
  a2a:hasSource oa:source_gra_1c692aeb-a772-80b6-55de-e6d9f356e12f .

oa:person_gra_1c692aeb-a772-80b6-55de-e6d9f356e12f_Person-5a1cbf77-a08b-b146-7002-06387f6b05d8
  a a2a:Person ;
  rdfs:label "Anje Bont" ;
  a2a:PersonName [
    rdfs:label "Anje Bont" ;
    a2a:PersonNameFirstName "Anje" ;
    a2a:PersonNameLastName "Bont"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_1c692aeb-a772-80b6-55de-e6d9f356e12f_Person-21965584-4c6f-2f66-439c-1a53e100f6de
  a a2a:Person ;
  rdfs:label "Jacob Keizer" ;
  a2a:PersonName [
    rdfs:label "Jacob Keizer" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Keizer"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1877" ;
    a2a:Month "2" ;
    a2a:Day "5" ;
    rdfs:label "1877-02-05"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Midwolda" ;
    rdfs:label "Midwolda"
  ] .

oa:person_gra_1c692aeb-a772-80b6-55de-e6d9f356e12f_Person-a37299fb-90eb-23dc-c157-2049fdbd4916
  a a2a:Person ;
  rdfs:label "Gerrit Keizer" ;
  a2a:PersonName [
    rdfs:label "Gerrit Keizer" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Keizer"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "40 jaar" ;
    rdfs:label "40 jaar"
  ] ;
  a2a:Profession "tapper" .

oa:event_gra_1c692aeb-a772-80b6-55de-e6d9f356e12f_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1877" ;
    a2a:Month "2" ;
    a2a:Day "5" ;
    rdfs:label "1877-02-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Midwolda" ;
    rdfs:label "Midwolda"
  ] .

oa:relationep_gra_1c692aeb-a772-80b6-55de-e6d9f356e12f_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_1c692aeb-a772-80b6-55de-e6d9f356e12f_Person:5a1cbf77-a08b-b146-7002-06387f6b05d8 ;
  a2a:EventKeyRef oa:event_gra_1c692aeb-a772-80b6-55de-e6d9f356e12f_Event1 .

oa:relationep_gra_1c692aeb-a772-80b6-55de-e6d9f356e12f_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_1c692aeb-a772-80b6-55de-e6d9f356e12f_Person:21965584-4c6f-2f66-439c-1a53e100f6de ;
  a2a:EventKeyRef oa:event_gra_1c692aeb-a772-80b6-55de-e6d9f356e12f_Event1 .

oa:relationep_gra_1c692aeb-a772-80b6-55de-e6d9f356e12f_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_1c692aeb-a772-80b6-55de-e6d9f356e12f_Person:a37299fb-90eb-23dc-c157-2049fdbd4916 ;
  a2a:EventKeyRef oa:event_gra_1c692aeb-a772-80b6-55de-e6d9f356e12f_Event1 .

oa:source_gra_1c692aeb-a772-80b6-55de-e6d9f356e12f
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Midwolda" ;
    rdfs:label "Midwolda", "1877-02-05 - 1877-02-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1877-02-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1877-02-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1877" ;
    a2a:Month "2" ;
    a2a:Day "5" ;
    rdfs:label "1877-02-05"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1877" ;
    a2a:Book "Geboorteregister 1877" ;
    a2a:DocumentNumber "15" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1877, Geboorteregister 1877, 15"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/3266380e-8d06-3fe5-c227-88fa5b3b38b2.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/1c692aeb-a772-80b6-55de-e6d9f356e12f" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/3266380e-8d06-3fe5-c227-88fa5b3b38b2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/1c692aeb-a772-80b6-55de-e6d9f356e12f" ;
  a2a:RecordGUID "{1c692aeb-a772-80b6-55de-e6d9f356e12f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_5523_00005523.xml van GRA" .

