@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_f4389873-86f2-7a42-e2ea-48a5e7620c82
  a a2a:Record ;
  rdfs:label "Geboorte op 15 januari 1836 te Haren" ;
  a2a:hasPerson oa:person_gra_f4389873-86f2-7a42-e2ea-48a5e7620c82_Person-a7718920-47f7-fa18-38b2-2448880556d6, oa:person_gra_f4389873-86f2-7a42-e2ea-48a5e7620c82_Person-b31eb240-c46c-a444-5484-81fb9424a55d, oa:person_gra_f4389873-86f2-7a42-e2ea-48a5e7620c82_Person-cfba8b9a-783b-b351-ff2d-2f12fd8efaf4 ;
  a2a:hasEvent oa:event_gra_f4389873-86f2-7a42-e2ea-48a5e7620c82_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_f4389873-86f2-7a42-e2ea-48a5e7620c82_0, oa:relationep_gra_f4389873-86f2-7a42-e2ea-48a5e7620c82_1, oa:relationep_gra_f4389873-86f2-7a42-e2ea-48a5e7620c82_2 ;
  a2a:hasSource oa:source_gra_f4389873-86f2-7a42-e2ea-48a5e7620c82 .

oa:person_gra_f4389873-86f2-7a42-e2ea-48a5e7620c82_Person-a7718920-47f7-fa18-38b2-2448880556d6
  a a2a:Person ;
  rdfs:label "Roelfje Meijer" ;
  a2a:PersonName [
    rdfs:label "Roelfje Meijer" ;
    a2a:PersonNameFirstName "Roelfje" ;
    a2a:PersonNameLastName "Meijer"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "38 jaar" ;
    rdfs:label "38 jaar"
  ] .

oa:person_gra_f4389873-86f2-7a42-e2ea-48a5e7620c82_Person-b31eb240-c46c-a444-5484-81fb9424a55d
  a a2a:Person ;
  rdfs:label "Albert Heuving" ;
  a2a:PersonName [
    rdfs:label "Albert Heuving" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNameLastName "Heuving"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "40 jaar" ;
    rdfs:label "40 jaar"
  ] ;
  a2a:Profession "arbeider" .

oa:person_gra_f4389873-86f2-7a42-e2ea-48a5e7620c82_Person-cfba8b9a-783b-b351-ff2d-2f12fd8efaf4
  a a2a:Person ;
  rdfs:label "Grietje Heuving" ;
  a2a:PersonName [
    rdfs:label "Grietje Heuving" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNameLastName "Heuving"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1836" ;
    a2a:Month "1" ;
    a2a:Day "15" ;
    rdfs:label "1836-01-15"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Haren" ;
    rdfs:label "Haren"
  ] .

oa:event_gra_f4389873-86f2-7a42-e2ea-48a5e7620c82_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1836" ;
    a2a:Month "1" ;
    a2a:Day "15" ;
    rdfs:label "1836-01-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Haren" ;
    rdfs:label "Haren"
  ] .

oa:relationep_gra_f4389873-86f2-7a42-e2ea-48a5e7620c82_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_f4389873-86f2-7a42-e2ea-48a5e7620c82_Person:a7718920-47f7-fa18-38b2-2448880556d6 ;
  a2a:EventKeyRef oa:event_gra_f4389873-86f2-7a42-e2ea-48a5e7620c82_Event1 .

oa:relationep_gra_f4389873-86f2-7a42-e2ea-48a5e7620c82_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_f4389873-86f2-7a42-e2ea-48a5e7620c82_Person:b31eb240-c46c-a444-5484-81fb9424a55d ;
  a2a:EventKeyRef oa:event_gra_f4389873-86f2-7a42-e2ea-48a5e7620c82_Event1 .

oa:relationep_gra_f4389873-86f2-7a42-e2ea-48a5e7620c82_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_f4389873-86f2-7a42-e2ea-48a5e7620c82_Person:cfba8b9a-783b-b351-ff2d-2f12fd8efaf4 ;
  a2a:EventKeyRef oa:event_gra_f4389873-86f2-7a42-e2ea-48a5e7620c82_Event1 .

oa:source_gra_f4389873-86f2-7a42-e2ea-48a5e7620c82
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Haren" ;
    rdfs:label "Haren", "1836-01-20 - 1836-01-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1836-01-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1836-01-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1836" ;
    a2a:Month "1" ;
    a2a:Day "20" ;
    rdfs:label "1836-01-20"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1836" ;
    a2a:Book "Geboorteregister 1836" ;
    a2a:DocumentNumber "4" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1836, Geboorteregister 1836, 4"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/bc807352-fc75-bf6b-0290-439b445908c0.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/f4389873-86f2-7a42-e2ea-48a5e7620c82" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/bc807352-fc75-bf6b-0290-439b445908c0.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/f4389873-86f2-7a42-e2ea-48a5e7620c82" ;
  a2a:RecordGUID "{f4389873-86f2-7a42-e2ea-48a5e7620c82}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_9067_00009067.xml van GRA" .

