@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_1e89ddd7-cb94-ba6a-e502-e399372426ac
  a a2a:Record ;
  rdfs:label "Doop op 19 november 1800" ;
  a2a:hasPerson oa:person_dar_1e89ddd7-cb94-ba6a-e502-e399372426ac_Person-1c0f0e8b-af6b-4ad0-c95b-64411441031f, oa:person_dar_1e89ddd7-cb94-ba6a-e502-e399372426ac_Person-b2b89f81-55ee-3333-be44-e26a312b9854, oa:person_dar_1e89ddd7-cb94-ba6a-e502-e399372426ac_Person-f5e03520-d8b9-bdf8-cc4e-582d4551a438 ;
  a2a:hasEvent oa:event_dar_1e89ddd7-cb94-ba6a-e502-e399372426ac_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_1e89ddd7-cb94-ba6a-e502-e399372426ac_0, oa:relationep_dar_1e89ddd7-cb94-ba6a-e502-e399372426ac_1, oa:relationep_dar_1e89ddd7-cb94-ba6a-e502-e399372426ac_2 ;
  a2a:hasSource oa:source_dar_1e89ddd7-cb94-ba6a-e502-e399372426ac .

oa:person_dar_1e89ddd7-cb94-ba6a-e502-e399372426ac_Person-1c0f0e8b-af6b-4ad0-c95b-64411441031f
  a a2a:Person ;
  rdfs:label "Berendina Loos" ;
  a2a:PersonName [
    rdfs:label "Berendina Loos" ;
    a2a:PersonNameFirstName "Berendina" ;
    a2a:PersonNameLastName "Loos"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_1e89ddd7-cb94-ba6a-e502-e399372426ac_Person-b2b89f81-55ee-3333-be44-e26a312b9854
  a a2a:Person ;
  rdfs:label "Andries Hendriks" ;
  a2a:PersonName [
    rdfs:label "Andries Hendriks" ;
    a2a:PersonNameFirstName "Andries" ;
    a2a:PersonNamePatronym "Hendriks"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthPlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] .

oa:person_dar_1e89ddd7-cb94-ba6a-e502-e399372426ac_Person-f5e03520-d8b9-bdf8-cc4e-582d4551a438
  a a2a:Person ;
  rdfs:label "Hendrik Roelofs Zwikken" ;
  a2a:PersonName [
    rdfs:label "Hendrik Roelofs Zwikken" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNamePatronym "Roelofs" ;
    a2a:PersonNameLastName "Zwikken"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_1e89ddd7-cb94-ba6a-e502-e399372426ac_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1800" ;
    a2a:Month "11" ;
    a2a:Day "19" ;
    rdfs:label "1800-11-19"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_1e89ddd7-cb94-ba6a-e502-e399372426ac_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_1e89ddd7-cb94-ba6a-e502-e399372426ac_Person:1c0f0e8b-af6b-4ad0-c95b-64411441031f ;
  a2a:EventKeyRef oa:event_dar_1e89ddd7-cb94-ba6a-e502-e399372426ac_Event1 .

oa:relationep_dar_1e89ddd7-cb94-ba6a-e502-e399372426ac_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_1e89ddd7-cb94-ba6a-e502-e399372426ac_Person:b2b89f81-55ee-3333-be44-e26a312b9854 ;
  a2a:EventKeyRef oa:event_dar_1e89ddd7-cb94-ba6a-e502-e399372426ac_Event1 .

oa:relationep_dar_1e89ddd7-cb94-ba6a-e502-e399372426ac_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_1e89ddd7-cb94-ba6a-e502-e399372426ac_Person:f5e03520-d8b9-bdf8-cc4e-582d4551a438 ;
  a2a:EventKeyRef oa:event_dar_1e89ddd7-cb94-ba6a-e502-e399372426ac_Event1 .

oa:source_dar_1e89ddd7-cb94-ba6a-e502-e399372426ac
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel", "1800-11-19 - 1800-11-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1800-11-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1800-11-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1800" ;
    a2a:Month "11" ;
    a2a:Day "19" ;
    rdfs:label "1800-11-19"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 71" ;
    a2a:Book "Doopregister Meppel 71" ;
    a2a:RegistryNumber "71" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 71, Doopregister Meppel 71, 71"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/63edaaa1-6d97-0a5f-8fe0-0079df74af99.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/1e89ddd7-cb94-ba6a-e502-e399372426ac" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/63edaaa1-6d97-0a5f-8fe0-0079df74af99.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/1e89ddd7-cb94-ba6a-e502-e399372426ac" ;
  a2a:RecordGUID "{1e89ddd7-cb94-ba6a-e502-e399372426ac}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkbron "Doop" ;
  a2a:SourceRemarkdeel "71" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250222_929_00000929.xml van DAR" .

