@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_dbcc26a6-310a-10ff-cc25-eef56523b58c
  a a2a:Record ;
  rdfs:label "Geboorte op 18 augustus 1916 te Meppel" ;
  a2a:hasPerson oa:person_dar_dbcc26a6-310a-10ff-cc25-eef56523b58c_Person-a4e86a9f-bd5b-f7b3-8be8-44e2d61db8d2, oa:person_dar_dbcc26a6-310a-10ff-cc25-eef56523b58c_Person-f5abbf8a-e8bd-82d3-e0c8-2e2f8cebdc84, oa:person_dar_dbcc26a6-310a-10ff-cc25-eef56523b58c_Person-000e4d87-df69-6758-5256-db7d94b0fcd1 ;
  a2a:hasEvent oa:event_dar_dbcc26a6-310a-10ff-cc25-eef56523b58c_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_dbcc26a6-310a-10ff-cc25-eef56523b58c_0, oa:relationep_dar_dbcc26a6-310a-10ff-cc25-eef56523b58c_1, oa:relationep_dar_dbcc26a6-310a-10ff-cc25-eef56523b58c_2 ;
  a2a:hasSource oa:source_dar_dbcc26a6-310a-10ff-cc25-eef56523b58c .

oa:person_dar_dbcc26a6-310a-10ff-cc25-eef56523b58c_Person-a4e86a9f-bd5b-f7b3-8be8-44e2d61db8d2
  a a2a:Person ;
  rdfs:label "Jan Holterman" ;
  a2a:PersonName [
    rdfs:label "Jan Holterman" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Holterman"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "24" ;
    rdfs:label "24"
  ] ;
  a2a:Profession "arbeider" .

oa:person_dar_dbcc26a6-310a-10ff-cc25-eef56523b58c_Person-f5abbf8a-e8bd-82d3-e0c8-2e2f8cebdc84
  a a2a:Person ;
  rdfs:label "Geesje Holterman" ;
  a2a:PersonName [
    rdfs:label "Geesje Holterman" ;
    a2a:PersonNameFirstName "Geesje" ;
    a2a:PersonNameLastName "Holterman"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1916" ;
    a2a:Month "8" ;
    a2a:Day "18" ;
    rdfs:label "1916-08-18"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] .

oa:person_dar_dbcc26a6-310a-10ff-cc25-eef56523b58c_Person-000e4d87-df69-6758-5256-db7d94b0fcd1
  a a2a:Person ;
  rdfs:label "Annechien Kleine" ;
  a2a:PersonName [
    rdfs:label "Annechien Kleine" ;
    a2a:PersonNameFirstName "Annechien" ;
    a2a:PersonNameLastName "Kleine"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_dbcc26a6-310a-10ff-cc25-eef56523b58c_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1916" ;
    a2a:Month "8" ;
    a2a:Day "18" ;
    rdfs:label "1916-08-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] .

oa:relationep_dar_dbcc26a6-310a-10ff-cc25-eef56523b58c_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_dbcc26a6-310a-10ff-cc25-eef56523b58c_Person:a4e86a9f-bd5b-f7b3-8be8-44e2d61db8d2 ;
  a2a:EventKeyRef oa:event_dar_dbcc26a6-310a-10ff-cc25-eef56523b58c_Event1 .

oa:relationep_dar_dbcc26a6-310a-10ff-cc25-eef56523b58c_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_dbcc26a6-310a-10ff-cc25-eef56523b58c_Person:f5abbf8a-e8bd-82d3-e0c8-2e2f8cebdc84 ;
  a2a:EventKeyRef oa:event_dar_dbcc26a6-310a-10ff-cc25-eef56523b58c_Event1 .

oa:relationep_dar_dbcc26a6-310a-10ff-cc25-eef56523b58c_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_dbcc26a6-310a-10ff-cc25-eef56523b58c_Person:000e4d87-df69-6758-5256-db7d94b0fcd1 ;
  a2a:EventKeyRef oa:event_dar_dbcc26a6-310a-10ff-cc25-eef56523b58c_Event1 .

oa:source_dar_dbcc26a6-310a-10ff-cc25-eef56523b58c
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel", "1916-08-19 - 1916-08-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1916-08-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1916-08-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1916" ;
    a2a:Month "8" ;
    a2a:Day "19" ;
    rdfs:label "1916-08-19"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1916, Periode: 1916" ;
    a2a:Book "Geboorteregister Meppel 1916" ;
    a2a:DocumentNumber "188" ;
    a2a:RegistryNumber "1916" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1916, Periode: 1916, Geboorteregister Meppel 1916, 188, 1916"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/65c11b93-4e4d-8018-74f8-2b0817069a59.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/dbcc26a6-310a-10ff-cc25-eef56523b58c" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/65c11b93-4e4d-8018-74f8-2b0817069a59.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-03-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/dbcc26a6-310a-10ff-cc25-eef56523b58c" ;
  a2a:RecordGUID "{dbcc26a6-310a-10ff-cc25-eef56523b58c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240501_173_00000173.xml van DAR" .

