@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_08cd9c30-8ffc-453f-82ac-8a5ce7fc53c2
  a a2a:Record ;
  rdfs:label "Doop op 3 augustus 1800" ;
  a2a:hasPerson oa:person_dar_08cd9c30-8ffc-453f-82ac-8a5ce7fc53c2_Person-d9068634-42dd-499d-b3bc-791cbec37b20, oa:person_dar_08cd9c30-8ffc-453f-82ac-8a5ce7fc53c2_Person-e64d271f-0357-48d0-a739-79f86a9f64e0, oa:person_dar_08cd9c30-8ffc-453f-82ac-8a5ce7fc53c2_Person-d6d156fb-6d55-453c-b546-2f9efa8496de ;
  a2a:hasEvent oa:event_dar_08cd9c30-8ffc-453f-82ac-8a5ce7fc53c2_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_08cd9c30-8ffc-453f-82ac-8a5ce7fc53c2_0, oa:relationep_dar_08cd9c30-8ffc-453f-82ac-8a5ce7fc53c2_1, oa:relationep_dar_08cd9c30-8ffc-453f-82ac-8a5ce7fc53c2_2 ;
  a2a:hasSource oa:source_dar_08cd9c30-8ffc-453f-82ac-8a5ce7fc53c2 .

oa:person_dar_08cd9c30-8ffc-453f-82ac-8a5ce7fc53c2_Person-d9068634-42dd-499d-b3bc-791cbec37b20
  a a2a:Person ;
  rdfs:label "Grietien Jacobs" ;
  a2a:PersonName [
    rdfs:label "Grietien Jacobs" ;
    a2a:PersonNameFirstName "Grietien" ;
    a2a:PersonNamePatronym "Jacobs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_08cd9c30-8ffc-453f-82ac-8a5ce7fc53c2_Person-e64d271f-0357-48d0-a739-79f86a9f64e0
  a a2a:Person ;
  rdfs:label "Peter Egberts" ;
  a2a:PersonName [
    rdfs:label "Peter Egberts" ;
    a2a:PersonNameFirstName "Peter" ;
    a2a:PersonNamePatronym "Egberts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_08cd9c30-8ffc-453f-82ac-8a5ce7fc53c2_Person-d6d156fb-6d55-453c-b546-2f9efa8496de
  a a2a:Person ;
  rdfs:label "Jelle" ;
  a2a:PersonName [
    rdfs:label "Jelle" ;
    a2a:PersonNameFirstName "Jelle"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1800" ;
    a2a:Month "7" ;
    a2a:Day "31" ;
    rdfs:label "1800-07-31"^^xsd:date
  ] .

oa:event_dar_08cd9c30-8ffc-453f-82ac-8a5ce7fc53c2_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1800" ;
    a2a:Month "8" ;
    a2a:Day "3" ;
    rdfs:label "1800-08-03"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_08cd9c30-8ffc-453f-82ac-8a5ce7fc53c2_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_08cd9c30-8ffc-453f-82ac-8a5ce7fc53c2_Person:d9068634-42dd-499d-b3bc-791cbec37b20 ;
  a2a:EventKeyRef oa:event_dar_08cd9c30-8ffc-453f-82ac-8a5ce7fc53c2_Event1 .

oa:relationep_dar_08cd9c30-8ffc-453f-82ac-8a5ce7fc53c2_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_08cd9c30-8ffc-453f-82ac-8a5ce7fc53c2_Person:e64d271f-0357-48d0-a739-79f86a9f64e0 ;
  a2a:EventKeyRef oa:event_dar_08cd9c30-8ffc-453f-82ac-8a5ce7fc53c2_Event1 .

oa:relationep_dar_08cd9c30-8ffc-453f-82ac-8a5ce7fc53c2_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_08cd9c30-8ffc-453f-82ac-8a5ce7fc53c2_Person:d6d156fb-6d55-453c-b546-2f9efa8496de ;
  a2a:EventKeyRef oa:event_dar_08cd9c30-8ffc-453f-82ac-8a5ce7fc53c2_Event1 .

oa:source_dar_08cd9c30-8ffc-453f-82ac-8a5ce7fc53c2
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kloosterveen" ;
    rdfs:label "Kloosterveen", "1800-08-03 - 1800-08-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1800-08-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1800-08-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1800" ;
    a2a:Month "8" ;
    a2a:Day "3" ;
    rdfs:label "1800-08-03"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 58" ;
    a2a:Book "Doopregister Kloosterveen 58" ;
    a2a:DocumentNumber "58" ;
    a2a:RegistryNumber "58" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 58, Doopregister Kloosterveen 58, 58, 58"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/55d3aa31-efb7-d4fd-ed72-7f1d52ec3058.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/08cd9c30-8ffc-453f-82ac-8a5ce7fc53c2" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/55d3aa31-efb7-d4fd-ed72-7f1d52ec3058.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/08cd9c30-8ffc-453f-82ac-8a5ce7fc53c2" ;
  a2a:RecordGUID "{08cd9c30-8ffc-453f-82ac-8a5ce7fc53c2}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_7704_00007704.xml van DAR" .

