@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_65d5ea56-e822-4b23-b11f-b27f606b4f11
  a a2a:Record ;
  rdfs:label "Geboorte op 21 juli 1907 te Roden" ;
  a2a:hasPerson oa:person_dar_65d5ea56-e822-4b23-b11f-b27f606b4f11_Person-e184a9ae-d07f-48f2-90aa-4c534adbe13b, oa:person_dar_65d5ea56-e822-4b23-b11f-b27f606b4f11_Person-39b65ab8-79e6-4cd5-b710-f96b4dbc876f, oa:person_dar_65d5ea56-e822-4b23-b11f-b27f606b4f11_Person-143960ff-e1e9-41de-a4d6-0fc1ac1a0a43 ;
  a2a:hasEvent oa:event_dar_65d5ea56-e822-4b23-b11f-b27f606b4f11_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_65d5ea56-e822-4b23-b11f-b27f606b4f11_0, oa:relationep_dar_65d5ea56-e822-4b23-b11f-b27f606b4f11_1, oa:relationep_dar_65d5ea56-e822-4b23-b11f-b27f606b4f11_2 ;
  a2a:hasSource oa:source_dar_65d5ea56-e822-4b23-b11f-b27f606b4f11 .

oa:person_dar_65d5ea56-e822-4b23-b11f-b27f606b4f11_Person-e184a9ae-d07f-48f2-90aa-4c534adbe13b
  a a2a:Person ;
  rdfs:label "Liekel Kramer" ;
  a2a:PersonName [
    rdfs:label "Liekel Kramer" ;
    a2a:PersonNameFirstName "Liekel" ;
    a2a:PersonNameLastName "Kramer"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "35" ;
    rdfs:label "35"
  ] ;
  a2a:Profession "verver" .

oa:person_dar_65d5ea56-e822-4b23-b11f-b27f606b4f11_Person-39b65ab8-79e6-4cd5-b710-f96b4dbc876f
  a a2a:Person ;
  rdfs:label "Aagtje Hoeksema" ;
  a2a:PersonName [
    rdfs:label "Aagtje Hoeksema" ;
    a2a:PersonNameFirstName "Aagtje" ;
    a2a:PersonNameLastName "Hoeksema"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_65d5ea56-e822-4b23-b11f-b27f606b4f11_Person-143960ff-e1e9-41de-a4d6-0fc1ac1a0a43
  a a2a:Person ;
  rdfs:label "Lebertha Kramer" ;
  a2a:PersonName [
    rdfs:label "Lebertha Kramer" ;
    a2a:PersonNameFirstName "Lebertha" ;
    a2a:PersonNameLastName "Kramer"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1907" ;
    a2a:Month "7" ;
    a2a:Day "21" ;
    rdfs:label "1907-07-21"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Roden" ;
    rdfs:label "Roden"
  ] .

oa:event_dar_65d5ea56-e822-4b23-b11f-b27f606b4f11_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1907" ;
    a2a:Month "7" ;
    a2a:Day "21" ;
    rdfs:label "1907-07-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Roden" ;
    rdfs:label "Roden"
  ] .

oa:relationep_dar_65d5ea56-e822-4b23-b11f-b27f606b4f11_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_65d5ea56-e822-4b23-b11f-b27f606b4f11_Person:e184a9ae-d07f-48f2-90aa-4c534adbe13b ;
  a2a:EventKeyRef oa:event_dar_65d5ea56-e822-4b23-b11f-b27f606b4f11_Event1 .

oa:relationep_dar_65d5ea56-e822-4b23-b11f-b27f606b4f11_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_65d5ea56-e822-4b23-b11f-b27f606b4f11_Person:39b65ab8-79e6-4cd5-b710-f96b4dbc876f ;
  a2a:EventKeyRef oa:event_dar_65d5ea56-e822-4b23-b11f-b27f606b4f11_Event1 .

oa:relationep_dar_65d5ea56-e822-4b23-b11f-b27f606b4f11_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_65d5ea56-e822-4b23-b11f-b27f606b4f11_Person:143960ff-e1e9-41de-a4d6-0fc1ac1a0a43 ;
  a2a:EventKeyRef oa:event_dar_65d5ea56-e822-4b23-b11f-b27f606b4f11_Event1 .

oa:source_dar_65d5ea56-e822-4b23-b11f-b27f606b4f11
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Roden" ;
    rdfs:label "Roden", "1907-07-22 - 1907-07-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1907-07-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1907-07-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1907" ;
    a2a:Month "7" ;
    a2a:Day "22" ;
    rdfs:label "1907-07-22"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1907, Periode: 1907" ;
    a2a:Book "Geboorteregister Roden 1907" ;
    a2a:DocumentNumber "68" ;
    a2a:RegistryNumber "1907" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1907, Periode: 1907, Geboorteregister Roden 1907, 68, 1907"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/76a3eea3-0120-0081-9284-c73e2acbd95b.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/65d5ea56-e822-4b23-b11f-b27f606b4f11" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/76a3eea3-0120-0081-9284-c73e2acbd95b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/65d5ea56-e822-4b23-b11f-b27f606b4f11" ;
  a2a:RecordGUID "{65d5ea56-e822-4b23-b11f-b27f606b4f11}" ;
  a2a:SourceRemarkbron "Geboorte" ;
  a2a:SourceRemarkdeel "1907" ;
  a2a:SourceRemarkregister_periode "1907" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_760_00000760.xml van DAR" .

