@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_dar_26f4e17b-d993-472c-b1db-cd0d0eee7e97
  a a2a:Record ;
  rdfs:label "Geboorte op 11 januari 1828 te Hoogeveen" ;
  a2a:hasPerson oa:person_dar_26f4e17b-d993-472c-b1db-cd0d0eee7e97_Person-8e8781bc-820b-4a7e-92c4-ca47baea381e, oa:person_dar_26f4e17b-d993-472c-b1db-cd0d0eee7e97_Person-15f4b0b4-9c86-4266-828d-dc23c7f235f1, oa:person_dar_26f4e17b-d993-472c-b1db-cd0d0eee7e97_Person-78f945d1-c30a-420d-a783-aaea04cc33d6 ;
  a2a:hasEvent oa:event_dar_26f4e17b-d993-472c-b1db-cd0d0eee7e97_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_26f4e17b-d993-472c-b1db-cd0d0eee7e97_0, oa:relationep_dar_26f4e17b-d993-472c-b1db-cd0d0eee7e97_1, oa:relationep_dar_26f4e17b-d993-472c-b1db-cd0d0eee7e97_2 ;
  a2a:hasSource oa:source_dar_26f4e17b-d993-472c-b1db-cd0d0eee7e97 .

oa:person_dar_26f4e17b-d993-472c-b1db-cd0d0eee7e97_Person-8e8781bc-820b-4a7e-92c4-ca47baea381e
  a a2a:Person ;
  rdfs:label "Jacob Beukema" ;
  a2a:PersonName [
    rdfs:label "Jacob Beukema" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Beukema"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "38" ;
    rdfs:label "38"
  ] ;
  a2a:Profession "commies belastingen" .

oa:person_dar_26f4e17b-d993-472c-b1db-cd0d0eee7e97_Person-15f4b0b4-9c86-4266-828d-dc23c7f235f1
  a a2a:Person ;
  rdfs:label "Catharina Geertruida Smitter" ;
  a2a:PersonName [
    rdfs:label "Catharina Geertruida Smitter" ;
    a2a:PersonNameFirstName "Catharina Geertruida" ;
    a2a:PersonNameLastName "Smitter"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "31" ;
    rdfs:label "31"
  ] .

oa:person_dar_26f4e17b-d993-472c-b1db-cd0d0eee7e97_Person-78f945d1-c30a-420d-a783-aaea04cc33d6
  a a2a:Person ;
  rdfs:label "Anna Margaretha Beukema" ;
  a2a:PersonName [
    rdfs:label "Anna Margaretha Beukema" ;
    a2a:PersonNameFirstName "Anna Margaretha" ;
    a2a:PersonNameLastName "Beukema"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1828" ;
    a2a:Month "1" ;
    a2a:Day "11" ;
    rdfs:label "1828-01-11"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hoogeveen" ;
    rdfs:label "Hoogeveen"
  ] .

oa:event_dar_26f4e17b-d993-472c-b1db-cd0d0eee7e97_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1828" ;
    a2a:Month "1" ;
    a2a:Day "11" ;
    rdfs:label "1828-01-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hoogeveen" ;
    rdfs:label "Hoogeveen"
  ] .

oa:relationep_dar_26f4e17b-d993-472c-b1db-cd0d0eee7e97_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_26f4e17b-d993-472c-b1db-cd0d0eee7e97_Person:8e8781bc-820b-4a7e-92c4-ca47baea381e ;
  a2a:EventKeyRef oa:event_dar_26f4e17b-d993-472c-b1db-cd0d0eee7e97_Event1 .

oa:relationep_dar_26f4e17b-d993-472c-b1db-cd0d0eee7e97_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_26f4e17b-d993-472c-b1db-cd0d0eee7e97_Person:15f4b0b4-9c86-4266-828d-dc23c7f235f1 ;
  a2a:EventKeyRef oa:event_dar_26f4e17b-d993-472c-b1db-cd0d0eee7e97_Event1 .

oa:relationep_dar_26f4e17b-d993-472c-b1db-cd0d0eee7e97_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_26f4e17b-d993-472c-b1db-cd0d0eee7e97_Person:78f945d1-c30a-420d-a783-aaea04cc33d6 ;
  a2a:EventKeyRef oa:event_dar_26f4e17b-d993-472c-b1db-cd0d0eee7e97_Event1 .

oa:source_dar_26f4e17b-d993-472c-b1db-cd0d0eee7e97
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Hoogeveen" ;
    rdfs:label "Hoogeveen", "1828-01-12 - 1828-01-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1828-01-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1828-01-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1828" ;
    a2a:Month "1" ;
    a2a:Day "12" ;
    rdfs:label "1828-01-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1828, Periode: 1828" ;
    a2a:Book "Geboorteregister Hoogeveen 1828" ;
    a2a:DocumentNumber "7" ;
    a2a:RegistryNumber "1828" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1828, Periode: 1828, Geboorteregister Hoogeveen 1828, 7, 1828"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/fd9eb4dd-2c36-8726-409d-2be34843c0f4.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/26f4e17b-d993-472c-b1db-cd0d0eee7e97" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/fd9eb4dd-2c36-8726-409d-2be34843c0f4.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/26f4e17b-d993-472c-b1db-cd0d0eee7e97" ;
  a2a:RecordGUID "{26f4e17b-d993-472c-b1db-cd0d0eee7e97}" ;
  a2a:SourceRemarkbron "Geboorte" ;
  a2a:SourceRemarkdeel "1828" ;
  a2a:SourceRemarkregister_periode "1828" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_5342_00005342.xml van DAR" .

