@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_addbd495-e680-4efa-bdaf-4c6f5f830065
  a a2a:Record ;
  rdfs:label "Doop op 25 december 1807" ;
  a2a:hasPerson oa:person_dar_addbd495-e680-4efa-bdaf-4c6f5f830065_Person-78bf7cbb-2e56-448e-a8c6-7867cb5d857b, oa:person_dar_addbd495-e680-4efa-bdaf-4c6f5f830065_Person-a818cb35-e907-4e21-b448-54e4048d3795, oa:person_dar_addbd495-e680-4efa-bdaf-4c6f5f830065_Person-372f1d1f-0206-4de5-8c6a-f61840763e8d ;
  a2a:hasEvent oa:event_dar_addbd495-e680-4efa-bdaf-4c6f5f830065_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_addbd495-e680-4efa-bdaf-4c6f5f830065_0, oa:relationep_dar_addbd495-e680-4efa-bdaf-4c6f5f830065_1, oa:relationep_dar_addbd495-e680-4efa-bdaf-4c6f5f830065_2 ;
  a2a:hasSource oa:source_dar_addbd495-e680-4efa-bdaf-4c6f5f830065 .

oa:person_dar_addbd495-e680-4efa-bdaf-4c6f5f830065_Person-78bf7cbb-2e56-448e-a8c6-7867cb5d857b
  a a2a:Person ;
  rdfs:label "Jantijn" ;
  a2a:PersonName [
    rdfs:label "Jantijn" ;
    a2a:PersonNameFirstName "Jantijn"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1807" ;
    a2a:Month "12" ;
    a2a:Day "15" ;
    rdfs:label "1807-12-15"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Dalen" ;
    rdfs:label "Dalen"
  ] .

oa:person_dar_addbd495-e680-4efa-bdaf-4c6f5f830065_Person-a818cb35-e907-4e21-b448-54e4048d3795
  a a2a:Person ;
  rdfs:label "Gesijn Veldkamp" ;
  a2a:PersonName [
    rdfs:label "Gesijn Veldkamp" ;
    a2a:PersonNameFirstName "Gesijn" ;
    a2a:PersonNameLastName "Veldkamp"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_addbd495-e680-4efa-bdaf-4c6f5f830065_Person-372f1d1f-0206-4de5-8c6a-f61840763e8d
  a a2a:Person ;
  rdfs:label "Jan Harm Weggemans" ;
  a2a:PersonName [
    rdfs:label "Jan Harm Weggemans" ;
    a2a:PersonNameFirstName "Jan Harm" ;
    a2a:PersonNameLastName "Weggemans"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_addbd495-e680-4efa-bdaf-4c6f5f830065_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1807" ;
    a2a:Month "12" ;
    a2a:Day "25" ;
    rdfs:label "1807-12-25"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_addbd495-e680-4efa-bdaf-4c6f5f830065_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_addbd495-e680-4efa-bdaf-4c6f5f830065_Person:78bf7cbb-2e56-448e-a8c6-7867cb5d857b ;
  a2a:EventKeyRef oa:event_dar_addbd495-e680-4efa-bdaf-4c6f5f830065_Event1 .

oa:relationep_dar_addbd495-e680-4efa-bdaf-4c6f5f830065_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_addbd495-e680-4efa-bdaf-4c6f5f830065_Person:a818cb35-e907-4e21-b448-54e4048d3795 ;
  a2a:EventKeyRef oa:event_dar_addbd495-e680-4efa-bdaf-4c6f5f830065_Event1 .

oa:relationep_dar_addbd495-e680-4efa-bdaf-4c6f5f830065_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_addbd495-e680-4efa-bdaf-4c6f5f830065_Person:372f1d1f-0206-4de5-8c6a-f61840763e8d ;
  a2a:EventKeyRef oa:event_dar_addbd495-e680-4efa-bdaf-4c6f5f830065_Event1 .

oa:source_dar_addbd495-e680-4efa-bdaf-4c6f5f830065
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Dalen" ;
    rdfs:label "Dalen", "1807-12-25 - 1807-12-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1807-12-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1807-12-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1807" ;
    a2a:Month "12" ;
    a2a:Day "25" ;
    rdfs:label "1807-12-25"^^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/3d773b2a-8f9d-93ff-91de-26a382b7d118.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/addbd495-e680-4efa-bdaf-4c6f5f830065" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/3d773b2a-8f9d-93ff-91de-26a382b7d118.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-02-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/addbd495-e680-4efa-bdaf-4c6f5f830065" ;
  a2a:RecordGUID "{addbd495-e680-4efa-bdaf-4c6f5f830065}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231209_21028_00021028.xml van DAR" .

