@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_f87879d7-cecd-86f8-2eef-e502b46485f9
  a a2a:Record ;
  rdfs:label "Doop op 17 mei 1778" ;
  a2a:hasPerson oa:person_dar_f87879d7-cecd-86f8-2eef-e502b46485f9_Person-0721f123-b04a-9f91-22ce-96e831dd306e, oa:person_dar_f87879d7-cecd-86f8-2eef-e502b46485f9_Person-44724473-2ebf-9d37-6896-db23511dc3ff, oa:person_dar_f87879d7-cecd-86f8-2eef-e502b46485f9_Person-70a593cb-5c1f-731a-64b6-aaaaeb8da812 ;
  a2a:hasEvent oa:event_dar_f87879d7-cecd-86f8-2eef-e502b46485f9_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_f87879d7-cecd-86f8-2eef-e502b46485f9_0, oa:relationep_dar_f87879d7-cecd-86f8-2eef-e502b46485f9_1, oa:relationep_dar_f87879d7-cecd-86f8-2eef-e502b46485f9_2 ;
  a2a:hasSource oa:source_dar_f87879d7-cecd-86f8-2eef-e502b46485f9 .

oa:person_dar_f87879d7-cecd-86f8-2eef-e502b46485f9_Person-0721f123-b04a-9f91-22ce-96e831dd306e
  a a2a:Person ;
  rdfs:label "Jantje Jans" ;
  a2a:PersonName [
    rdfs:label "Jantje Jans" ;
    a2a:PersonNameFirstName "Jantje" ;
    a2a:PersonNamePatronym "Jans"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthPlace [
    a2a:Place "Schipborg" ;
    rdfs:label "Schipborg"
  ] .

oa:person_dar_f87879d7-cecd-86f8-2eef-e502b46485f9_Person-44724473-2ebf-9d37-6896-db23511dc3ff
  a a2a:Person ;
  rdfs:label "Jakobje Roelofs" ;
  a2a:PersonName [
    rdfs:label "Jakobje Roelofs" ;
    a2a:PersonNameFirstName "Jakobje" ;
    a2a:PersonNamePatronym "Roelofs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_f87879d7-cecd-86f8-2eef-e502b46485f9_Person-70a593cb-5c1f-731a-64b6-aaaaeb8da812
  a a2a:Person ;
  rdfs:label "Jan Harms Mellens" ;
  a2a:PersonName [
    rdfs:label "Jan Harms Mellens" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePatronym "Harms" ;
    a2a:PersonNameLastName "Mellens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_f87879d7-cecd-86f8-2eef-e502b46485f9_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1778" ;
    a2a:Month "5" ;
    a2a:Day "17" ;
    rdfs:label "1778-05-17"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_f87879d7-cecd-86f8-2eef-e502b46485f9_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_f87879d7-cecd-86f8-2eef-e502b46485f9_Person:0721f123-b04a-9f91-22ce-96e831dd306e ;
  a2a:EventKeyRef oa:event_dar_f87879d7-cecd-86f8-2eef-e502b46485f9_Event1 .

oa:relationep_dar_f87879d7-cecd-86f8-2eef-e502b46485f9_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_f87879d7-cecd-86f8-2eef-e502b46485f9_Person:44724473-2ebf-9d37-6896-db23511dc3ff ;
  a2a:EventKeyRef oa:event_dar_f87879d7-cecd-86f8-2eef-e502b46485f9_Event1 .

oa:relationep_dar_f87879d7-cecd-86f8-2eef-e502b46485f9_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_f87879d7-cecd-86f8-2eef-e502b46485f9_Person:70a593cb-5c1f-731a-64b6-aaaaeb8da812 ;
  a2a:EventKeyRef oa:event_dar_f87879d7-cecd-86f8-2eef-e502b46485f9_Event1 .

oa:source_dar_f87879d7-cecd-86f8-2eef-e502b46485f9
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Anloo" ;
    rdfs:label "Anloo", "1778-05-17 - 1778-05-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1778-05-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1778-05-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1778" ;
    a2a:Month "5" ;
    a2a:Day "17" ;
    rdfs:label "1778-05-17"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 1" ;
    a2a:Book "Doopregister Anloo 1" ;
    a2a:RegistryNumber "1" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 1, Doopregister Anloo 1, 1"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/f5b71ef9-db8c-ad29-3e70-1224a36e48fe.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/f87879d7-cecd-86f8-2eef-e502b46485f9" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/f5b71ef9-db8c-ad29-3e70-1224a36e48fe.jpg"
  ] ;
  a2a:SourceLastChangeDate "2026-01-02"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/f87879d7-cecd-86f8-2eef-e502b46485f9" ;
  a2a:RecordGUID "{f87879d7-cecd-86f8-2eef-e502b46485f9}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkbron "Doop" ;
  a2a:SourceRemarkdeel "1" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_33_00000033.xml van DAR" .

