@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_80df92f0-070e-7a03-e379-c9b80af0faeb
  a a2a:Record ;
  rdfs:label "Doop op 24 september 1676" ;
  a2a:hasPerson oa:person_dar_80df92f0-070e-7a03-e379-c9b80af0faeb_Person-a2568dc9-11f3-0cc2-68a8-4035d01c3dde, oa:person_dar_80df92f0-070e-7a03-e379-c9b80af0faeb_Person-445d3719-5712-25f2-f7cd-f237c55013a0, oa:person_dar_80df92f0-070e-7a03-e379-c9b80af0faeb_Person-762a4e8a-1c58-1614-a3f3-bd5d1da87e40 ;
  a2a:hasEvent oa:event_dar_80df92f0-070e-7a03-e379-c9b80af0faeb_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_80df92f0-070e-7a03-e379-c9b80af0faeb_0, oa:relationep_dar_80df92f0-070e-7a03-e379-c9b80af0faeb_1, oa:relationep_dar_80df92f0-070e-7a03-e379-c9b80af0faeb_2 ;
  a2a:hasSource oa:source_dar_80df92f0-070e-7a03-e379-c9b80af0faeb .

oa:person_dar_80df92f0-070e-7a03-e379-c9b80af0faeb_Person-a2568dc9-11f3-0cc2-68a8-4035d01c3dde
  a a2a:Person ;
  rdfs:label "Geesjen Geerdts" ;
  a2a:PersonName [
    rdfs:label "Geesjen Geerdts" ;
    a2a:PersonNameFirstName "Geesjen" ;
    a2a:PersonNamePatronym "Geerdts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_80df92f0-070e-7a03-e379-c9b80af0faeb_Person-445d3719-5712-25f2-f7cd-f237c55013a0
  a a2a:Person ;
  rdfs:label "Harmen Geerts" ;
  a2a:PersonName [
    rdfs:label "Harmen Geerts" ;
    a2a:PersonNameFirstName "Harmen" ;
    a2a:PersonNamePatronym "Geerts"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthPlace [
    a2a:Place "Gasselte" ;
    rdfs:label "Gasselte"
  ] .

oa:person_dar_80df92f0-070e-7a03-e379-c9b80af0faeb_Person-762a4e8a-1c58-1614-a3f3-bd5d1da87e40
  a a2a:Person ;
  rdfs:label "Geerdt Harmens" ;
  a2a:PersonName [
    rdfs:label "Geerdt Harmens" ;
    a2a:PersonNameFirstName "Geerdt" ;
    a2a:PersonNamePatronym "Harmens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_80df92f0-070e-7a03-e379-c9b80af0faeb_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1676" ;
    a2a:Month "9" ;
    a2a:Day "24" ;
    rdfs:label "1676-09-24"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_80df92f0-070e-7a03-e379-c9b80af0faeb_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_80df92f0-070e-7a03-e379-c9b80af0faeb_Person:a2568dc9-11f3-0cc2-68a8-4035d01c3dde ;
  a2a:EventKeyRef oa:event_dar_80df92f0-070e-7a03-e379-c9b80af0faeb_Event1 .

oa:relationep_dar_80df92f0-070e-7a03-e379-c9b80af0faeb_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_80df92f0-070e-7a03-e379-c9b80af0faeb_Person:445d3719-5712-25f2-f7cd-f237c55013a0 ;
  a2a:EventKeyRef oa:event_dar_80df92f0-070e-7a03-e379-c9b80af0faeb_Event1 .

oa:relationep_dar_80df92f0-070e-7a03-e379-c9b80af0faeb_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_80df92f0-070e-7a03-e379-c9b80af0faeb_Person:762a4e8a-1c58-1614-a3f3-bd5d1da87e40 ;
  a2a:EventKeyRef oa:event_dar_80df92f0-070e-7a03-e379-c9b80af0faeb_Event1 .

oa:source_dar_80df92f0-070e-7a03-e379-c9b80af0faeb
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Gasselte" ;
    rdfs:label "Gasselte", "1676-09-24 - 1676-09-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1676-09-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1676-09-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1676" ;
    a2a:Month "9" ;
    a2a:Day "24" ;
    rdfs:label "1676-09-24"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 4" ;
    a2a:Book "Doopregister Gasselte 4" ;
    a2a:RegistryNumber "4" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 4, Doopregister Gasselte 4, 4"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/ebc751fa-41e4-0290-f85e-548fef331dfe.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/80df92f0-070e-7a03-e379-c9b80af0faeb" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/ebc751fa-41e4-0290-f85e-548fef331dfe.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/80df92f0-070e-7a03-e379-c9b80af0faeb" ;
  a2a:RecordGUID "{80df92f0-070e-7a03-e379-c9b80af0faeb}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkbron "Doop" ;
  a2a:SourceRemarkdeel "4" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250222_670_00000670.xml van DAR" .

