@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_5a6d5e45-e240-4be6-9a1c-2d23cd8b4633
  a a2a:Record ;
  rdfs:label "Doop op 4 oktober 1807" ;
  a2a:hasPerson oa:person_dar_5a6d5e45-e240-4be6-9a1c-2d23cd8b4633_Person-9e227d4f-667a-4100-b176-41f6caabcfd6, oa:person_dar_5a6d5e45-e240-4be6-9a1c-2d23cd8b4633_Person-8b0b1c80-2f32-4ac8-b064-3daec4d908db, oa:person_dar_5a6d5e45-e240-4be6-9a1c-2d23cd8b4633_Person-7d1641ef-f4e0-4dba-8769-3a6bab895875 ;
  a2a:hasEvent oa:event_dar_5a6d5e45-e240-4be6-9a1c-2d23cd8b4633_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_5a6d5e45-e240-4be6-9a1c-2d23cd8b4633_0, oa:relationep_dar_5a6d5e45-e240-4be6-9a1c-2d23cd8b4633_1, oa:relationep_dar_5a6d5e45-e240-4be6-9a1c-2d23cd8b4633_2 ;
  a2a:hasSource oa:source_dar_5a6d5e45-e240-4be6-9a1c-2d23cd8b4633 .

oa:person_dar_5a6d5e45-e240-4be6-9a1c-2d23cd8b4633_Person-9e227d4f-667a-4100-b176-41f6caabcfd6
  a a2a:Person ;
  rdfs:label "Jacob" ;
  a2a:PersonName [
    rdfs:label "Jacob" ;
    a2a:PersonNameFirstName "Jacob"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1807" ;
    a2a:Month "9" ;
    a2a:Day "23" ;
    rdfs:label "1807-09-23"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Wagtum" ;
    rdfs:label "Wagtum"
  ] .

oa:person_dar_5a6d5e45-e240-4be6-9a1c-2d23cd8b4633_Person-8b0b1c80-2f32-4ac8-b064-3daec4d908db
  a a2a:Person ;
  rdfs:label "Jantijn Jacobs" ;
  a2a:PersonName [
    rdfs:label "Jantijn Jacobs" ;
    a2a:PersonNameFirstName "Jantijn" ;
    a2a:PersonNamePatronym "Jacobs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_5a6d5e45-e240-4be6-9a1c-2d23cd8b4633_Person-7d1641ef-f4e0-4dba-8769-3a6bab895875
  a a2a:Person ;
  rdfs:label "Jannes Berends" ;
  a2a:PersonName [
    rdfs:label "Jannes Berends" ;
    a2a:PersonNameFirstName "Jannes" ;
    a2a:PersonNamePatronym "Berends"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_5a6d5e45-e240-4be6-9a1c-2d23cd8b4633_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1807" ;
    a2a:Month "10" ;
    a2a:Day "4" ;
    rdfs:label "1807-10-04"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_5a6d5e45-e240-4be6-9a1c-2d23cd8b4633_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_5a6d5e45-e240-4be6-9a1c-2d23cd8b4633_Person:9e227d4f-667a-4100-b176-41f6caabcfd6 ;
  a2a:EventKeyRef oa:event_dar_5a6d5e45-e240-4be6-9a1c-2d23cd8b4633_Event1 .

oa:relationep_dar_5a6d5e45-e240-4be6-9a1c-2d23cd8b4633_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_5a6d5e45-e240-4be6-9a1c-2d23cd8b4633_Person:8b0b1c80-2f32-4ac8-b064-3daec4d908db ;
  a2a:EventKeyRef oa:event_dar_5a6d5e45-e240-4be6-9a1c-2d23cd8b4633_Event1 .

oa:relationep_dar_5a6d5e45-e240-4be6-9a1c-2d23cd8b4633_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_5a6d5e45-e240-4be6-9a1c-2d23cd8b4633_Person:7d1641ef-f4e0-4dba-8769-3a6bab895875 ;
  a2a:EventKeyRef oa:event_dar_5a6d5e45-e240-4be6-9a1c-2d23cd8b4633_Event1 .

oa:source_dar_5a6d5e45-e240-4be6-9a1c-2d23cd8b4633
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Dalen" ;
    rdfs:label "Dalen", "1807-10-04 - 1807-10-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1807-10-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1807-10-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1807" ;
    a2a:Month "10" ;
    a2a:Day "4" ;
    rdfs:label "1807-10-04"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 16" ;
    a2a:Book "Doopregister Dalen 16" ;
    a2a:DocumentNumber "16" ;
    a2a:RegistryNumber "16" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 16, Doopregister Dalen 16, 16, 16"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/a0e60da5-9a80-2067-2b37-865776fed024.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/5a6d5e45-e240-4be6-9a1c-2d23cd8b4633" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/a0e60da5-9a80-2067-2b37-865776fed024.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-02-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/5a6d5e45-e240-4be6-9a1c-2d23cd8b4633" ;
  a2a:RecordGUID "{5a6d5e45-e240-4be6-9a1c-2d23cd8b4633}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231209_21028_00021028.xml van DAR" .

