@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_d1bc3b6e-e8d6-e79c-b032-c92c5e7987df
  a a2a:Record ;
  rdfs:label "Doop op 10 april 1785" ;
  a2a:hasPerson oa:person_dar_d1bc3b6e-e8d6-e79c-b032-c92c5e7987df_Person-33fc698f-d61d-e725-d7ee-e1346be5266e, oa:person_dar_d1bc3b6e-e8d6-e79c-b032-c92c5e7987df_Person-a0356236-554b-c690-a0b8-8a16a1ce2218, oa:person_dar_d1bc3b6e-e8d6-e79c-b032-c92c5e7987df_Person-b827f127-9a63-c651-8839-81e8ce796a2e ;
  a2a:hasEvent oa:event_dar_d1bc3b6e-e8d6-e79c-b032-c92c5e7987df_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_d1bc3b6e-e8d6-e79c-b032-c92c5e7987df_0, oa:relationep_dar_d1bc3b6e-e8d6-e79c-b032-c92c5e7987df_1, oa:relationep_dar_d1bc3b6e-e8d6-e79c-b032-c92c5e7987df_2 ;
  a2a:hasSource oa:source_dar_d1bc3b6e-e8d6-e79c-b032-c92c5e7987df .

oa:person_dar_d1bc3b6e-e8d6-e79c-b032-c92c5e7987df_Person-33fc698f-d61d-e725-d7ee-e1346be5266e
  a a2a:Person ;
  rdfs:label "Gepke Durlen" ;
  a2a:PersonName [
    rdfs:label "Gepke Durlen" ;
    a2a:PersonNameFirstName "Gepke" ;
    a2a:PersonNameLastName "Durlen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_d1bc3b6e-e8d6-e79c-b032-c92c5e7987df_Person-a0356236-554b-c690-a0b8-8a16a1ce2218
  a a2a:Person ;
  rdfs:label "Bartholt H..." ;
  a2a:PersonName [
    rdfs:label "Bartholt H..." ;
    a2a:PersonNameFirstName "Bartholt" ;
    a2a:PersonNamePatronym "H..."
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1785" ;
    a2a:Month "3" ;
    a2a:Day "29" ;
    rdfs:label "1785-03-29"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Sleen" ;
    rdfs:label "Sleen"
  ] .

oa:person_dar_d1bc3b6e-e8d6-e79c-b032-c92c5e7987df_Person-b827f127-9a63-c651-8839-81e8ce796a2e
  a a2a:Person ;
  rdfs:label "H.J. Verschuir" ;
  a2a:PersonName [
    rdfs:label "H.J. Verschuir" ;
    a2a:PersonNameFirstName "H.J." ;
    a2a:PersonNameLastName "Verschuir"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_d1bc3b6e-e8d6-e79c-b032-c92c5e7987df_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1785" ;
    a2a:Month "4" ;
    a2a:Day "10" ;
    rdfs:label "1785-04-10"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_d1bc3b6e-e8d6-e79c-b032-c92c5e7987df_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_d1bc3b6e-e8d6-e79c-b032-c92c5e7987df_Person:33fc698f-d61d-e725-d7ee-e1346be5266e ;
  a2a:EventKeyRef oa:event_dar_d1bc3b6e-e8d6-e79c-b032-c92c5e7987df_Event1 .

oa:relationep_dar_d1bc3b6e-e8d6-e79c-b032-c92c5e7987df_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_d1bc3b6e-e8d6-e79c-b032-c92c5e7987df_Person:a0356236-554b-c690-a0b8-8a16a1ce2218 ;
  a2a:EventKeyRef oa:event_dar_d1bc3b6e-e8d6-e79c-b032-c92c5e7987df_Event1 .

oa:relationep_dar_d1bc3b6e-e8d6-e79c-b032-c92c5e7987df_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_d1bc3b6e-e8d6-e79c-b032-c92c5e7987df_Person:b827f127-9a63-c651-8839-81e8ce796a2e ;
  a2a:EventKeyRef oa:event_dar_d1bc3b6e-e8d6-e79c-b032-c92c5e7987df_Event1 .

oa:source_dar_d1bc3b6e-e8d6-e79c-b032-c92c5e7987df
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Sleen" ;
    rdfs:label "Sleen", "1785-04-10 - 1785-04-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1785-04-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1785-04-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1785" ;
    a2a:Month "4" ;
    a2a:Day "10" ;
    rdfs:label "1785-04-10"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 110" ;
    a2a:Book "Doopregister Sleen 110" ;
    a2a:RegistryNumber "110" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 110, Doopregister Sleen 110, 110"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/bb5eb1a7-e92f-635d-cb48-72d911a99c05.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/d1bc3b6e-e8d6-e79c-b032-c92c5e7987df" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/bb5eb1a7-e92f-635d-cb48-72d911a99c05.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/d1bc3b6e-e8d6-e79c-b032-c92c5e7987df" ;
  a2a:RecordGUID "{d1bc3b6e-e8d6-e79c-b032-c92c5e7987df}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkbron "Doop" ;
  a2a:SourceRemarkdeel "110" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250222_1290_00001290.xml van DAR" .

