@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_73ed7abc-3045-f0af-e6b3-defcd3ab0ef6
  a a2a:Record ;
  rdfs:label "Geboorte op 11 februari 1887 te Foxhol gem. Hoogezand" ;
  a2a:hasPerson oa:person_gra_73ed7abc-3045-f0af-e6b3-defcd3ab0ef6_Person-da3b1be9-3bd2-3a8e-3ec3-d5b5191644cf, oa:person_gra_73ed7abc-3045-f0af-e6b3-defcd3ab0ef6_Person-3f7a9dbc-7800-aeac-8aea-5ef3334ec3fa, oa:person_gra_73ed7abc-3045-f0af-e6b3-defcd3ab0ef6_Person-4e4e17ed-601a-5321-4001-06be594e852c ;
  a2a:hasEvent oa:event_gra_73ed7abc-3045-f0af-e6b3-defcd3ab0ef6_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_73ed7abc-3045-f0af-e6b3-defcd3ab0ef6_0, oa:relationep_gra_73ed7abc-3045-f0af-e6b3-defcd3ab0ef6_1, oa:relationep_gra_73ed7abc-3045-f0af-e6b3-defcd3ab0ef6_2 ;
  a2a:hasSource oa:source_gra_73ed7abc-3045-f0af-e6b3-defcd3ab0ef6 .

oa:person_gra_73ed7abc-3045-f0af-e6b3-defcd3ab0ef6_Person-da3b1be9-3bd2-3a8e-3ec3-d5b5191644cf
  a a2a:Person ;
  rdfs:label "Poppo Lammers" ;
  a2a:PersonName [
    rdfs:label "Poppo Lammers" ;
    a2a:PersonNameFirstName "Poppo" ;
    a2a:PersonNameLastName "Lammers"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "21 jaar" ;
    rdfs:label "21 jaar"
  ] ;
  a2a:Profession "huisverver" .

oa:person_gra_73ed7abc-3045-f0af-e6b3-defcd3ab0ef6_Person-3f7a9dbc-7800-aeac-8aea-5ef3334ec3fa
  a a2a:Person ;
  rdfs:label "Hinderina Bentum" ;
  a2a:PersonName [
    rdfs:label "Hinderina Bentum" ;
    a2a:PersonNameFirstName "Hinderina" ;
    a2a:PersonNameLastName "Bentum"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_73ed7abc-3045-f0af-e6b3-defcd3ab0ef6_Person-4e4e17ed-601a-5321-4001-06be594e852c
  a a2a:Person ;
  rdfs:label "Frouktje Lammers" ;
  a2a:PersonName [
    rdfs:label "Frouktje Lammers" ;
    a2a:PersonNameFirstName "Frouktje" ;
    a2a:PersonNameLastName "Lammers"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1887" ;
    a2a:Month "2" ;
    a2a:Day "11" ;
    rdfs:label "1887-02-11"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Foxhol gem. Hoogezand" ;
    rdfs:label "Foxhol gem. Hoogezand"
  ] .

oa:event_gra_73ed7abc-3045-f0af-e6b3-defcd3ab0ef6_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1887" ;
    a2a:Month "2" ;
    a2a:Day "11" ;
    rdfs:label "1887-02-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Foxhol gem. Hoogezand" ;
    rdfs:label "Foxhol gem. Hoogezand"
  ] .

oa:relationep_gra_73ed7abc-3045-f0af-e6b3-defcd3ab0ef6_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_73ed7abc-3045-f0af-e6b3-defcd3ab0ef6_Person:da3b1be9-3bd2-3a8e-3ec3-d5b5191644cf ;
  a2a:EventKeyRef oa:event_gra_73ed7abc-3045-f0af-e6b3-defcd3ab0ef6_Event1 .

oa:relationep_gra_73ed7abc-3045-f0af-e6b3-defcd3ab0ef6_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_73ed7abc-3045-f0af-e6b3-defcd3ab0ef6_Person:3f7a9dbc-7800-aeac-8aea-5ef3334ec3fa ;
  a2a:EventKeyRef oa:event_gra_73ed7abc-3045-f0af-e6b3-defcd3ab0ef6_Event1 .

oa:relationep_gra_73ed7abc-3045-f0af-e6b3-defcd3ab0ef6_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_73ed7abc-3045-f0af-e6b3-defcd3ab0ef6_Person:4e4e17ed-601a-5321-4001-06be594e852c ;
  a2a:EventKeyRef oa:event_gra_73ed7abc-3045-f0af-e6b3-defcd3ab0ef6_Event1 .

oa:source_gra_73ed7abc-3045-f0af-e6b3-defcd3ab0ef6
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Hoogezand" ;
    rdfs:label "Hoogezand", "1887-02-11 - 1887-02-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1887-02-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1887-02-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1887" ;
    a2a:Month "2" ;
    a2a:Day "11" ;
    rdfs:label "1887-02-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1887" ;
    a2a:Book "Geboorteregister 1887" ;
    a2a:DocumentNumber "33" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1887, Geboorteregister 1887, 33"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/8309d899-2bc6-d260-e2a3-37fb4f934cbf.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/73ed7abc-3045-f0af-e6b3-defcd3ab0ef6" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/8309d899-2bc6-d260-e2a3-37fb4f934cbf.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/73ed7abc-3045-f0af-e6b3-defcd3ab0ef6" ;
  a2a:RecordGUID "{73ed7abc-3045-f0af-e6b3-defcd3ab0ef6}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_9740_00009740.xml van GRA" .

