@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_23037eec-2026-fb76-e6e5-0f830bcfc0bc
  a a2a:Record ;
  rdfs:label "Geboorte op 11 oktober 1844 te Groningen" ;
  a2a:hasPerson oa:person_gra_23037eec-2026-fb76-e6e5-0f830bcfc0bc_Person-4fe83e78-5568-a39e-717d-b90f9b3afa42, oa:person_gra_23037eec-2026-fb76-e6e5-0f830bcfc0bc_Person-85f4052d-8b3e-ae1f-0995-9075349984fb, oa:person_gra_23037eec-2026-fb76-e6e5-0f830bcfc0bc_Person-4400bf45-ffcf-b591-ad28-328215780fc4 ;
  a2a:hasEvent oa:event_gra_23037eec-2026-fb76-e6e5-0f830bcfc0bc_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_23037eec-2026-fb76-e6e5-0f830bcfc0bc_0, oa:relationep_gra_23037eec-2026-fb76-e6e5-0f830bcfc0bc_1, oa:relationep_gra_23037eec-2026-fb76-e6e5-0f830bcfc0bc_2 ;
  a2a:hasSource oa:source_gra_23037eec-2026-fb76-e6e5-0f830bcfc0bc .

oa:person_gra_23037eec-2026-fb76-e6e5-0f830bcfc0bc_Person-4fe83e78-5568-a39e-717d-b90f9b3afa42
  a a2a:Person ;
  rdfs:label "Samuel Eerelman" ;
  a2a:PersonName [
    rdfs:label "Samuel Eerelman" ;
    a2a:PersonNameFirstName "Samuel" ;
    a2a:PersonNameLastName "Eerelman"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "49 jaar" ;
    rdfs:label "49 jaar"
  ] ;
  a2a:Profession "bediende" .

oa:person_gra_23037eec-2026-fb76-e6e5-0f830bcfc0bc_Person-85f4052d-8b3e-ae1f-0995-9075349984fb
  a a2a:Person ;
  rdfs:label "Willemtje Samuels" ;
  a2a:PersonName [
    rdfs:label "Willemtje Samuels" ;
    a2a:PersonNameFirstName "Willemtje" ;
    a2a:PersonNameLastName "Samuels"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "42 jaar" ;
    rdfs:label "42 jaar"
  ] .

oa:person_gra_23037eec-2026-fb76-e6e5-0f830bcfc0bc_Person-4400bf45-ffcf-b591-ad28-328215780fc4
  a a2a:Person ;
  rdfs:label "Alida Eerelman" ;
  a2a:PersonName [
    rdfs:label "Alida Eerelman" ;
    a2a:PersonNameFirstName "Alida" ;
    a2a:PersonNameLastName "Eerelman"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1844" ;
    a2a:Month "10" ;
    a2a:Day "11" ;
    rdfs:label "1844-10-11"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:event_gra_23037eec-2026-fb76-e6e5-0f830bcfc0bc_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1844" ;
    a2a:Month "10" ;
    a2a:Day "11" ;
    rdfs:label "1844-10-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_23037eec-2026-fb76-e6e5-0f830bcfc0bc_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_23037eec-2026-fb76-e6e5-0f830bcfc0bc_Person:4fe83e78-5568-a39e-717d-b90f9b3afa42 ;
  a2a:EventKeyRef oa:event_gra_23037eec-2026-fb76-e6e5-0f830bcfc0bc_Event1 .

oa:relationep_gra_23037eec-2026-fb76-e6e5-0f830bcfc0bc_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_23037eec-2026-fb76-e6e5-0f830bcfc0bc_Person:85f4052d-8b3e-ae1f-0995-9075349984fb ;
  a2a:EventKeyRef oa:event_gra_23037eec-2026-fb76-e6e5-0f830bcfc0bc_Event1 .

oa:relationep_gra_23037eec-2026-fb76-e6e5-0f830bcfc0bc_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_23037eec-2026-fb76-e6e5-0f830bcfc0bc_Person:4400bf45-ffcf-b591-ad28-328215780fc4 ;
  a2a:EventKeyRef oa:event_gra_23037eec-2026-fb76-e6e5-0f830bcfc0bc_Event1 .

oa:source_gra_23037eec-2026-fb76-e6e5-0f830bcfc0bc
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1844-10-12 - 1844-10-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1844-10-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1844-10-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1844" ;
    a2a:Month "10" ;
    a2a:Day "12" ;
    rdfs:label "1844-10-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1844" ;
    a2a:Book "Geboorteregister 1844" ;
    a2a:DocumentNumber "935" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1844, Geboorteregister 1844, 935"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/58e03328-a14f-20e7-9d04-116c7d3771fa.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/23037eec-2026-fb76-e6e5-0f830bcfc0bc" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/58e03328-a14f-20e7-9d04-116c7d3771fa.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/d2fbaf85-63d1-b577-8097-39154d33b435.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/23037eec-2026-fb76-e6e5-0f830bcfc0bc" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/d2fbaf85-63d1-b577-8097-39154d33b435.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/23037eec-2026-fb76-e6e5-0f830bcfc0bc" ;
  a2a:RecordGUID "{23037eec-2026-fb76-e6e5-0f830bcfc0bc}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_6342_00006342.xml van GRA" .

