@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_2a7bb30c-5f00-46bb-9c4e-b5928920b1ec
  a a2a:Record ;
  rdfs:label "Geboorte op 9 februari 1823 te Beilen" ;
  a2a:hasPerson oa:person_dar_2a7bb30c-5f00-46bb-9c4e-b5928920b1ec_Person-fc9a3295-177e-4558-a6db-ae3e5d69114b, oa:person_dar_2a7bb30c-5f00-46bb-9c4e-b5928920b1ec_Person-0b1b9fdf-2b57-41e9-8a35-cf52f1ba8e70, oa:person_dar_2a7bb30c-5f00-46bb-9c4e-b5928920b1ec_Person-ae0202e9-71c2-406e-8f0c-79105e60cea6 ;
  a2a:hasEvent oa:event_dar_2a7bb30c-5f00-46bb-9c4e-b5928920b1ec_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_2a7bb30c-5f00-46bb-9c4e-b5928920b1ec_0, oa:relationep_dar_2a7bb30c-5f00-46bb-9c4e-b5928920b1ec_1, oa:relationep_dar_2a7bb30c-5f00-46bb-9c4e-b5928920b1ec_2 ;
  a2a:hasSource oa:source_dar_2a7bb30c-5f00-46bb-9c4e-b5928920b1ec .

oa:person_dar_2a7bb30c-5f00-46bb-9c4e-b5928920b1ec_Person-fc9a3295-177e-4558-a6db-ae3e5d69114b
  a a2a:Person ;
  rdfs:label "Leffert Everts Kamp" ;
  a2a:PersonName [
    rdfs:label "Leffert Everts Kamp" ;
    a2a:PersonNameFirstName "Leffert Everts" ;
    a2a:PersonNameLastName "Kamp"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "26" ;
    rdfs:label "26"
  ] ;
  a2a:Profession "smid" .

oa:person_dar_2a7bb30c-5f00-46bb-9c4e-b5928920b1ec_Person-0b1b9fdf-2b57-41e9-8a35-cf52f1ba8e70
  a a2a:Person ;
  rdfs:label "Wobbigje Klasen ten Have" ;
  a2a:PersonName [
    rdfs:label "Wobbigje Klasen ten Have" ;
    a2a:PersonNameFirstName "Wobbigje Klasen" ;
    a2a:PersonNamePrefixLastName "ten" ;
    a2a:PersonNameLastName "Have"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "20" ;
    rdfs:label "20"
  ] ;
  a2a:Profession "-" .

oa:person_dar_2a7bb30c-5f00-46bb-9c4e-b5928920b1ec_Person-ae0202e9-71c2-406e-8f0c-79105e60cea6
  a a2a:Person ;
  rdfs:label "Evert Kamp" ;
  a2a:PersonName [
    rdfs:label "Evert Kamp" ;
    a2a:PersonNameFirstName "Evert" ;
    a2a:PersonNameLastName "Kamp"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1823" ;
    a2a:Month "2" ;
    a2a:Day "9" ;
    rdfs:label "1823-02-09"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Beilen" ;
    rdfs:label "Beilen"
  ] .

oa:event_dar_2a7bb30c-5f00-46bb-9c4e-b5928920b1ec_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1823" ;
    a2a:Month "2" ;
    a2a:Day "9" ;
    rdfs:label "1823-02-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Beilen" ;
    rdfs:label "Beilen"
  ] .

oa:relationep_dar_2a7bb30c-5f00-46bb-9c4e-b5928920b1ec_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_2a7bb30c-5f00-46bb-9c4e-b5928920b1ec_Person:fc9a3295-177e-4558-a6db-ae3e5d69114b ;
  a2a:EventKeyRef oa:event_dar_2a7bb30c-5f00-46bb-9c4e-b5928920b1ec_Event1 .

oa:relationep_dar_2a7bb30c-5f00-46bb-9c4e-b5928920b1ec_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_2a7bb30c-5f00-46bb-9c4e-b5928920b1ec_Person:0b1b9fdf-2b57-41e9-8a35-cf52f1ba8e70 ;
  a2a:EventKeyRef oa:event_dar_2a7bb30c-5f00-46bb-9c4e-b5928920b1ec_Event1 .

oa:relationep_dar_2a7bb30c-5f00-46bb-9c4e-b5928920b1ec_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_2a7bb30c-5f00-46bb-9c4e-b5928920b1ec_Person:ae0202e9-71c2-406e-8f0c-79105e60cea6 ;
  a2a:EventKeyRef oa:event_dar_2a7bb30c-5f00-46bb-9c4e-b5928920b1ec_Event1 .

oa:source_dar_2a7bb30c-5f00-46bb-9c4e-b5928920b1ec
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Beilen" ;
    rdfs:label "Beilen", "1823-02-10 - 1823-02-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1823-02-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1823-02-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1823" ;
    a2a:Month "2" ;
    a2a:Day "10" ;
    rdfs:label "1823-02-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1823, Periode: 1823" ;
    a2a:Book "Geboorteregister Beilen 1823" ;
    a2a:DocumentNumber "7" ;
    a2a:RegistryNumber "1823" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1823, Periode: 1823, Geboorteregister Beilen 1823, 7, 1823"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/3eccd742-0818-9607-2627-c2c27dd6ef34.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/2a7bb30c-5f00-46bb-9c4e-b5928920b1ec" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/3eccd742-0818-9607-2627-c2c27dd6ef34.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/2a7bb30c-5f00-46bb-9c4e-b5928920b1ec" ;
  a2a:RecordGUID "{2a7bb30c-5f00-46bb-9c4e-b5928920b1ec}" ;
  a2a:SourceRemarkbron "Geboorte" ;
  a2a:SourceRemarkdeel "1823" ;
  a2a:SourceRemarkregister_periode "1823" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_2001_00002001.xml van DAR" .

