@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_c80576e2-e9b4-1681-4e9c-fe9f47ecd78f
  a a2a:Record ;
  rdfs:label "Doop op 22 september 1805" ;
  a2a:hasPerson oa:person_dar_c80576e2-e9b4-1681-4e9c-fe9f47ecd78f_Person-aa2ff4b6-e7ea-5680-8f01-81368f5e5ad6, oa:person_dar_c80576e2-e9b4-1681-4e9c-fe9f47ecd78f_Person-94b5562e-4926-3082-0006-8c5acb9b9a96, oa:person_dar_c80576e2-e9b4-1681-4e9c-fe9f47ecd78f_Person-880807a4-cb42-c07b-239f-6fb0a3d046e3, oa:person_dar_c80576e2-e9b4-1681-4e9c-fe9f47ecd78f_Person-da19045c-60a5-9862-0c7a-fe0a609b05c3 ;
  a2a:hasEvent oa:event_dar_c80576e2-e9b4-1681-4e9c-fe9f47ecd78f_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_c80576e2-e9b4-1681-4e9c-fe9f47ecd78f_0, oa:relationep_dar_c80576e2-e9b4-1681-4e9c-fe9f47ecd78f_1, oa:relationep_dar_c80576e2-e9b4-1681-4e9c-fe9f47ecd78f_2, oa:relationep_dar_c80576e2-e9b4-1681-4e9c-fe9f47ecd78f_3 ;
  a2a:hasSource oa:source_dar_c80576e2-e9b4-1681-4e9c-fe9f47ecd78f .

oa:person_dar_c80576e2-e9b4-1681-4e9c-fe9f47ecd78f_Person-aa2ff4b6-e7ea-5680-8f01-81368f5e5ad6
  a a2a:Person ;
  rdfs:label "Jantien Berends" ;
  a2a:PersonName [
    rdfs:label "Jantien Berends" ;
    a2a:PersonNameFirstName "Jantien" ;
    a2a:PersonNamePatronym "Berends"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1805" ;
    a2a:Month "9" ;
    a2a:Day "15" ;
    rdfs:label "1805-09-15"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:person_dar_c80576e2-e9b4-1681-4e9c-fe9f47ecd78f_Person-94b5562e-4926-3082-0006-8c5acb9b9a96
  a a2a:Person ;
  rdfs:label "Aaltje Hendriks" ;
  a2a:PersonName [
    rdfs:label "Aaltje Hendriks" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNamePatronym "Hendriks"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_c80576e2-e9b4-1681-4e9c-fe9f47ecd78f_Person-880807a4-cb42-c07b-239f-6fb0a3d046e3
  a a2a:Person ;
  rdfs:label "Berent Gerhardus" ;
  a2a:PersonName [
    rdfs:label "Berent Gerhardus" ;
    a2a:PersonNameFirstName "Berent" ;
    a2a:PersonNamePatronym "Gerhardus"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_c80576e2-e9b4-1681-4e9c-fe9f47ecd78f_Person-da19045c-60a5-9862-0c7a-fe0a609b05c3
  a a2a:Person ;
  rdfs:label "Berent Gerhardus" ;
  a2a:PersonName [
    rdfs:label "Berent Gerhardus" ;
    a2a:PersonNameFirstName "Berent" ;
    a2a:PersonNamePatronym "Gerhardus"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_c80576e2-e9b4-1681-4e9c-fe9f47ecd78f_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1805" ;
    a2a:Month "9" ;
    a2a:Day "22" ;
    rdfs:label "1805-09-22"^^xsd:date
  ] ;
  a2a:EventReligion "Herv" .

oa:relationep_dar_c80576e2-e9b4-1681-4e9c-fe9f47ecd78f_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_c80576e2-e9b4-1681-4e9c-fe9f47ecd78f_Person:aa2ff4b6-e7ea-5680-8f01-81368f5e5ad6 ;
  a2a:EventKeyRef oa:event_dar_c80576e2-e9b4-1681-4e9c-fe9f47ecd78f_Event1 .

oa:relationep_dar_c80576e2-e9b4-1681-4e9c-fe9f47ecd78f_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_c80576e2-e9b4-1681-4e9c-fe9f47ecd78f_Person:94b5562e-4926-3082-0006-8c5acb9b9a96 ;
  a2a:EventKeyRef oa:event_dar_c80576e2-e9b4-1681-4e9c-fe9f47ecd78f_Event1 .

oa:relationep_dar_c80576e2-e9b4-1681-4e9c-fe9f47ecd78f_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_c80576e2-e9b4-1681-4e9c-fe9f47ecd78f_Person:880807a4-cb42-c07b-239f-6fb0a3d046e3 ;
  a2a:EventKeyRef oa:event_dar_c80576e2-e9b4-1681-4e9c-fe9f47ecd78f_Event1 .

oa:relationep_dar_c80576e2-e9b4-1681-4e9c-fe9f47ecd78f_3
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_dar_c80576e2-e9b4-1681-4e9c-fe9f47ecd78f_Person:da19045c-60a5-9862-0c7a-fe0a609b05c3 ;
  a2a:EventKeyRef oa:event_dar_c80576e2-e9b4-1681-4e9c-fe9f47ecd78f_Event1 .

oa:source_dar_c80576e2-e9b4-1681-4e9c-fe9f47ecd78f
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen", "1805-09-22 - 1805-09-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1805-09-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1805-09-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1805" ;
    a2a:Month "9" ;
    a2a:Day "22" ;
    rdfs:label "1805-09-22"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 4" ;
    a2a:Book "Doopregister Assen 4" ;
    a2a:RegistryNumber "4" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 4, Doopregister Assen 4, 4"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/8a31da20-0d9b-2c1b-bc41-3d09a9aa061c.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/c80576e2-e9b4-1681-4e9c-fe9f47ecd78f" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/8a31da20-0d9b-2c1b-bc41-3d09a9aa061c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/c80576e2-e9b4-1681-4e9c-fe9f47ecd78f" ;
  a2a:RecordGUID "{c80576e2-e9b4-1681-4e9c-fe9f47ecd78f}" ;
  a2a:SourceRemarkOpmerking "Religie: Herv" ;
  a2a:SourceRemarkbron "Doop" ;
  a2a:SourceRemarkdeel "4" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250222_441_00000441.xml van DAR" .

