@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_5ab2c8de-9f37-4ed8-8a02-a5d543a7c28b
  a a2a:Record ;
  rdfs:label "Geboorte op 26 januari 1895 te Bonnerveen" ;
  a2a:hasPerson oa:person_dar_5ab2c8de-9f37-4ed8-8a02-a5d543a7c28b_Person-fa09ac50-f5aa-49b6-855f-6c7ffb067f5e, oa:person_dar_5ab2c8de-9f37-4ed8-8a02-a5d543a7c28b_Person-20e4cdf6-9513-43ac-a1cb-cdafdf308eb7, oa:person_dar_5ab2c8de-9f37-4ed8-8a02-a5d543a7c28b_Person-bf934c40-e0c6-42d9-baba-978749a37189 ;
  a2a:hasEvent oa:event_dar_5ab2c8de-9f37-4ed8-8a02-a5d543a7c28b_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_5ab2c8de-9f37-4ed8-8a02-a5d543a7c28b_0, oa:relationep_dar_5ab2c8de-9f37-4ed8-8a02-a5d543a7c28b_1, oa:relationep_dar_5ab2c8de-9f37-4ed8-8a02-a5d543a7c28b_2 ;
  a2a:hasSource oa:source_dar_5ab2c8de-9f37-4ed8-8a02-a5d543a7c28b .

oa:person_dar_5ab2c8de-9f37-4ed8-8a02-a5d543a7c28b_Person-fa09ac50-f5aa-49b6-855f-6c7ffb067f5e
  a a2a:Person ;
  rdfs:label "Berend Slatius" ;
  a2a:PersonName [
    rdfs:label "Berend Slatius" ;
    a2a:PersonNameFirstName "Berend" ;
    a2a:PersonNameLastName "Slatius"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "37" ;
    rdfs:label "37"
  ] ;
  a2a:Profession "arbeider" .

oa:person_dar_5ab2c8de-9f37-4ed8-8a02-a5d543a7c28b_Person-20e4cdf6-9513-43ac-a1cb-cdafdf308eb7
  a a2a:Person ;
  rdfs:label "Roelfje Hulshof" ;
  a2a:PersonName [
    rdfs:label "Roelfje Hulshof" ;
    a2a:PersonNameFirstName "Roelfje" ;
    a2a:PersonNameLastName "Hulshof"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_5ab2c8de-9f37-4ed8-8a02-a5d543a7c28b_Person-bf934c40-e0c6-42d9-baba-978749a37189
  a a2a:Person ;
  rdfs:label "Jantje Slatius" ;
  a2a:PersonName [
    rdfs:label "Jantje Slatius" ;
    a2a:PersonNameFirstName "Jantje" ;
    a2a:PersonNameLastName "Slatius"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1895" ;
    a2a:Month "1" ;
    a2a:Day "26" ;
    rdfs:label "1895-01-26"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Bonnerveen" ;
    rdfs:label "Bonnerveen"
  ] .

oa:event_dar_5ab2c8de-9f37-4ed8-8a02-a5d543a7c28b_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1895" ;
    a2a:Month "1" ;
    a2a:Day "26" ;
    rdfs:label "1895-01-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Bonnerveen" ;
    rdfs:label "Bonnerveen"
  ] .

oa:relationep_dar_5ab2c8de-9f37-4ed8-8a02-a5d543a7c28b_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_5ab2c8de-9f37-4ed8-8a02-a5d543a7c28b_Person:fa09ac50-f5aa-49b6-855f-6c7ffb067f5e ;
  a2a:EventKeyRef oa:event_dar_5ab2c8de-9f37-4ed8-8a02-a5d543a7c28b_Event1 .

oa:relationep_dar_5ab2c8de-9f37-4ed8-8a02-a5d543a7c28b_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_5ab2c8de-9f37-4ed8-8a02-a5d543a7c28b_Person:20e4cdf6-9513-43ac-a1cb-cdafdf308eb7 ;
  a2a:EventKeyRef oa:event_dar_5ab2c8de-9f37-4ed8-8a02-a5d543a7c28b_Event1 .

oa:relationep_dar_5ab2c8de-9f37-4ed8-8a02-a5d543a7c28b_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_5ab2c8de-9f37-4ed8-8a02-a5d543a7c28b_Person:bf934c40-e0c6-42d9-baba-978749a37189 ;
  a2a:EventKeyRef oa:event_dar_5ab2c8de-9f37-4ed8-8a02-a5d543a7c28b_Event1 .

oa:source_dar_5ab2c8de-9f37-4ed8-8a02-a5d543a7c28b
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Gieten" ;
    rdfs:label "Gieten", "1895-01-28 - 1895-01-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1895-01-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1895-01-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1895" ;
    a2a:Month "1" ;
    a2a:Day "28" ;
    rdfs:label "1895-01-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1895, Periode: 1895" ;
    a2a:Book "Geboorteregister Gieten 1895" ;
    a2a:DocumentNumber "7" ;
    a2a:RegistryNumber "1895" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1895, Periode: 1895, Geboorteregister Gieten 1895, 7, 1895"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/6f0d1f10-966c-cce0-16d0-57718d540402.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/5ab2c8de-9f37-4ed8-8a02-a5d543a7c28b" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/6f0d1f10-966c-cce0-16d0-57718d540402.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/5ab2c8de-9f37-4ed8-8a02-a5d543a7c28b" ;
  a2a:RecordGUID "{5ab2c8de-9f37-4ed8-8a02-a5d543a7c28b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_1215_00001215.xml van DAR" .

