@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_07df5bcd-e364-4c5b-af01-950b91b5cbb4
  a a2a:Record ;
  rdfs:label "Doop op 11 februari 1770" ;
  a2a:hasPerson oa:person_dar_07df5bcd-e364-4c5b-af01-950b91b5cbb4_Person-bb93b453-d536-492b-a645-7386e99f025d, oa:person_dar_07df5bcd-e364-4c5b-af01-950b91b5cbb4_Person-653c6b4f-bb49-4df6-a997-513f6f28cfee, oa:person_dar_07df5bcd-e364-4c5b-af01-950b91b5cbb4_Person-6a9c070a-6472-4eb4-bcfc-4cdec195224b ;
  a2a:hasEvent oa:event_dar_07df5bcd-e364-4c5b-af01-950b91b5cbb4_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_07df5bcd-e364-4c5b-af01-950b91b5cbb4_0, oa:relationep_dar_07df5bcd-e364-4c5b-af01-950b91b5cbb4_1, oa:relationep_dar_07df5bcd-e364-4c5b-af01-950b91b5cbb4_2 ;
  a2a:hasSource oa:source_dar_07df5bcd-e364-4c5b-af01-950b91b5cbb4 .

oa:person_dar_07df5bcd-e364-4c5b-af01-950b91b5cbb4_Person-bb93b453-d536-492b-a645-7386e99f025d
  a a2a:Person ;
  rdfs:label "Klaasijn Lamberts" ;
  a2a:PersonName [
    rdfs:label "Klaasijn Lamberts" ;
    a2a:PersonNameFirstName "Klaasijn" ;
    a2a:PersonNamePatronym "Lamberts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_07df5bcd-e364-4c5b-af01-950b91b5cbb4_Person-653c6b4f-bb49-4df6-a997-513f6f28cfee
  a a2a:Person ;
  rdfs:label "Cornelijs Engberts" ;
  a2a:PersonName [
    rdfs:label "Cornelijs Engberts" ;
    a2a:PersonNameFirstName "Cornelijs" ;
    a2a:PersonNamePatronym "Engberts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_07df5bcd-e364-4c5b-af01-950b91b5cbb4_Person-6a9c070a-6472-4eb4-bcfc-4cdec195224b
  a a2a:Person ;
  rdfs:label "Lammichijn" ;
  a2a:PersonName [
    rdfs:label "Lammichijn" ;
    a2a:PersonNameFirstName "Lammichijn"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_dar_07df5bcd-e364-4c5b-af01-950b91b5cbb4_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1770" ;
    a2a:Month "2" ;
    a2a:Day "11" ;
    rdfs:label "1770-02-11"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_07df5bcd-e364-4c5b-af01-950b91b5cbb4_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_07df5bcd-e364-4c5b-af01-950b91b5cbb4_Person:bb93b453-d536-492b-a645-7386e99f025d ;
  a2a:EventKeyRef oa:event_dar_07df5bcd-e364-4c5b-af01-950b91b5cbb4_Event1 .

oa:relationep_dar_07df5bcd-e364-4c5b-af01-950b91b5cbb4_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_07df5bcd-e364-4c5b-af01-950b91b5cbb4_Person:653c6b4f-bb49-4df6-a997-513f6f28cfee ;
  a2a:EventKeyRef oa:event_dar_07df5bcd-e364-4c5b-af01-950b91b5cbb4_Event1 .

oa:relationep_dar_07df5bcd-e364-4c5b-af01-950b91b5cbb4_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_07df5bcd-e364-4c5b-af01-950b91b5cbb4_Person:6a9c070a-6472-4eb4-bcfc-4cdec195224b ;
  a2a:EventKeyRef oa:event_dar_07df5bcd-e364-4c5b-af01-950b91b5cbb4_Event1 .

oa:source_dar_07df5bcd-e364-4c5b-af01-950b91b5cbb4
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Ruinerwold" ;
    rdfs:label "Ruinerwold", "1770-02-11 - 1770-02-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1770-02-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1770-02-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1770" ;
    a2a:Month "2" ;
    a2a:Day "11" ;
    rdfs:label "1770-02-11"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 104" ;
    a2a:Book "Doopregister Ruinerwold 104" ;
    a2a:DocumentNumber "104" ;
    a2a:RegistryNumber "104" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 104, Doopregister Ruinerwold 104, 104, 104"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/21b8daf1-0355-ecc1-fd3b-c89571a37cb7.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/07df5bcd-e364-4c5b-af01-950b91b5cbb4" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/21b8daf1-0355-ecc1-fd3b-c89571a37cb7.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/07df5bcd-e364-4c5b-af01-950b91b5cbb4" ;
  a2a:RecordGUID "{07df5bcd-e364-4c5b-af01-950b91b5cbb4}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_7700_00007700.xml van DAR" .

