@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_dbee40e4-c0e4-9343-88cf-993c10b0f2ea
  a a2a:Record ;
  rdfs:label "Geboorte op 25 juni 1844 te Bedum" ;
  a2a:hasPerson oa:person_gra_dbee40e4-c0e4-9343-88cf-993c10b0f2ea_Person-3864d7a3-b2ba-dee6-b652-fac6a5acf580, oa:person_gra_dbee40e4-c0e4-9343-88cf-993c10b0f2ea_Person-d7e853a5-2c2e-71fc-72a6-87ff7cc19849, oa:person_gra_dbee40e4-c0e4-9343-88cf-993c10b0f2ea_Person-cc67e20c-3e6b-b277-06f3-fd48c3684600 ;
  a2a:hasEvent oa:event_gra_dbee40e4-c0e4-9343-88cf-993c10b0f2ea_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_dbee40e4-c0e4-9343-88cf-993c10b0f2ea_0, oa:relationep_gra_dbee40e4-c0e4-9343-88cf-993c10b0f2ea_1, oa:relationep_gra_dbee40e4-c0e4-9343-88cf-993c10b0f2ea_2 ;
  a2a:hasSource oa:source_gra_dbee40e4-c0e4-9343-88cf-993c10b0f2ea .

oa:person_gra_dbee40e4-c0e4-9343-88cf-993c10b0f2ea_Person-3864d7a3-b2ba-dee6-b652-fac6a5acf580
  a a2a:Person ;
  rdfs:label "Gerhardus Leber" ;
  a2a:PersonName [
    rdfs:label "Gerhardus Leber" ;
    a2a:PersonNameFirstName "Gerhardus" ;
    a2a:PersonNameLastName "Leber"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "29 jaar" ;
    rdfs:label "29 jaar"
  ] ;
  a2a:Profession "kleedermaker" .

oa:person_gra_dbee40e4-c0e4-9343-88cf-993c10b0f2ea_Person-d7e853a5-2c2e-71fc-72a6-87ff7cc19849
  a a2a:Person ;
  rdfs:label "Catharina Gerharda Bos" ;
  a2a:PersonName [
    rdfs:label "Catharina Gerharda Bos" ;
    a2a:PersonNameFirstName "Catharina Gerharda" ;
    a2a:PersonNameLastName "Bos"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_dbee40e4-c0e4-9343-88cf-993c10b0f2ea_Person-cc67e20c-3e6b-b277-06f3-fd48c3684600
  a a2a:Person ;
  rdfs:label "Francisca Catharina Leber" ;
  a2a:PersonName [
    rdfs:label "Francisca Catharina Leber" ;
    a2a:PersonNameFirstName "Francisca Catharina" ;
    a2a:PersonNameLastName "Leber"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1844" ;
    a2a:Month "6" ;
    a2a:Day "25" ;
    rdfs:label "1844-06-25"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Bedum" ;
    rdfs:label "Bedum"
  ] .

oa:event_gra_dbee40e4-c0e4-9343-88cf-993c10b0f2ea_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1844" ;
    a2a:Month "6" ;
    a2a:Day "25" ;
    rdfs:label "1844-06-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bedum" ;
    rdfs:label "Bedum"
  ] .

oa:relationep_gra_dbee40e4-c0e4-9343-88cf-993c10b0f2ea_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_dbee40e4-c0e4-9343-88cf-993c10b0f2ea_Person:3864d7a3-b2ba-dee6-b652-fac6a5acf580 ;
  a2a:EventKeyRef oa:event_gra_dbee40e4-c0e4-9343-88cf-993c10b0f2ea_Event1 .

oa:relationep_gra_dbee40e4-c0e4-9343-88cf-993c10b0f2ea_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_dbee40e4-c0e4-9343-88cf-993c10b0f2ea_Person:d7e853a5-2c2e-71fc-72a6-87ff7cc19849 ;
  a2a:EventKeyRef oa:event_gra_dbee40e4-c0e4-9343-88cf-993c10b0f2ea_Event1 .

oa:relationep_gra_dbee40e4-c0e4-9343-88cf-993c10b0f2ea_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_dbee40e4-c0e4-9343-88cf-993c10b0f2ea_Person:cc67e20c-3e6b-b277-06f3-fd48c3684600 ;
  a2a:EventKeyRef oa:event_gra_dbee40e4-c0e4-9343-88cf-993c10b0f2ea_Event1 .

oa:source_gra_dbee40e4-c0e4-9343-88cf-993c10b0f2ea
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Bedum" ;
    rdfs:label "Bedum", "1844-06-26 - 1844-06-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1844-06-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1844-06-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1844" ;
    a2a:Month "6" ;
    a2a:Day "26" ;
    rdfs:label "1844-06-26"^^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 "45" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1844, Geboorteregister 1844, 45"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/08a4d158-c038-26d6-63bc-1e3ac899bacb.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/dbee40e4-c0e4-9343-88cf-993c10b0f2ea" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/08a4d158-c038-26d6-63bc-1e3ac899bacb.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/dbee40e4-c0e4-9343-88cf-993c10b0f2ea" ;
  a2a:RecordGUID "{dbee40e4-c0e4-9343-88cf-993c10b0f2ea}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20230828_271_00000271.xml van GRA" .

