@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_03527f3d-e37a-472a-98da-208aa5346f17
  a a2a:Record ;
  rdfs:label "Geboorte op 20 december 1838 te Westdorp" ;
  a2a:hasPerson oa:person_dar_03527f3d-e37a-472a-98da-208aa5346f17_Person-f413cb06-6d0e-4085-83ec-f15fa609fedb, oa:person_dar_03527f3d-e37a-472a-98da-208aa5346f17_Person-3ba2d070-48d0-449d-9218-7edd8c33b708, oa:person_dar_03527f3d-e37a-472a-98da-208aa5346f17_Person-4e1497af-19a3-4f54-8fed-5585847ece88 ;
  a2a:hasEvent oa:event_dar_03527f3d-e37a-472a-98da-208aa5346f17_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_03527f3d-e37a-472a-98da-208aa5346f17_0, oa:relationep_dar_03527f3d-e37a-472a-98da-208aa5346f17_1, oa:relationep_dar_03527f3d-e37a-472a-98da-208aa5346f17_2 ;
  a2a:hasSource oa:source_dar_03527f3d-e37a-472a-98da-208aa5346f17 .

oa:person_dar_03527f3d-e37a-472a-98da-208aa5346f17_Person-f413cb06-6d0e-4085-83ec-f15fa609fedb
  a a2a:Person ;
  rdfs:label "Lessche Lesschen" ;
  a2a:PersonName [
    rdfs:label "Lessche Lesschen" ;
    a2a:PersonNameFirstName "Lessche" ;
    a2a:PersonNameLastName "Lesschen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "36" ;
    rdfs:label "36"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_dar_03527f3d-e37a-472a-98da-208aa5346f17_Person-3ba2d070-48d0-449d-9218-7edd8c33b708
  a a2a:Person ;
  rdfs:label "Grietien Hilbolling" ;
  a2a:PersonName [
    rdfs:label "Grietien Hilbolling" ;
    a2a:PersonNameFirstName "Grietien" ;
    a2a:PersonNameLastName "Hilbolling"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "25" ;
    rdfs:label "25"
  ] ;
  a2a:Profession "-" .

oa:person_dar_03527f3d-e37a-472a-98da-208aa5346f17_Person-4e1497af-19a3-4f54-8fed-5585847ece88
  a a2a:Person ;
  rdfs:label "Jannes Lesschen" ;
  a2a:PersonName [
    rdfs:label "Jannes Lesschen" ;
    a2a:PersonNameFirstName "Jannes" ;
    a2a:PersonNameLastName "Lesschen"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1838" ;
    a2a:Month "12" ;
    a2a:Day "20" ;
    rdfs:label "1838-12-20"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Westdorp" ;
    rdfs:label "Westdorp"
  ] .

oa:event_dar_03527f3d-e37a-472a-98da-208aa5346f17_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1838" ;
    a2a:Month "12" ;
    a2a:Day "20" ;
    rdfs:label "1838-12-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Westdorp" ;
    rdfs:label "Westdorp"
  ] .

oa:relationep_dar_03527f3d-e37a-472a-98da-208aa5346f17_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_03527f3d-e37a-472a-98da-208aa5346f17_Person:f413cb06-6d0e-4085-83ec-f15fa609fedb ;
  a2a:EventKeyRef oa:event_dar_03527f3d-e37a-472a-98da-208aa5346f17_Event1 .

oa:relationep_dar_03527f3d-e37a-472a-98da-208aa5346f17_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_03527f3d-e37a-472a-98da-208aa5346f17_Person:3ba2d070-48d0-449d-9218-7edd8c33b708 ;
  a2a:EventKeyRef oa:event_dar_03527f3d-e37a-472a-98da-208aa5346f17_Event1 .

oa:relationep_dar_03527f3d-e37a-472a-98da-208aa5346f17_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_03527f3d-e37a-472a-98da-208aa5346f17_Person:4e1497af-19a3-4f54-8fed-5585847ece88 ;
  a2a:EventKeyRef oa:event_dar_03527f3d-e37a-472a-98da-208aa5346f17_Event1 .

oa:source_dar_03527f3d-e37a-472a-98da-208aa5346f17
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Borger" ;
    rdfs:label "Borger", "1838-12-21 - 1838-12-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1838-12-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1838-12-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1838" ;
    a2a:Month "12" ;
    a2a:Day "21" ;
    rdfs:label "1838-12-21"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1838, Periode: 1838" ;
    a2a:Book "Geboorteregister Borger 1838" ;
    a2a:DocumentNumber "70" ;
    a2a:RegistryNumber "1838" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1838, Periode: 1838, Geboorteregister Borger 1838, 70, 1838"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/a0482007-7856-f549-14a1-11b34f4fd357.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/03527f3d-e37a-472a-98da-208aa5346f17" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/a0482007-7856-f549-14a1-11b34f4fd357.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/03527f3d-e37a-472a-98da-208aa5346f17" ;
  a2a:RecordGUID "{03527f3d-e37a-472a-98da-208aa5346f17}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_3497_00003497.xml van DAR" .

