@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_307667aa-cd27-4f8b-a09f-c33a4f094ddf
  a a2a:Record ;
  rdfs:label "Geboorte op 9 januari 1826 te Nieuw-Schoonebeek" ;
  a2a:hasPerson oa:person_dar_307667aa-cd27-4f8b-a09f-c33a4f094ddf_Person-19fcfa27-a56c-4af5-a5a5-bc63b9061822, oa:person_dar_307667aa-cd27-4f8b-a09f-c33a4f094ddf_Person-dd48052d-c5fd-47d2-801b-560f14cf5d74, oa:person_dar_307667aa-cd27-4f8b-a09f-c33a4f094ddf_Person-73295d98-6b2a-4892-95c8-e32b619a49c4 ;
  a2a:hasEvent oa:event_dar_307667aa-cd27-4f8b-a09f-c33a4f094ddf_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_307667aa-cd27-4f8b-a09f-c33a4f094ddf_0, oa:relationep_dar_307667aa-cd27-4f8b-a09f-c33a4f094ddf_1, oa:relationep_dar_307667aa-cd27-4f8b-a09f-c33a4f094ddf_2 ;
  a2a:hasSource oa:source_dar_307667aa-cd27-4f8b-a09f-c33a4f094ddf .

oa:person_dar_307667aa-cd27-4f8b-a09f-c33a4f094ddf_Person-19fcfa27-a56c-4af5-a5a5-bc63b9061822
  a a2a:Person ;
  rdfs:label "Hendrik Lamberts" ;
  a2a:PersonName [
    rdfs:label "Hendrik Lamberts" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Lamberts"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "48" ;
    rdfs:label "48"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_dar_307667aa-cd27-4f8b-a09f-c33a4f094ddf_Person-dd48052d-c5fd-47d2-801b-560f14cf5d74
  a a2a:Person ;
  rdfs:label "Wubbe Kuipers" ;
  a2a:PersonName [
    rdfs:label "Wubbe Kuipers" ;
    a2a:PersonNameFirstName "Wubbe" ;
    a2a:PersonNameLastName "Kuipers"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "34" ;
    rdfs:label "34"
  ] ;
  a2a:Profession "-" .

oa:person_dar_307667aa-cd27-4f8b-a09f-c33a4f094ddf_Person-73295d98-6b2a-4892-95c8-e32b619a49c4
  a a2a:Person ;
  rdfs:label "Harm Hendrik Lamberts" ;
  a2a:PersonName [
    rdfs:label "Harm Hendrik Lamberts" ;
    a2a:PersonNameFirstName "Harm Hendrik" ;
    a2a:PersonNameLastName "Lamberts"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1826" ;
    a2a:Month "1" ;
    a2a:Day "9" ;
    rdfs:label "1826-01-09"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Nieuw-Schoonebeek" ;
    rdfs:label "Nieuw-Schoonebeek"
  ] .

oa:event_dar_307667aa-cd27-4f8b-a09f-c33a4f094ddf_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1826" ;
    a2a:Month "1" ;
    a2a:Day "9" ;
    rdfs:label "1826-01-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nieuw-Schoonebeek" ;
    rdfs:label "Nieuw-Schoonebeek"
  ] .

oa:relationep_dar_307667aa-cd27-4f8b-a09f-c33a4f094ddf_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_307667aa-cd27-4f8b-a09f-c33a4f094ddf_Person:19fcfa27-a56c-4af5-a5a5-bc63b9061822 ;
  a2a:EventKeyRef oa:event_dar_307667aa-cd27-4f8b-a09f-c33a4f094ddf_Event1 .

oa:relationep_dar_307667aa-cd27-4f8b-a09f-c33a4f094ddf_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_307667aa-cd27-4f8b-a09f-c33a4f094ddf_Person:dd48052d-c5fd-47d2-801b-560f14cf5d74 ;
  a2a:EventKeyRef oa:event_dar_307667aa-cd27-4f8b-a09f-c33a4f094ddf_Event1 .

oa:relationep_dar_307667aa-cd27-4f8b-a09f-c33a4f094ddf_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_307667aa-cd27-4f8b-a09f-c33a4f094ddf_Person:73295d98-6b2a-4892-95c8-e32b619a49c4 ;
  a2a:EventKeyRef oa:event_dar_307667aa-cd27-4f8b-a09f-c33a4f094ddf_Event1 .

oa:source_dar_307667aa-cd27-4f8b-a09f-c33a4f094ddf
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Dalen" ;
    rdfs:label "Dalen", "1826-01-10 - 1826-01-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1826-01-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1826-01-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1826" ;
    a2a:Month "1" ;
    a2a:Day "10" ;
    rdfs:label "1826-01-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1826, Periode: 1826" ;
    a2a:Book "Geboorteregister Dalen 1826" ;
    a2a:DocumentNumber "2" ;
    a2a:RegistryNumber "1826" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1826, Periode: 1826, Geboorteregister Dalen 1826, 2, 1826"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/1417ec00-3f6f-ece6-8b66-2324b9f72d5b.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/307667aa-cd27-4f8b-a09f-c33a4f094ddf" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/1417ec00-3f6f-ece6-8b66-2324b9f72d5b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/307667aa-cd27-4f8b-a09f-c33a4f094ddf" ;
  a2a:RecordGUID "{307667aa-cd27-4f8b-a09f-c33a4f094ddf}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_1580_00001580.xml van DAR" .

