@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_49c5ab7e-155f-bb55-42e6-e8dc55e2a4a5
  a a2a:Record ;
  rdfs:label "Geboorte op 19 december 1888 te Appingedam" ;
  a2a:hasPerson oa:person_gra_49c5ab7e-155f-bb55-42e6-e8dc55e2a4a5_Person-73342ad7-b95a-4f1d-a5e1-b12907b47008, oa:person_gra_49c5ab7e-155f-bb55-42e6-e8dc55e2a4a5_Person-a32aa0cf-06d7-8341-d7c3-fb81ef0c102e, oa:person_gra_49c5ab7e-155f-bb55-42e6-e8dc55e2a4a5_Person-a2aea4e7-a3fa-6944-db26-c601e5967d4c ;
  a2a:hasEvent oa:event_gra_49c5ab7e-155f-bb55-42e6-e8dc55e2a4a5_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_49c5ab7e-155f-bb55-42e6-e8dc55e2a4a5_0, oa:relationep_gra_49c5ab7e-155f-bb55-42e6-e8dc55e2a4a5_1, oa:relationep_gra_49c5ab7e-155f-bb55-42e6-e8dc55e2a4a5_2 ;
  a2a:hasSource oa:source_gra_49c5ab7e-155f-bb55-42e6-e8dc55e2a4a5 .

oa:person_gra_49c5ab7e-155f-bb55-42e6-e8dc55e2a4a5_Person-73342ad7-b95a-4f1d-a5e1-b12907b47008
  a a2a:Person ;
  rdfs:label "Eppo Oosting" ;
  a2a:PersonName [
    rdfs:label "Eppo Oosting" ;
    a2a:PersonNameFirstName "Eppo" ;
    a2a:PersonNameLastName "Oosting"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "31 jaar" ;
    rdfs:label "31 jaar"
  ] ;
  a2a:Profession "bakker" .

oa:person_gra_49c5ab7e-155f-bb55-42e6-e8dc55e2a4a5_Person-a32aa0cf-06d7-8341-d7c3-fb81ef0c102e
  a a2a:Person ;
  rdfs:label "Fokkobina Pieterke Steenhuis" ;
  a2a:PersonName [
    rdfs:label "Fokkobina Pieterke Steenhuis" ;
    a2a:PersonNameFirstName "Fokkobina Pieterke" ;
    a2a:PersonNameLastName "Steenhuis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_49c5ab7e-155f-bb55-42e6-e8dc55e2a4a5_Person-a2aea4e7-a3fa-6944-db26-c601e5967d4c
  a a2a:Person ;
  rdfs:label "Catharina Geertruida Oosting" ;
  a2a:PersonName [
    rdfs:label "Catharina Geertruida Oosting" ;
    a2a:PersonNameFirstName "Catharina Geertruida" ;
    a2a:PersonNameLastName "Oosting"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1888" ;
    a2a:Month "12" ;
    a2a:Day "19" ;
    rdfs:label "1888-12-19"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Appingedam" ;
    rdfs:label "Appingedam"
  ] .

oa:event_gra_49c5ab7e-155f-bb55-42e6-e8dc55e2a4a5_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1888" ;
    a2a:Month "12" ;
    a2a:Day "19" ;
    rdfs:label "1888-12-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Appingedam" ;
    rdfs:label "Appingedam"
  ] .

oa:relationep_gra_49c5ab7e-155f-bb55-42e6-e8dc55e2a4a5_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_49c5ab7e-155f-bb55-42e6-e8dc55e2a4a5_Person:73342ad7-b95a-4f1d-a5e1-b12907b47008 ;
  a2a:EventKeyRef oa:event_gra_49c5ab7e-155f-bb55-42e6-e8dc55e2a4a5_Event1 .

oa:relationep_gra_49c5ab7e-155f-bb55-42e6-e8dc55e2a4a5_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_49c5ab7e-155f-bb55-42e6-e8dc55e2a4a5_Person:a32aa0cf-06d7-8341-d7c3-fb81ef0c102e ;
  a2a:EventKeyRef oa:event_gra_49c5ab7e-155f-bb55-42e6-e8dc55e2a4a5_Event1 .

oa:relationep_gra_49c5ab7e-155f-bb55-42e6-e8dc55e2a4a5_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_49c5ab7e-155f-bb55-42e6-e8dc55e2a4a5_Person:a2aea4e7-a3fa-6944-db26-c601e5967d4c ;
  a2a:EventKeyRef oa:event_gra_49c5ab7e-155f-bb55-42e6-e8dc55e2a4a5_Event1 .

oa:source_gra_49c5ab7e-155f-bb55-42e6-e8dc55e2a4a5
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Appingedam" ;
    rdfs:label "Appingedam", "1888-12-20 - 1888-12-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1888-12-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1888-12-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1888" ;
    a2a:Month "12" ;
    a2a:Day "20" ;
    rdfs:label "1888-12-20"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 30, Periode: 1888" ;
    a2a:Book "Geboorteregister 1888" ;
    a2a:DocumentNumber "125" ;
    a2a:RegistryNumber "30" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 30, Periode: 1888, Geboorteregister 1888, 125, 30"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/1e3a4879-6bd3-e154-8b72-bc1922e08453.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/49c5ab7e-155f-bb55-42e6-e8dc55e2a4a5" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/1e3a4879-6bd3-e154-8b72-bc1922e08453.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/49c5ab7e-155f-bb55-42e6-e8dc55e2a4a5" ;
  a2a:RecordGUID "{49c5ab7e-155f-bb55-42e6-e8dc55e2a4a5}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20230828_119_00000119.xml van GRA" .

