@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_a0d7c727-eaff-46cc-b116-42b76b569f4e
  a a2a:Record ;
  rdfs:label "Geboorte op 26 januari 1854 te Lageveen" ;
  a2a:hasPerson oa:person_dar_a0d7c727-eaff-46cc-b116-42b76b569f4e_Person-d6607345-eb76-4a2e-8031-f7a499e7e7f8, oa:person_dar_a0d7c727-eaff-46cc-b116-42b76b569f4e_Person-8364d48f-d1c3-40c7-a9d0-0cc4953a9298, oa:person_dar_a0d7c727-eaff-46cc-b116-42b76b569f4e_Person-9cde785c-4e57-4c75-89e3-9de69d4f66a4 ;
  a2a:hasEvent oa:event_dar_a0d7c727-eaff-46cc-b116-42b76b569f4e_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_a0d7c727-eaff-46cc-b116-42b76b569f4e_0, oa:relationep_dar_a0d7c727-eaff-46cc-b116-42b76b569f4e_1, oa:relationep_dar_a0d7c727-eaff-46cc-b116-42b76b569f4e_2 ;
  a2a:hasSource oa:source_dar_a0d7c727-eaff-46cc-b116-42b76b569f4e .

oa:person_dar_a0d7c727-eaff-46cc-b116-42b76b569f4e_Person-d6607345-eb76-4a2e-8031-f7a499e7e7f8
  a a2a:Person ;
  rdfs:label "Albert Gelmers Harms" ;
  a2a:PersonName [
    rdfs:label "Albert Gelmers Harms" ;
    a2a:PersonNameFirstName "Albert Gelmers" ;
    a2a:PersonNameLastName "Harms"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "27" ;
    rdfs:label "27"
  ] ;
  a2a:Profession "arbeider" .

oa:person_dar_a0d7c727-eaff-46cc-b116-42b76b569f4e_Person-8364d48f-d1c3-40c7-a9d0-0cc4953a9298
  a a2a:Person ;
  rdfs:label "Jentje Arends Withaar" ;
  a2a:PersonName [
    rdfs:label "Jentje Arends Withaar" ;
    a2a:PersonNameFirstName "Jentje Arends" ;
    a2a:PersonNameLastName "Withaar"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "26" ;
    rdfs:label "26"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_a0d7c727-eaff-46cc-b116-42b76b569f4e_Person-9cde785c-4e57-4c75-89e3-9de69d4f66a4
  a a2a:Person ;
  rdfs:label "Jantje Harms" ;
  a2a:PersonName [
    rdfs:label "Jantje Harms" ;
    a2a:PersonNameFirstName "Jantje" ;
    a2a:PersonNameLastName "Harms"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1854" ;
    a2a:Month "1" ;
    a2a:Day "26" ;
    rdfs:label "1854-01-26"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Lageveen" ;
    rdfs:label "Lageveen"
  ] .

oa:event_dar_a0d7c727-eaff-46cc-b116-42b76b569f4e_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1854" ;
    a2a:Month "1" ;
    a2a:Day "26" ;
    rdfs:label "1854-01-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Lageveen" ;
    rdfs:label "Lageveen"
  ] .

oa:relationep_dar_a0d7c727-eaff-46cc-b116-42b76b569f4e_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_a0d7c727-eaff-46cc-b116-42b76b569f4e_Person:d6607345-eb76-4a2e-8031-f7a499e7e7f8 ;
  a2a:EventKeyRef oa:event_dar_a0d7c727-eaff-46cc-b116-42b76b569f4e_Event1 .

oa:relationep_dar_a0d7c727-eaff-46cc-b116-42b76b569f4e_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_a0d7c727-eaff-46cc-b116-42b76b569f4e_Person:8364d48f-d1c3-40c7-a9d0-0cc4953a9298 ;
  a2a:EventKeyRef oa:event_dar_a0d7c727-eaff-46cc-b116-42b76b569f4e_Event1 .

oa:relationep_dar_a0d7c727-eaff-46cc-b116-42b76b569f4e_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_a0d7c727-eaff-46cc-b116-42b76b569f4e_Person:9cde785c-4e57-4c75-89e3-9de69d4f66a4 ;
  a2a:EventKeyRef oa:event_dar_a0d7c727-eaff-46cc-b116-42b76b569f4e_Event1 .

oa:source_dar_a0d7c727-eaff-46cc-b116-42b76b569f4e
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Zuidwolde" ;
    rdfs:label "Zuidwolde", "1854-01-27 - 1854-01-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1854-01-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1854-01-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1854" ;
    a2a:Month "1" ;
    a2a:Day "27" ;
    rdfs:label "1854-01-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1854, Periode: 1854" ;
    a2a:Book "Geboorteregister Zuidwolde 1854" ;
    a2a:DocumentNumber "7" ;
    a2a:RegistryNumber "1854" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1854, Periode: 1854, Geboorteregister Zuidwolde 1854, 7, 1854"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/fc4f2501-b657-948d-6207-4d55f5f403e0.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/a0d7c727-eaff-46cc-b116-42b76b569f4e" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/fc4f2501-b657-948d-6207-4d55f5f403e0.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/a0d7c727-eaff-46cc-b116-42b76b569f4e" ;
  a2a:RecordGUID "{a0d7c727-eaff-46cc-b116-42b76b569f4e}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_3148_00003148.xml van DAR" .

