@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_9604aac2-b93b-e8c8-252d-32f01bd52962
  a a2a:Record ;
  rdfs:label "Doop op 13 maart 1796" ;
  a2a:hasPerson oa:person_dar_9604aac2-b93b-e8c8-252d-32f01bd52962_Person-14fa1778-fa2c-69f0-4c74-26c03a59147f, oa:person_dar_9604aac2-b93b-e8c8-252d-32f01bd52962_Person-544f01f6-9c97-1412-391a-760ea7f17c80, oa:person_dar_9604aac2-b93b-e8c8-252d-32f01bd52962_Person-482e2489-5b71-aeed-1913-d8d1d8563a26 ;
  a2a:hasEvent oa:event_dar_9604aac2-b93b-e8c8-252d-32f01bd52962_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_9604aac2-b93b-e8c8-252d-32f01bd52962_0, oa:relationep_dar_9604aac2-b93b-e8c8-252d-32f01bd52962_1, oa:relationep_dar_9604aac2-b93b-e8c8-252d-32f01bd52962_2 ;
  a2a:hasSource oa:source_dar_9604aac2-b93b-e8c8-252d-32f01bd52962 .

oa:person_dar_9604aac2-b93b-e8c8-252d-32f01bd52962_Person-14fa1778-fa2c-69f0-4c74-26c03a59147f
  a a2a:Person ;
  rdfs:label "Janna Pieters" ;
  a2a:PersonName [
    rdfs:label "Janna Pieters" ;
    a2a:PersonNameFirstName "Janna" ;
    a2a:PersonNamePatronym "Pieters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_9604aac2-b93b-e8c8-252d-32f01bd52962_Person-544f01f6-9c97-1412-391a-760ea7f17c80
  a a2a:Person ;
  rdfs:label "Tetje Alberts" ;
  a2a:PersonName [
    rdfs:label "Tetje Alberts" ;
    a2a:PersonNameFirstName "Tetje" ;
    a2a:PersonNamePatronym "Alberts"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthPlace [
    a2a:Place "Peize" ;
    rdfs:label "Peize"
  ] .

oa:person_dar_9604aac2-b93b-e8c8-252d-32f01bd52962_Person-482e2489-5b71-aeed-1913-d8d1d8563a26
  a a2a:Person ;
  rdfs:label "Albert Arnoldus" ;
  a2a:PersonName [
    rdfs:label "Albert Arnoldus" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNamePatronym "Arnoldus"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_9604aac2-b93b-e8c8-252d-32f01bd52962_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1796" ;
    a2a:Month "3" ;
    a2a:Day "13" ;
    rdfs:label "1796-03-13"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_9604aac2-b93b-e8c8-252d-32f01bd52962_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_9604aac2-b93b-e8c8-252d-32f01bd52962_Person:14fa1778-fa2c-69f0-4c74-26c03a59147f ;
  a2a:EventKeyRef oa:event_dar_9604aac2-b93b-e8c8-252d-32f01bd52962_Event1 .

oa:relationep_dar_9604aac2-b93b-e8c8-252d-32f01bd52962_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_9604aac2-b93b-e8c8-252d-32f01bd52962_Person:544f01f6-9c97-1412-391a-760ea7f17c80 ;
  a2a:EventKeyRef oa:event_dar_9604aac2-b93b-e8c8-252d-32f01bd52962_Event1 .

oa:relationep_dar_9604aac2-b93b-e8c8-252d-32f01bd52962_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_9604aac2-b93b-e8c8-252d-32f01bd52962_Person:482e2489-5b71-aeed-1913-d8d1d8563a26 ;
  a2a:EventKeyRef oa:event_dar_9604aac2-b93b-e8c8-252d-32f01bd52962_Event1 .

oa:source_dar_9604aac2-b93b-e8c8-252d-32f01bd52962
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Peize" ;
    rdfs:label "Peize", "1796-03-13 - 1796-03-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1796-03-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1796-03-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1796" ;
    a2a:Month "3" ;
    a2a:Day "13" ;
    rdfs:label "1796-03-13"^^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:RegistryNumber "88" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 88, Doopregister Peize 88, 88"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/81b562d8-7f15-29b9-43e0-dac6eb6acae1.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/9604aac2-b93b-e8c8-252d-32f01bd52962" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/81b562d8-7f15-29b9-43e0-dac6eb6acae1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/9604aac2-b93b-e8c8-252d-32f01bd52962" ;
  a2a:RecordGUID "{9604aac2-b93b-e8c8-252d-32f01bd52962}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkbron "Doop" ;
  a2a:SourceRemarkdeel "88" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250222_1242_00001242.xml van DAR" .

