@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_49b3de2c-15f0-ae75-941f-dfc9299a7e9d
  a a2a:Record ;
  rdfs:label "Geboorte op 14 november 1893 te Tange gem. Onstwedde" ;
  a2a:hasPerson oa:person_gra_49b3de2c-15f0-ae75-941f-dfc9299a7e9d_Person-b0d75392-f5e1-d124-c9a7-1f0834c4b139, oa:person_gra_49b3de2c-15f0-ae75-941f-dfc9299a7e9d_Person-3d9352ec-677b-f14c-113e-fadda2a93e68, oa:person_gra_49b3de2c-15f0-ae75-941f-dfc9299a7e9d_Person-c5b742b9-000e-bec8-fdff-102fbc512c8b ;
  a2a:hasEvent oa:event_gra_49b3de2c-15f0-ae75-941f-dfc9299a7e9d_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_49b3de2c-15f0-ae75-941f-dfc9299a7e9d_0, oa:relationep_gra_49b3de2c-15f0-ae75-941f-dfc9299a7e9d_1, oa:relationep_gra_49b3de2c-15f0-ae75-941f-dfc9299a7e9d_2 ;
  a2a:hasSource oa:source_gra_49b3de2c-15f0-ae75-941f-dfc9299a7e9d .

oa:person_gra_49b3de2c-15f0-ae75-941f-dfc9299a7e9d_Person-b0d75392-f5e1-d124-c9a7-1f0834c4b139
  a a2a:Person ;
  rdfs:label "Nantje Hulzebos" ;
  a2a:PersonName [
    rdfs:label "Nantje Hulzebos" ;
    a2a:PersonNameFirstName "Nantje" ;
    a2a:PersonNameLastName "Hulzebos"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_49b3de2c-15f0-ae75-941f-dfc9299a7e9d_Person-3d9352ec-677b-f14c-113e-fadda2a93e68
  a a2a:Person ;
  rdfs:label "Berend Roskamp" ;
  a2a:PersonName [
    rdfs:label "Berend Roskamp" ;
    a2a:PersonNameFirstName "Berend" ;
    a2a:PersonNameLastName "Roskamp"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "31 jaar" ;
    rdfs:label "31 jaar"
  ] ;
  a2a:Profession "arbeider" .

oa:person_gra_49b3de2c-15f0-ae75-941f-dfc9299a7e9d_Person-c5b742b9-000e-bec8-fdff-102fbc512c8b
  a a2a:Person ;
  rdfs:label "Roelf Roskamp" ;
  a2a:PersonName [
    rdfs:label "Roelf Roskamp" ;
    a2a:PersonNameFirstName "Roelf" ;
    a2a:PersonNameLastName "Roskamp"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1893" ;
    a2a:Month "11" ;
    a2a:Day "14" ;
    rdfs:label "1893-11-14"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Tange gem. Onstwedde" ;
    rdfs:label "Tange gem. Onstwedde"
  ] .

oa:event_gra_49b3de2c-15f0-ae75-941f-dfc9299a7e9d_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1893" ;
    a2a:Month "11" ;
    a2a:Day "14" ;
    rdfs:label "1893-11-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tange gem. Onstwedde" ;
    rdfs:label "Tange gem. Onstwedde"
  ] .

oa:relationep_gra_49b3de2c-15f0-ae75-941f-dfc9299a7e9d_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_49b3de2c-15f0-ae75-941f-dfc9299a7e9d_Person:b0d75392-f5e1-d124-c9a7-1f0834c4b139 ;
  a2a:EventKeyRef oa:event_gra_49b3de2c-15f0-ae75-941f-dfc9299a7e9d_Event1 .

oa:relationep_gra_49b3de2c-15f0-ae75-941f-dfc9299a7e9d_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_49b3de2c-15f0-ae75-941f-dfc9299a7e9d_Person:3d9352ec-677b-f14c-113e-fadda2a93e68 ;
  a2a:EventKeyRef oa:event_gra_49b3de2c-15f0-ae75-941f-dfc9299a7e9d_Event1 .

oa:relationep_gra_49b3de2c-15f0-ae75-941f-dfc9299a7e9d_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_49b3de2c-15f0-ae75-941f-dfc9299a7e9d_Person:c5b742b9-000e-bec8-fdff-102fbc512c8b ;
  a2a:EventKeyRef oa:event_gra_49b3de2c-15f0-ae75-941f-dfc9299a7e9d_Event1 .

oa:source_gra_49b3de2c-15f0-ae75-941f-dfc9299a7e9d
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Onstwedde" ;
    rdfs:label "Onstwedde", "1893-11-14 - 1893-11-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1893-11-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1893-11-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1893" ;
    a2a:Month "11" ;
    a2a:Day "14" ;
    rdfs:label "1893-11-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1893" ;
    a2a:Book "Geboorteregister 1893" ;
    a2a:DocumentNumber "336" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1893, Geboorteregister 1893, 336"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/719a0934-5b44-fd27-9f52-54fabba60cb4.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/49b3de2c-15f0-ae75-941f-dfc9299a7e9d" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/719a0934-5b44-fd27-9f52-54fabba60cb4.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/49b3de2c-15f0-ae75-941f-dfc9299a7e9d" ;
  a2a:RecordGUID "{49b3de2c-15f0-ae75-941f-dfc9299a7e9d}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_7833_00007833.xml van GRA" .

