@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_eefa98db-a156-45e7-b244-2b1caa22b9f8
  a a2a:Record ;
  rdfs:label "Geboorte op 4 maart 1905 te Krakeel" ;
  a2a:hasPerson oa:person_dar_eefa98db-a156-45e7-b244-2b1caa22b9f8_Person-d25d8d62-bbec-4de1-80a9-c4639c18741d, oa:person_dar_eefa98db-a156-45e7-b244-2b1caa22b9f8_Person-077adcf5-0413-47c7-a836-e27c68329a05, oa:person_dar_eefa98db-a156-45e7-b244-2b1caa22b9f8_Person-e719f83d-6d61-4ab4-b6ce-2b7e0159b435 ;
  a2a:hasEvent oa:event_dar_eefa98db-a156-45e7-b244-2b1caa22b9f8_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_eefa98db-a156-45e7-b244-2b1caa22b9f8_0, oa:relationep_dar_eefa98db-a156-45e7-b244-2b1caa22b9f8_1, oa:relationep_dar_eefa98db-a156-45e7-b244-2b1caa22b9f8_2 ;
  a2a:hasSource oa:source_dar_eefa98db-a156-45e7-b244-2b1caa22b9f8 .

oa:person_dar_eefa98db-a156-45e7-b244-2b1caa22b9f8_Person-d25d8d62-bbec-4de1-80a9-c4639c18741d
  a a2a:Person ;
  rdfs:label "Lambert Dekker" ;
  a2a:PersonName [
    rdfs:label "Lambert Dekker" ;
    a2a:PersonNameFirstName "Lambert" ;
    a2a:PersonNameLastName "Dekker"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "26" ;
    rdfs:label "26"
  ] ;
  a2a:Profession "arbeider" .

oa:person_dar_eefa98db-a156-45e7-b244-2b1caa22b9f8_Person-077adcf5-0413-47c7-a836-e27c68329a05
  a a2a:Person ;
  rdfs:label "Jantje Kleine" ;
  a2a:PersonName [
    rdfs:label "Jantje Kleine" ;
    a2a:PersonNameFirstName "Jantje" ;
    a2a:PersonNameLastName "Kleine"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder" .

oa:person_dar_eefa98db-a156-45e7-b244-2b1caa22b9f8_Person-e719f83d-6d61-4ab4-b6ce-2b7e0159b435
  a a2a:Person ;
  rdfs:label "Roelofje Dekker" ;
  a2a:PersonName [
    rdfs:label "Roelofje Dekker" ;
    a2a:PersonNameFirstName "Roelofje" ;
    a2a:PersonNameLastName "Dekker"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1905" ;
    a2a:Month "3" ;
    a2a:Day "4" ;
    rdfs:label "1905-03-04"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Krakeel" ;
    rdfs:label "Krakeel"
  ] .

oa:event_dar_eefa98db-a156-45e7-b244-2b1caa22b9f8_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1905" ;
    a2a:Month "3" ;
    a2a:Day "4" ;
    rdfs:label "1905-03-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Krakeel" ;
    rdfs:label "Krakeel"
  ] .

oa:relationep_dar_eefa98db-a156-45e7-b244-2b1caa22b9f8_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_eefa98db-a156-45e7-b244-2b1caa22b9f8_Person:d25d8d62-bbec-4de1-80a9-c4639c18741d ;
  a2a:EventKeyRef oa:event_dar_eefa98db-a156-45e7-b244-2b1caa22b9f8_Event1 .

oa:relationep_dar_eefa98db-a156-45e7-b244-2b1caa22b9f8_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_eefa98db-a156-45e7-b244-2b1caa22b9f8_Person:077adcf5-0413-47c7-a836-e27c68329a05 ;
  a2a:EventKeyRef oa:event_dar_eefa98db-a156-45e7-b244-2b1caa22b9f8_Event1 .

oa:relationep_dar_eefa98db-a156-45e7-b244-2b1caa22b9f8_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_eefa98db-a156-45e7-b244-2b1caa22b9f8_Person:e719f83d-6d61-4ab4-b6ce-2b7e0159b435 ;
  a2a:EventKeyRef oa:event_dar_eefa98db-a156-45e7-b244-2b1caa22b9f8_Event1 .

oa:source_dar_eefa98db-a156-45e7-b244-2b1caa22b9f8
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Hoogeveen" ;
    rdfs:label "Hoogeveen", "1905-03-04 - 1905-03-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1905-03-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1905-03-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1905" ;
    a2a:Month "3" ;
    a2a:Day "4" ;
    rdfs:label "1905-03-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1905, Periode: 1905" ;
    a2a:Book "Geboorteregister Hoogeveen 1905" ;
    a2a:DocumentNumber "62" ;
    a2a:RegistryNumber "1905" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1905, Periode: 1905, Geboorteregister Hoogeveen 1905, 62, 1905"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/8084557b-595d-17a5-1f58-54de08872e3f.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/eefa98db-a156-45e7-b244-2b1caa22b9f8" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/8084557b-595d-17a5-1f58-54de08872e3f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/eefa98db-a156-45e7-b244-2b1caa22b9f8" ;
  a2a:RecordGUID "{eefa98db-a156-45e7-b244-2b1caa22b9f8}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_2324_00002324.xml van DAR" .

