@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_e7e4ea9f-9f0a-46aa-9bcc-ced88324e7b2
  a a2a:Record ;
  rdfs:label "Doop op 28 september 1738" ;
  a2a:hasPerson oa:person_dar_e7e4ea9f-9f0a-46aa-9bcc-ced88324e7b2_Person-7fe04719-2284-4d05-bd3a-a5ee9a90f0bf, oa:person_dar_e7e4ea9f-9f0a-46aa-9bcc-ced88324e7b2_Person-86b5a583-0b59-481d-832a-46486fac0f94, oa:person_dar_e7e4ea9f-9f0a-46aa-9bcc-ced88324e7b2_Person-ed7ffef9-ac8a-485c-9fae-94326f825761 ;
  a2a:hasEvent oa:event_dar_e7e4ea9f-9f0a-46aa-9bcc-ced88324e7b2_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_e7e4ea9f-9f0a-46aa-9bcc-ced88324e7b2_0, oa:relationep_dar_e7e4ea9f-9f0a-46aa-9bcc-ced88324e7b2_1, oa:relationep_dar_e7e4ea9f-9f0a-46aa-9bcc-ced88324e7b2_2 ;
  a2a:hasSource oa:source_dar_e7e4ea9f-9f0a-46aa-9bcc-ced88324e7b2 .

oa:person_dar_e7e4ea9f-9f0a-46aa-9bcc-ced88324e7b2_Person-7fe04719-2284-4d05-bd3a-a5ee9a90f0bf
  a a2a:Person ;
  rdfs:label "Aaltje" ;
  a2a:PersonName [
    rdfs:label "Aaltje" ;
    a2a:PersonNameFirstName "Aaltje"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthPlace [
    a2a:Place "Gasteren" ;
    rdfs:label "Gasteren"
  ] .

oa:person_dar_e7e4ea9f-9f0a-46aa-9bcc-ced88324e7b2_Person-86b5a583-0b59-481d-832a-46486fac0f94
  a a2a:Person ;
  rdfs:label "Jantje Cleve" ;
  a2a:PersonName [
    rdfs:label "Jantje Cleve" ;
    a2a:PersonNameFirstName "Jantje" ;
    a2a:PersonNameLastName "Cleve"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_e7e4ea9f-9f0a-46aa-9bcc-ced88324e7b2_Person-ed7ffef9-ac8a-485c-9fae-94326f825761
  a a2a:Person ;
  rdfs:label "Arent Clasen" ;
  a2a:PersonName [
    rdfs:label "Arent Clasen" ;
    a2a:PersonNameFirstName "Arent" ;
    a2a:PersonNamePatronym "Clasen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_e7e4ea9f-9f0a-46aa-9bcc-ced88324e7b2_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1738" ;
    a2a:Month "9" ;
    a2a:Day "28" ;
    rdfs:label "1738-09-28"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_e7e4ea9f-9f0a-46aa-9bcc-ced88324e7b2_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_e7e4ea9f-9f0a-46aa-9bcc-ced88324e7b2_Person:7fe04719-2284-4d05-bd3a-a5ee9a90f0bf ;
  a2a:EventKeyRef oa:event_dar_e7e4ea9f-9f0a-46aa-9bcc-ced88324e7b2_Event1 .

oa:relationep_dar_e7e4ea9f-9f0a-46aa-9bcc-ced88324e7b2_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_e7e4ea9f-9f0a-46aa-9bcc-ced88324e7b2_Person:86b5a583-0b59-481d-832a-46486fac0f94 ;
  a2a:EventKeyRef oa:event_dar_e7e4ea9f-9f0a-46aa-9bcc-ced88324e7b2_Event1 .

oa:relationep_dar_e7e4ea9f-9f0a-46aa-9bcc-ced88324e7b2_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_e7e4ea9f-9f0a-46aa-9bcc-ced88324e7b2_Person:ed7ffef9-ac8a-485c-9fae-94326f825761 ;
  a2a:EventKeyRef oa:event_dar_e7e4ea9f-9f0a-46aa-9bcc-ced88324e7b2_Event1 .

oa:source_dar_e7e4ea9f-9f0a-46aa-9bcc-ced88324e7b2
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Anloo" ;
    rdfs:label "Anloo", "1738-09-28 - 1738-09-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1738-09-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1738-09-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1738" ;
    a2a:Month "9" ;
    a2a:Day "28" ;
    rdfs:label "1738-09-28"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 1" ;
    a2a:Book "Doopregister Anloo 1" ;
    a2a:DocumentNumber "1" ;
    a2a:RegistryNumber "1" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 1, Doopregister Anloo 1, 1, 1"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/4b1cff6e-1060-480e-2bd7-85a27a228d6a.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/e7e4ea9f-9f0a-46aa-9bcc-ced88324e7b2" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/4b1cff6e-1060-480e-2bd7-85a27a228d6a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-02-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/e7e4ea9f-9f0a-46aa-9bcc-ced88324e7b2" ;
  a2a:RecordGUID "{e7e4ea9f-9f0a-46aa-9bcc-ced88324e7b2}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231209_22702_00022702.xml van DAR" .

