@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_c68bd7dd-cd72-476a-0cd9-dcd09c93a7f0
  a a2a:Record ;
  rdfs:label "Doop op 16 mei 1660" ;
  a2a:hasPerson oa:person_dar_c68bd7dd-cd72-476a-0cd9-dcd09c93a7f0_Person-6757708d-36e6-d442-3dbd-a5128d5f1a29, oa:person_dar_c68bd7dd-cd72-476a-0cd9-dcd09c93a7f0_Person-c1501c7d-159d-7e1d-7de7-34af709a8bbb, oa:person_dar_c68bd7dd-cd72-476a-0cd9-dcd09c93a7f0_Person-04cd12aa-35ef-162c-9491-e39ea65d69fa ;
  a2a:hasEvent oa:event_dar_c68bd7dd-cd72-476a-0cd9-dcd09c93a7f0_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_c68bd7dd-cd72-476a-0cd9-dcd09c93a7f0_0, oa:relationep_dar_c68bd7dd-cd72-476a-0cd9-dcd09c93a7f0_1, oa:relationep_dar_c68bd7dd-cd72-476a-0cd9-dcd09c93a7f0_2 ;
  a2a:hasSource oa:source_dar_c68bd7dd-cd72-476a-0cd9-dcd09c93a7f0 .

oa:person_dar_c68bd7dd-cd72-476a-0cd9-dcd09c93a7f0_Person-6757708d-36e6-d442-3dbd-a5128d5f1a29
  a a2a:Person ;
  rdfs:label "Wubbichijn" ;
  a2a:PersonName [
    rdfs:label "Wubbichijn" ;
    a2a:PersonNameFirstName "Wubbichijn"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_c68bd7dd-cd72-476a-0cd9-dcd09c93a7f0_Person-c1501c7d-159d-7e1d-7de7-34af709a8bbb
  a a2a:Person ;
  rdfs:label "Hilla Klasens" ;
  a2a:PersonName [
    rdfs:label "Hilla Klasens" ;
    a2a:PersonNameFirstName "Hilla" ;
    a2a:PersonNamePatronym "Klasens"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthPlace [
    a2a:Place "Gasselte" ;
    rdfs:label "Gasselte"
  ] .

oa:person_dar_c68bd7dd-cd72-476a-0cd9-dcd09c93a7f0_Person-04cd12aa-35ef-162c-9491-e39ea65d69fa
  a a2a:Person ;
  rdfs:label "Claes Tabingha" ;
  a2a:PersonName [
    rdfs:label "Claes Tabingha" ;
    a2a:PersonNameFirstName "Claes" ;
    a2a:PersonNameLastName "Tabingha"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_c68bd7dd-cd72-476a-0cd9-dcd09c93a7f0_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1660" ;
    a2a:Month "5" ;
    a2a:Day "16" ;
    rdfs:label "1660-05-16"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_c68bd7dd-cd72-476a-0cd9-dcd09c93a7f0_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_c68bd7dd-cd72-476a-0cd9-dcd09c93a7f0_Person:6757708d-36e6-d442-3dbd-a5128d5f1a29 ;
  a2a:EventKeyRef oa:event_dar_c68bd7dd-cd72-476a-0cd9-dcd09c93a7f0_Event1 .

oa:relationep_dar_c68bd7dd-cd72-476a-0cd9-dcd09c93a7f0_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_c68bd7dd-cd72-476a-0cd9-dcd09c93a7f0_Person:c1501c7d-159d-7e1d-7de7-34af709a8bbb ;
  a2a:EventKeyRef oa:event_dar_c68bd7dd-cd72-476a-0cd9-dcd09c93a7f0_Event1 .

oa:relationep_dar_c68bd7dd-cd72-476a-0cd9-dcd09c93a7f0_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_c68bd7dd-cd72-476a-0cd9-dcd09c93a7f0_Person:04cd12aa-35ef-162c-9491-e39ea65d69fa ;
  a2a:EventKeyRef oa:event_dar_c68bd7dd-cd72-476a-0cd9-dcd09c93a7f0_Event1 .

oa:source_dar_c68bd7dd-cd72-476a-0cd9-dcd09c93a7f0
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Gasselte" ;
    rdfs:label "Gasselte", "1660-05-16 - 1660-05-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1660-05-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1660-05-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1660" ;
    a2a:Month "5" ;
    a2a:Day "16" ;
    rdfs:label "1660-05-16"^^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/be58c016-700c-3930-2002-f772bd8f74b4.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/c68bd7dd-cd72-476a-0cd9-dcd09c93a7f0" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/be58c016-700c-3930-2002-f772bd8f74b4.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/c68bd7dd-cd72-476a-0cd9-dcd09c93a7f0" ;
  a2a:RecordGUID "{c68bd7dd-cd72-476a-0cd9-dcd09c93a7f0}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkbron "Doop" ;
  a2a:SourceRemarkdeel "4" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250222_827_00000827.xml van DAR" .

