@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_0104cff1-e804-4adf-a72b-1d4b652cea95
  a a2a:Record ;
  rdfs:label "Doop op 26 april 1789" ;
  a2a:hasPerson oa:person_dar_0104cff1-e804-4adf-a72b-1d4b652cea95_Person-e888cdf2-b841-4242-bce1-d9de6432f1c1, oa:person_dar_0104cff1-e804-4adf-a72b-1d4b652cea95_Person-be28017b-2c8f-4df6-a272-d6eb19209be6, oa:person_dar_0104cff1-e804-4adf-a72b-1d4b652cea95_Person-49e2abd6-16e7-4383-8a05-45a488198dd6 ;
  a2a:hasEvent oa:event_dar_0104cff1-e804-4adf-a72b-1d4b652cea95_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_0104cff1-e804-4adf-a72b-1d4b652cea95_0, oa:relationep_dar_0104cff1-e804-4adf-a72b-1d4b652cea95_1, oa:relationep_dar_0104cff1-e804-4adf-a72b-1d4b652cea95_2 ;
  a2a:hasSource oa:source_dar_0104cff1-e804-4adf-a72b-1d4b652cea95 .

oa:person_dar_0104cff1-e804-4adf-a72b-1d4b652cea95_Person-e888cdf2-b841-4242-bce1-d9de6432f1c1
  a a2a:Person ;
  rdfs:label "Annechien Hindriks" ;
  a2a:PersonName [
    rdfs:label "Annechien Hindriks" ;
    a2a:PersonNameFirstName "Annechien" ;
    a2a:PersonNamePatronym "Hindriks"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_0104cff1-e804-4adf-a72b-1d4b652cea95_Person-be28017b-2c8f-4df6-a272-d6eb19209be6
  a a2a:Person ;
  rdfs:label "Joest Huberts" ;
  a2a:PersonName [
    rdfs:label "Joest Huberts" ;
    a2a:PersonNameFirstName "Joest" ;
    a2a:PersonNamePatronym "Huberts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_0104cff1-e804-4adf-a72b-1d4b652cea95_Person-49e2abd6-16e7-4383-8a05-45a488198dd6
  a a2a:Person ;
  rdfs:label "Fennechien" ;
  a2a:PersonName [
    rdfs:label "Fennechien" ;
    a2a:PersonNameFirstName "Fennechien"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1789" ;
    a2a:Month "4" ;
    a2a:Day "23" ;
    rdfs:label "1789-04-23"^^xsd:date
  ] .

oa:event_dar_0104cff1-e804-4adf-a72b-1d4b652cea95_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1789" ;
    a2a:Month "4" ;
    a2a:Day "26" ;
    rdfs:label "1789-04-26"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_0104cff1-e804-4adf-a72b-1d4b652cea95_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_0104cff1-e804-4adf-a72b-1d4b652cea95_Person:e888cdf2-b841-4242-bce1-d9de6432f1c1 ;
  a2a:EventKeyRef oa:event_dar_0104cff1-e804-4adf-a72b-1d4b652cea95_Event1 .

oa:relationep_dar_0104cff1-e804-4adf-a72b-1d4b652cea95_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_0104cff1-e804-4adf-a72b-1d4b652cea95_Person:be28017b-2c8f-4df6-a272-d6eb19209be6 ;
  a2a:EventKeyRef oa:event_dar_0104cff1-e804-4adf-a72b-1d4b652cea95_Event1 .

oa:relationep_dar_0104cff1-e804-4adf-a72b-1d4b652cea95_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_0104cff1-e804-4adf-a72b-1d4b652cea95_Person:49e2abd6-16e7-4383-8a05-45a488198dd6 ;
  a2a:EventKeyRef oa:event_dar_0104cff1-e804-4adf-a72b-1d4b652cea95_Event1 .

oa:source_dar_0104cff1-e804-4adf-a72b-1d4b652cea95
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Peize" ;
    rdfs:label "Peize", "1789-04-26 - 1789-04-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1789-04-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1789-04-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1789" ;
    a2a:Month "4" ;
    a2a:Day "26" ;
    rdfs:label "1789-04-26"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 88" ;
    a2a:Book "Doopregister Peize 88" ;
    a2a:DocumentNumber "88" ;
    a2a:RegistryNumber "88" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 88, Doopregister Peize 88, 88, 88"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/d259b6f5-baf2-ad35-2201-277084501d1a.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/0104cff1-e804-4adf-a72b-1d4b652cea95" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/d259b6f5-baf2-ad35-2201-277084501d1a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/0104cff1-e804-4adf-a72b-1d4b652cea95" ;
  a2a:RecordGUID "{0104cff1-e804-4adf-a72b-1d4b652cea95}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_7668_00007668.xml van DAR" .

