@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_02bc66a8-fb2a-e795-2af0-68688261f691
  a a2a:Record ;
  rdfs:label "Geboorte op 21 mei 1848 te Helpman gem. Haren" ;
  a2a:hasPerson oa:person_gra_02bc66a8-fb2a-e795-2af0-68688261f691_Person-e11238d3-80ac-5e38-c666-8335ce3cdd09, oa:person_gra_02bc66a8-fb2a-e795-2af0-68688261f691_Person-678a9495-daf0-e57b-9fa9-af0e39683fae, oa:person_gra_02bc66a8-fb2a-e795-2af0-68688261f691_Person-78d66831-fbb5-790a-640f-ec4b9d3fea97 ;
  a2a:hasEvent oa:event_gra_02bc66a8-fb2a-e795-2af0-68688261f691_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_02bc66a8-fb2a-e795-2af0-68688261f691_0, oa:relationep_gra_02bc66a8-fb2a-e795-2af0-68688261f691_1, oa:relationep_gra_02bc66a8-fb2a-e795-2af0-68688261f691_2 ;
  a2a:hasSource oa:source_gra_02bc66a8-fb2a-e795-2af0-68688261f691 .

oa:person_gra_02bc66a8-fb2a-e795-2af0-68688261f691_Person-e11238d3-80ac-5e38-c666-8335ce3cdd09
  a a2a:Person ;
  rdfs:label "Geert Kwant" ;
  a2a:PersonName [
    rdfs:label "Geert Kwant" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNameLastName "Kwant"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1848" ;
    a2a:Month "5" ;
    a2a:Day "21" ;
    rdfs:label "1848-05-21"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Helpman gem. Haren" ;
    rdfs:label "Helpman gem. Haren"
  ] .

oa:person_gra_02bc66a8-fb2a-e795-2af0-68688261f691_Person-678a9495-daf0-e57b-9fa9-af0e39683fae
  a a2a:Person ;
  rdfs:label "Hindrik Kwant" ;
  a2a:PersonName [
    rdfs:label "Hindrik Kwant" ;
    a2a:PersonNameFirstName "Hindrik" ;
    a2a:PersonNameLastName "Kwant"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "49 jaar" ;
    rdfs:label "49 jaar"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_gra_02bc66a8-fb2a-e795-2af0-68688261f691_Person-78d66831-fbb5-790a-640f-ec4b9d3fea97
  a a2a:Person ;
  rdfs:label "Engeltje Heis" ;
  a2a:PersonName [
    rdfs:label "Engeltje Heis" ;
    a2a:PersonNameFirstName "Engeltje" ;
    a2a:PersonNameLastName "Heis"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_02bc66a8-fb2a-e795-2af0-68688261f691_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1848" ;
    a2a:Month "5" ;
    a2a:Day "21" ;
    rdfs:label "1848-05-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Helpman gem. Haren" ;
    rdfs:label "Helpman gem. Haren"
  ] .

oa:relationep_gra_02bc66a8-fb2a-e795-2af0-68688261f691_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_02bc66a8-fb2a-e795-2af0-68688261f691_Person:e11238d3-80ac-5e38-c666-8335ce3cdd09 ;
  a2a:EventKeyRef oa:event_gra_02bc66a8-fb2a-e795-2af0-68688261f691_Event1 .

oa:relationep_gra_02bc66a8-fb2a-e795-2af0-68688261f691_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_02bc66a8-fb2a-e795-2af0-68688261f691_Person:678a9495-daf0-e57b-9fa9-af0e39683fae ;
  a2a:EventKeyRef oa:event_gra_02bc66a8-fb2a-e795-2af0-68688261f691_Event1 .

oa:relationep_gra_02bc66a8-fb2a-e795-2af0-68688261f691_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_02bc66a8-fb2a-e795-2af0-68688261f691_Person:78d66831-fbb5-790a-640f-ec4b9d3fea97 ;
  a2a:EventKeyRef oa:event_gra_02bc66a8-fb2a-e795-2af0-68688261f691_Event1 .

oa:source_gra_02bc66a8-fb2a-e795-2af0-68688261f691
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Haren" ;
    rdfs:label "Haren", "1848-05-23 - 1848-05-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1848-05-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1848-05-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1848" ;
    a2a:Month "5" ;
    a2a:Day "23" ;
    rdfs:label "1848-05-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1848" ;
    a2a:Book "Geboorteregister 1848" ;
    a2a:DocumentNumber "31" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1848, Geboorteregister 1848, 31"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/6fc0e26f-a25a-f023-6444-e64fa2eb91b7.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/02bc66a8-fb2a-e795-2af0-68688261f691" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/6fc0e26f-a25a-f023-6444-e64fa2eb91b7.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/02bc66a8-fb2a-e795-2af0-68688261f691" ;
  a2a:RecordGUID "{02bc66a8-fb2a-e795-2af0-68688261f691}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_3818_00003818.xml van GRA" .

