@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_531f6587-4f5e-3c95-ca0e-e82b9b2da99f
  a a2a:Record ;
  rdfs:label "Doop op 9 februari 1800" ;
  a2a:hasPerson oa:person_dar_531f6587-4f5e-3c95-ca0e-e82b9b2da99f_Person-a455dd11-660d-f1e3-a9da-9d83d2f21f1f, oa:person_dar_531f6587-4f5e-3c95-ca0e-e82b9b2da99f_Person-a5cd2a49-8c9c-d182-55c1-76da6598298f, oa:person_dar_531f6587-4f5e-3c95-ca0e-e82b9b2da99f_Person-36ced627-a6ec-0827-1026-6438170b376e ;
  a2a:hasEvent oa:event_dar_531f6587-4f5e-3c95-ca0e-e82b9b2da99f_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_531f6587-4f5e-3c95-ca0e-e82b9b2da99f_0, oa:relationep_dar_531f6587-4f5e-3c95-ca0e-e82b9b2da99f_1, oa:relationep_dar_531f6587-4f5e-3c95-ca0e-e82b9b2da99f_2 ;
  a2a:hasSource oa:source_dar_531f6587-4f5e-3c95-ca0e-e82b9b2da99f .

oa:person_dar_531f6587-4f5e-3c95-ca0e-e82b9b2da99f_Person-a455dd11-660d-f1e3-a9da-9d83d2f21f1f
  a a2a:Person ;
  rdfs:label "Albertjen Eises" ;
  a2a:PersonName [
    rdfs:label "Albertjen Eises" ;
    a2a:PersonNameFirstName "Albertjen" ;
    a2a:PersonNamePatronym "Eises"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_dar_531f6587-4f5e-3c95-ca0e-e82b9b2da99f_Person-a5cd2a49-8c9c-d182-55c1-76da6598298f
  a a2a:Person ;
  rdfs:label "Eise Hendriks" ;
  a2a:PersonName [
    rdfs:label "Eise Hendriks" ;
    a2a:PersonNameFirstName "Eise" ;
    a2a:PersonNamePatronym "Hendriks"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_531f6587-4f5e-3c95-ca0e-e82b9b2da99f_Person-36ced627-a6ec-0827-1026-6438170b376e
  a a2a:Person ;
  rdfs:label "Aaltjen Aalders" ;
  a2a:PersonName [
    rdfs:label "Aaltjen Aalders" ;
    a2a:PersonNameFirstName "Aaltjen" ;
    a2a:PersonNamePatronym "Aalders"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_531f6587-4f5e-3c95-ca0e-e82b9b2da99f_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1800" ;
    a2a:Month "2" ;
    a2a:Day "9" ;
    rdfs:label "1800-02-09"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_531f6587-4f5e-3c95-ca0e-e82b9b2da99f_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_531f6587-4f5e-3c95-ca0e-e82b9b2da99f_Person:a455dd11-660d-f1e3-a9da-9d83d2f21f1f ;
  a2a:EventKeyRef oa:event_dar_531f6587-4f5e-3c95-ca0e-e82b9b2da99f_Event1 .

oa:relationep_dar_531f6587-4f5e-3c95-ca0e-e82b9b2da99f_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_531f6587-4f5e-3c95-ca0e-e82b9b2da99f_Person:a5cd2a49-8c9c-d182-55c1-76da6598298f ;
  a2a:EventKeyRef oa:event_dar_531f6587-4f5e-3c95-ca0e-e82b9b2da99f_Event1 .

oa:relationep_dar_531f6587-4f5e-3c95-ca0e-e82b9b2da99f_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_531f6587-4f5e-3c95-ca0e-e82b9b2da99f_Person:36ced627-a6ec-0827-1026-6438170b376e ;
  a2a:EventKeyRef oa:event_dar_531f6587-4f5e-3c95-ca0e-e82b9b2da99f_Event1 .

oa:source_dar_531f6587-4f5e-3c95-ca0e-e82b9b2da99f
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Beilen" ;
    rdfs:label "Beilen", "1800-02-09 - 1800-02-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1800-02-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1800-02-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1800" ;
    a2a:Month "2" ;
    a2a:Day "9" ;
    rdfs:label "1800-02-09"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 7" ;
    a2a:Book "Doopregister Beilen 7" ;
    a2a:RegistryNumber "7" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 7, Doopregister Beilen 7, 7"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/94b88f20-6c49-f5da-1a45-bcdb2079e605.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/531f6587-4f5e-3c95-ca0e-e82b9b2da99f" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/94b88f20-6c49-f5da-1a45-bcdb2079e605.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/531f6587-4f5e-3c95-ca0e-e82b9b2da99f" ;
  a2a:RecordGUID "{531f6587-4f5e-3c95-ca0e-e82b9b2da99f}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkbron "Doop" ;
  a2a:SourceRemarkdeel "7" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250222_307_00000307.xml van DAR" .

