@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_4e93a331-7b86-e699-28e8-32b5b2c13e94
  a a2a:Record ;
  rdfs:label "Geboorte op 15 december 1852 te Delfzijl" ;
  a2a:hasPerson oa:person_gra_4e93a331-7b86-e699-28e8-32b5b2c13e94_Person-6d794d6b-5a36-053c-e292-2b8e98efcfc7, oa:person_gra_4e93a331-7b86-e699-28e8-32b5b2c13e94_Person-0d83e40f-93e1-0231-f11c-b3d36df0c7e2, oa:person_gra_4e93a331-7b86-e699-28e8-32b5b2c13e94_Person-7f2d109f-4c94-53b1-390b-b40c86d2275b ;
  a2a:hasEvent oa:event_gra_4e93a331-7b86-e699-28e8-32b5b2c13e94_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_4e93a331-7b86-e699-28e8-32b5b2c13e94_0, oa:relationep_gra_4e93a331-7b86-e699-28e8-32b5b2c13e94_1, oa:relationep_gra_4e93a331-7b86-e699-28e8-32b5b2c13e94_2 ;
  a2a:hasSource oa:source_gra_4e93a331-7b86-e699-28e8-32b5b2c13e94 .

oa:person_gra_4e93a331-7b86-e699-28e8-32b5b2c13e94_Person-6d794d6b-5a36-053c-e292-2b8e98efcfc7
  a a2a:Person ;
  rdfs:label "Geert Feikes van Driessum" ;
  a2a:PersonName [
    rdfs:label "Geert Feikes van Driessum" ;
    a2a:PersonNameFirstName "Geert Feikes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Driessum"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "39 jaar" ;
    rdfs:label "39 jaar"
  ] ;
  a2a:Profession "daglooner" .

oa:person_gra_4e93a331-7b86-e699-28e8-32b5b2c13e94_Person-0d83e40f-93e1-0231-f11c-b3d36df0c7e2
  a a2a:Person ;
  rdfs:label "Tiemen van Driessum" ;
  a2a:PersonName [
    rdfs:label "Tiemen van Driessum" ;
    a2a:PersonNameFirstName "Tiemen" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Driessum"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1852" ;
    a2a:Month "12" ;
    a2a:Day "15" ;
    rdfs:label "1852-12-15"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Delfzijl" ;
    rdfs:label "Delfzijl"
  ] .

oa:person_gra_4e93a331-7b86-e699-28e8-32b5b2c13e94_Person-7f2d109f-4c94-53b1-390b-b40c86d2275b
  a a2a:Person ;
  rdfs:label "Johanna Jans Dallinga" ;
  a2a:PersonName [
    rdfs:label "Johanna Jans Dallinga" ;
    a2a:PersonNameFirstName "Johanna Jans" ;
    a2a:PersonNameLastName "Dallinga"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_4e93a331-7b86-e699-28e8-32b5b2c13e94_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1852" ;
    a2a:Month "12" ;
    a2a:Day "15" ;
    rdfs:label "1852-12-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Delfzijl" ;
    rdfs:label "Delfzijl"
  ] .

oa:relationep_gra_4e93a331-7b86-e699-28e8-32b5b2c13e94_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_4e93a331-7b86-e699-28e8-32b5b2c13e94_Person:6d794d6b-5a36-053c-e292-2b8e98efcfc7 ;
  a2a:EventKeyRef oa:event_gra_4e93a331-7b86-e699-28e8-32b5b2c13e94_Event1 .

oa:relationep_gra_4e93a331-7b86-e699-28e8-32b5b2c13e94_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_4e93a331-7b86-e699-28e8-32b5b2c13e94_Person:0d83e40f-93e1-0231-f11c-b3d36df0c7e2 ;
  a2a:EventKeyRef oa:event_gra_4e93a331-7b86-e699-28e8-32b5b2c13e94_Event1 .

oa:relationep_gra_4e93a331-7b86-e699-28e8-32b5b2c13e94_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_4e93a331-7b86-e699-28e8-32b5b2c13e94_Person:7f2d109f-4c94-53b1-390b-b40c86d2275b ;
  a2a:EventKeyRef oa:event_gra_4e93a331-7b86-e699-28e8-32b5b2c13e94_Event1 .

oa:source_gra_4e93a331-7b86-e699-28e8-32b5b2c13e94
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Delfzijl" ;
    rdfs:label "Delfzijl", "1852-12-15 - 1852-12-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1852-12-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1852-12-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1852" ;
    a2a:Month "12" ;
    a2a:Day "15" ;
    rdfs:label "1852-12-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1852" ;
    a2a:Book "Geboorteregister 1852" ;
    a2a:DocumentNumber "132" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1852, Geboorteregister 1852, 132"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/4b3cb13a-c812-d541-6ada-66b70ba1e215.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/4e93a331-7b86-e699-28e8-32b5b2c13e94" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/4b3cb13a-c812-d541-6ada-66b70ba1e215.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/4e93a331-7b86-e699-28e8-32b5b2c13e94" ;
  a2a:RecordGUID "{4e93a331-7b86-e699-28e8-32b5b2c13e94}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_7983_00007983.xml van GRA" .

