@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_25ce7395-e76c-5ce5-28af-ae0ab7acef71
  a a2a:Record ;
  rdfs:label "Doop op 14 september 1777" ;
  a2a:hasPerson oa:person_dar_25ce7395-e76c-5ce5-28af-ae0ab7acef71_Person-8cc2fa71-b31c-2838-f628-9e8df38d8fb8, oa:person_dar_25ce7395-e76c-5ce5-28af-ae0ab7acef71_Person-30e5f2e7-82f7-9e95-b0db-ffa2dedd2d49, oa:person_dar_25ce7395-e76c-5ce5-28af-ae0ab7acef71_Person-94fcc406-afc0-a492-9228-58a104ef0c63 ;
  a2a:hasEvent oa:event_dar_25ce7395-e76c-5ce5-28af-ae0ab7acef71_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_25ce7395-e76c-5ce5-28af-ae0ab7acef71_0, oa:relationep_dar_25ce7395-e76c-5ce5-28af-ae0ab7acef71_1, oa:relationep_dar_25ce7395-e76c-5ce5-28af-ae0ab7acef71_2 ;
  a2a:hasSource oa:source_dar_25ce7395-e76c-5ce5-28af-ae0ab7acef71 .

oa:person_dar_25ce7395-e76c-5ce5-28af-ae0ab7acef71_Person-8cc2fa71-b31c-2838-f628-9e8df38d8fb8
  a a2a:Person ;
  rdfs:label "Harm Ubels" ;
  a2a:PersonName [
    rdfs:label "Harm Ubels" ;
    a2a:PersonNameFirstName "Harm" ;
    a2a:PersonNamePatronym "Ubels"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1777" ;
    a2a:Month "9" ;
    a2a:Day "9" ;
    rdfs:label "1777-09-09"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Vries" ;
    rdfs:label "Vries"
  ] .

oa:person_dar_25ce7395-e76c-5ce5-28af-ae0ab7acef71_Person-30e5f2e7-82f7-9e95-b0db-ffa2dedd2d49
  a a2a:Person ;
  rdfs:label "Ubel Jacobs" ;
  a2a:PersonName [
    rdfs:label "Ubel Jacobs" ;
    a2a:PersonNameFirstName "Ubel" ;
    a2a:PersonNamePatronym "Jacobs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_25ce7395-e76c-5ce5-28af-ae0ab7acef71_Person-94fcc406-afc0-a492-9228-58a104ef0c63
  a a2a:Person ;
  rdfs:label "Annichien Harms" ;
  a2a:PersonName [
    rdfs:label "Annichien Harms" ;
    a2a:PersonNameFirstName "Annichien" ;
    a2a:PersonNamePatronym "Harms"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_25ce7395-e76c-5ce5-28af-ae0ab7acef71_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1777" ;
    a2a:Month "9" ;
    a2a:Day "14" ;
    rdfs:label "1777-09-14"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_25ce7395-e76c-5ce5-28af-ae0ab7acef71_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_25ce7395-e76c-5ce5-28af-ae0ab7acef71_Person:8cc2fa71-b31c-2838-f628-9e8df38d8fb8 ;
  a2a:EventKeyRef oa:event_dar_25ce7395-e76c-5ce5-28af-ae0ab7acef71_Event1 .

oa:relationep_dar_25ce7395-e76c-5ce5-28af-ae0ab7acef71_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_25ce7395-e76c-5ce5-28af-ae0ab7acef71_Person:30e5f2e7-82f7-9e95-b0db-ffa2dedd2d49 ;
  a2a:EventKeyRef oa:event_dar_25ce7395-e76c-5ce5-28af-ae0ab7acef71_Event1 .

oa:relationep_dar_25ce7395-e76c-5ce5-28af-ae0ab7acef71_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_25ce7395-e76c-5ce5-28af-ae0ab7acef71_Person:94fcc406-afc0-a492-9228-58a104ef0c63 ;
  a2a:EventKeyRef oa:event_dar_25ce7395-e76c-5ce5-28af-ae0ab7acef71_Event1 .

oa:source_dar_25ce7395-e76c-5ce5-28af-ae0ab7acef71
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Vries" ;
    rdfs:label "Vries", "1777-09-14 - 1777-09-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1777-09-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1777-09-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1777" ;
    a2a:Month "9" ;
    a2a:Day "14" ;
    rdfs:label "1777-09-14"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 116" ;
    a2a:Book "Doopregister Vries 116" ;
    a2a:RegistryNumber "116" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 116, Doopregister Vries 116, 116"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/624b7c91-78b7-21d1-fbc3-64220695dd8c.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/25ce7395-e76c-5ce5-28af-ae0ab7acef71" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/624b7c91-78b7-21d1-fbc3-64220695dd8c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/25ce7395-e76c-5ce5-28af-ae0ab7acef71" ;
  a2a:RecordGUID "{25ce7395-e76c-5ce5-28af-ae0ab7acef71}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkbron "Doop" ;
  a2a:SourceRemarkdeel "116" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250222_1326_00001326.xml van DAR" .

