@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_fc5dd50c-a216-e324-3fd3-e7da4ce8282f
  a a2a:Record ;
  rdfs:label "Doop op 22 januari 1755" ;
  a2a:hasPerson oa:person_dar_fc5dd50c-a216-e324-3fd3-e7da4ce8282f_Person-560d0356-1d1d-9418-c3ac-5d1ad9cfc086, oa:person_dar_fc5dd50c-a216-e324-3fd3-e7da4ce8282f_Person-4e86a672-826a-497f-2ccd-88dc465af0f1, oa:person_dar_fc5dd50c-a216-e324-3fd3-e7da4ce8282f_Person-9ffd6999-0636-a5bc-361a-f6dc2bc944c3, oa:person_dar_fc5dd50c-a216-e324-3fd3-e7da4ce8282f_Person-79f54374-e84e-cef1-e5ff-4fe29e824417 ;
  a2a:hasEvent oa:event_dar_fc5dd50c-a216-e324-3fd3-e7da4ce8282f_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_fc5dd50c-a216-e324-3fd3-e7da4ce8282f_0, oa:relationep_dar_fc5dd50c-a216-e324-3fd3-e7da4ce8282f_1, oa:relationep_dar_fc5dd50c-a216-e324-3fd3-e7da4ce8282f_2, oa:relationep_dar_fc5dd50c-a216-e324-3fd3-e7da4ce8282f_3 ;
  a2a:hasSource oa:source_dar_fc5dd50c-a216-e324-3fd3-e7da4ce8282f .

oa:person_dar_fc5dd50c-a216-e324-3fd3-e7da4ce8282f_Person-560d0356-1d1d-9418-c3ac-5d1ad9cfc086
  a a2a:Person ;
  rdfs:label "Zwaantje Jacobs" ;
  a2a:PersonName [
    rdfs:label "Zwaantje Jacobs" ;
    a2a:PersonNameFirstName "Zwaantje" ;
    a2a:PersonNamePatronym "Jacobs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_fc5dd50c-a216-e324-3fd3-e7da4ce8282f_Person-4e86a672-826a-497f-2ccd-88dc465af0f1
  a a2a:Person ;
  rdfs:label "Janke Egberts" ;
  a2a:PersonName [
    rdfs:label "Janke Egberts" ;
    a2a:PersonNameFirstName "Janke" ;
    a2a:PersonNamePatronym "Egberts"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthPlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] .

oa:person_dar_fc5dd50c-a216-e324-3fd3-e7da4ce8282f_Person-9ffd6999-0636-a5bc-361a-f6dc2bc944c3
  a a2a:Person ;
  rdfs:label "Egbert Dalfessen" ;
  a2a:PersonName [
    rdfs:label "Egbert Dalfessen" ;
    a2a:PersonNameFirstName "Egbert" ;
    a2a:PersonNameLastName "Dalfessen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_fc5dd50c-a216-e324-3fd3-e7da4ce8282f_Person-79f54374-e84e-cef1-e5ff-4fe29e824417
  a a2a:Person ;
  rdfs:label "Femmichen Dalfessen" ;
  a2a:PersonName [
    rdfs:label "Femmichen Dalfessen" ;
    a2a:PersonNameFirstName "Femmichen" ;
    a2a:PersonNameLastName "Dalfessen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_fc5dd50c-a216-e324-3fd3-e7da4ce8282f_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1755" ;
    a2a:Month "1" ;
    a2a:Day "22" ;
    rdfs:label "1755-01-22"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_fc5dd50c-a216-e324-3fd3-e7da4ce8282f_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_fc5dd50c-a216-e324-3fd3-e7da4ce8282f_Person:560d0356-1d1d-9418-c3ac-5d1ad9cfc086 ;
  a2a:EventKeyRef oa:event_dar_fc5dd50c-a216-e324-3fd3-e7da4ce8282f_Event1 .

oa:relationep_dar_fc5dd50c-a216-e324-3fd3-e7da4ce8282f_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_fc5dd50c-a216-e324-3fd3-e7da4ce8282f_Person:4e86a672-826a-497f-2ccd-88dc465af0f1 ;
  a2a:EventKeyRef oa:event_dar_fc5dd50c-a216-e324-3fd3-e7da4ce8282f_Event1 .

oa:relationep_dar_fc5dd50c-a216-e324-3fd3-e7da4ce8282f_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_fc5dd50c-a216-e324-3fd3-e7da4ce8282f_Person:9ffd6999-0636-a5bc-361a-f6dc2bc944c3 ;
  a2a:EventKeyRef oa:event_dar_fc5dd50c-a216-e324-3fd3-e7da4ce8282f_Event1 .

oa:relationep_dar_fc5dd50c-a216-e324-3fd3-e7da4ce8282f_3
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_dar_fc5dd50c-a216-e324-3fd3-e7da4ce8282f_Person:79f54374-e84e-cef1-e5ff-4fe29e824417 ;
  a2a:EventKeyRef oa:event_dar_fc5dd50c-a216-e324-3fd3-e7da4ce8282f_Event1 .

oa:source_dar_fc5dd50c-a216-e324-3fd3-e7da4ce8282f
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel", "1755-01-22 - 1755-01-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1755-01-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1755-01-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1755" ;
    a2a:Month "1" ;
    a2a:Day "22" ;
    rdfs:label "1755-01-22"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 69" ;
    a2a:Book "Doopregister Meppel 69" ;
    a2a:RegistryNumber "69" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 69, Doopregister Meppel 69, 69"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/5ddacce6-6114-5bea-3249-7cc31be1e754.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/fc5dd50c-a216-e324-3fd3-e7da4ce8282f" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/5ddacce6-6114-5bea-3249-7cc31be1e754.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/fc5dd50c-a216-e324-3fd3-e7da4ce8282f" ;
  a2a:RecordGUID "{fc5dd50c-a216-e324-3fd3-e7da4ce8282f}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkbron "Doop" ;
  a2a:SourceRemarkdeel "69" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250222_1080_00001080.xml van DAR" .

