@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_b2d3004c-e9a1-1cb4-ddf7-3c3894233bf8
  a a2a:Record ;
  rdfs:label "Geboorte op 7 oktober 1827 te Hoogezand" ;
  a2a:hasPerson oa:person_gra_b2d3004c-e9a1-1cb4-ddf7-3c3894233bf8_Person-580f7d1a-582c-a558-bec1-fc027b8ad191, oa:person_gra_b2d3004c-e9a1-1cb4-ddf7-3c3894233bf8_Person-3f9e7b08-058a-63a5-4e55-e0a6b7d61c22, oa:person_gra_b2d3004c-e9a1-1cb4-ddf7-3c3894233bf8_Person-501d951e-0418-abe9-15bf-80c047ebb6d9 ;
  a2a:hasEvent oa:event_gra_b2d3004c-e9a1-1cb4-ddf7-3c3894233bf8_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_b2d3004c-e9a1-1cb4-ddf7-3c3894233bf8_0, oa:relationep_gra_b2d3004c-e9a1-1cb4-ddf7-3c3894233bf8_1, oa:relationep_gra_b2d3004c-e9a1-1cb4-ddf7-3c3894233bf8_2 ;
  a2a:hasSource oa:source_gra_b2d3004c-e9a1-1cb4-ddf7-3c3894233bf8 .

oa:person_gra_b2d3004c-e9a1-1cb4-ddf7-3c3894233bf8_Person-580f7d1a-582c-a558-bec1-fc027b8ad191
  a a2a:Person ;
  rdfs:label "Roelof Mulder" ;
  a2a:PersonName [
    rdfs:label "Roelof Mulder" ;
    a2a:PersonNameFirstName "Roelof" ;
    a2a:PersonNameLastName "Mulder"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1827" ;
    a2a:Month "10" ;
    a2a:Day "7" ;
    rdfs:label "1827-10-07"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hoogezand" ;
    rdfs:label "Hoogezand"
  ] .

oa:person_gra_b2d3004c-e9a1-1cb4-ddf7-3c3894233bf8_Person-3f9e7b08-058a-63a5-4e55-e0a6b7d61c22
  a a2a:Person ;
  rdfs:label "Jurrien Gerrits Mulder" ;
  a2a:PersonName [
    rdfs:label "Jurrien Gerrits Mulder" ;
    a2a:PersonNameFirstName "Jurrien Gerrits" ;
    a2a:PersonNameLastName "Mulder"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "43 jaar" ;
    rdfs:label "43 jaar"
  ] ;
  a2a:Profession "dagloner" .

oa:person_gra_b2d3004c-e9a1-1cb4-ddf7-3c3894233bf8_Person-501d951e-0418-abe9-15bf-80c047ebb6d9
  a a2a:Person ;
  rdfs:label "Trientje Harms Bosscher" ;
  a2a:PersonName [
    rdfs:label "Trientje Harms Bosscher" ;
    a2a:PersonNameFirstName "Trientje Harms" ;
    a2a:PersonNameLastName "Bosscher"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "33 jaar" ;
    rdfs:label "33 jaar"
  ] .

oa:event_gra_b2d3004c-e9a1-1cb4-ddf7-3c3894233bf8_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1827" ;
    a2a:Month "10" ;
    a2a:Day "7" ;
    rdfs:label "1827-10-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hoogezand" ;
    rdfs:label "Hoogezand"
  ] .

oa:relationep_gra_b2d3004c-e9a1-1cb4-ddf7-3c3894233bf8_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_b2d3004c-e9a1-1cb4-ddf7-3c3894233bf8_Person:580f7d1a-582c-a558-bec1-fc027b8ad191 ;
  a2a:EventKeyRef oa:event_gra_b2d3004c-e9a1-1cb4-ddf7-3c3894233bf8_Event1 .

oa:relationep_gra_b2d3004c-e9a1-1cb4-ddf7-3c3894233bf8_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_b2d3004c-e9a1-1cb4-ddf7-3c3894233bf8_Person:3f9e7b08-058a-63a5-4e55-e0a6b7d61c22 ;
  a2a:EventKeyRef oa:event_gra_b2d3004c-e9a1-1cb4-ddf7-3c3894233bf8_Event1 .

oa:relationep_gra_b2d3004c-e9a1-1cb4-ddf7-3c3894233bf8_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_b2d3004c-e9a1-1cb4-ddf7-3c3894233bf8_Person:501d951e-0418-abe9-15bf-80c047ebb6d9 ;
  a2a:EventKeyRef oa:event_gra_b2d3004c-e9a1-1cb4-ddf7-3c3894233bf8_Event1 .

oa:source_gra_b2d3004c-e9a1-1cb4-ddf7-3c3894233bf8
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Hoogezand" ;
    rdfs:label "Hoogezand", "1827-10-08 - 1827-10-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1827-10-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1827-10-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1827" ;
    a2a:Month "10" ;
    a2a:Day "8" ;
    rdfs:label "1827-10-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1827" ;
    a2a:Book "Geboorteregister 1827" ;
    a2a:DocumentNumber "121a" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1827, Geboorteregister 1827, 121a"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/9011c4a5-65be-9fca-71a9-55a0a1976e61.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/b2d3004c-e9a1-1cb4-ddf7-3c3894233bf8" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/9011c4a5-65be-9fca-71a9-55a0a1976e61.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/b2d3004c-e9a1-1cb4-ddf7-3c3894233bf8" ;
  a2a:RecordGUID "{b2d3004c-e9a1-1cb4-ddf7-3c3894233bf8}" ;
  a2a:SourceRemarkOpmerking "tweeling" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_4911_00004911.xml van GRA" .

