@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_87c8f3e8-60e6-4e90-bdcc-1eeb0982bc22
  a a2a:Record ;
  rdfs:label "Doop op 18 februari 1703" ;
  a2a:hasPerson oa:person_dar_87c8f3e8-60e6-4e90-bdcc-1eeb0982bc22_Person-d2dbf402-ec95-44fd-be8a-6b652a79b6d2, oa:person_dar_87c8f3e8-60e6-4e90-bdcc-1eeb0982bc22_Person-14e2f417-6634-45ba-87d4-191ddaea88aa, oa:person_dar_87c8f3e8-60e6-4e90-bdcc-1eeb0982bc22_Person-b44ef962-e133-4304-9698-2054d76209bd ;
  a2a:hasEvent oa:event_dar_87c8f3e8-60e6-4e90-bdcc-1eeb0982bc22_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_87c8f3e8-60e6-4e90-bdcc-1eeb0982bc22_0, oa:relationep_dar_87c8f3e8-60e6-4e90-bdcc-1eeb0982bc22_1, oa:relationep_dar_87c8f3e8-60e6-4e90-bdcc-1eeb0982bc22_2 ;
  a2a:hasSource oa:source_dar_87c8f3e8-60e6-4e90-bdcc-1eeb0982bc22 .

oa:person_dar_87c8f3e8-60e6-4e90-bdcc-1eeb0982bc22_Person-d2dbf402-ec95-44fd-be8a-6b652a79b6d2
  a a2a:Person ;
  rdfs:label "Gesien" ;
  a2a:PersonName [
    rdfs:label "Gesien" ;
    a2a:PersonNameFirstName "Gesien"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1703" ;
    a2a:Month "2" ;
    a2a:Day "16" ;
    rdfs:label "1703-02-16"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Orvelde" ;
    rdfs:label "Orvelde"
  ] .

oa:person_dar_87c8f3e8-60e6-4e90-bdcc-1eeb0982bc22_Person-14e2f417-6634-45ba-87d4-191ddaea88aa
  a a2a:Person ;
  rdfs:label "" ;
  a2a:PersonName [ rdfs:label "" ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_87c8f3e8-60e6-4e90-bdcc-1eeb0982bc22_Person-b44ef962-e133-4304-9698-2054d76209bd
  a a2a:Person ;
  rdfs:label "Harmen Hinderix Wevers" ;
  a2a:PersonName [
    rdfs:label "Harmen Hinderix Wevers" ;
    a2a:PersonNameFirstName "Harmen" ;
    a2a:PersonNamePatronym "Hinderix" ;
    a2a:PersonNameLastName "Wevers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_87c8f3e8-60e6-4e90-bdcc-1eeb0982bc22_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1703" ;
    a2a:Month "2" ;
    a2a:Day "18" ;
    rdfs:label "1703-02-18"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_87c8f3e8-60e6-4e90-bdcc-1eeb0982bc22_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_87c8f3e8-60e6-4e90-bdcc-1eeb0982bc22_Person:d2dbf402-ec95-44fd-be8a-6b652a79b6d2 ;
  a2a:EventKeyRef oa:event_dar_87c8f3e8-60e6-4e90-bdcc-1eeb0982bc22_Event1 .

oa:relationep_dar_87c8f3e8-60e6-4e90-bdcc-1eeb0982bc22_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_87c8f3e8-60e6-4e90-bdcc-1eeb0982bc22_Person:14e2f417-6634-45ba-87d4-191ddaea88aa ;
  a2a:EventKeyRef oa:event_dar_87c8f3e8-60e6-4e90-bdcc-1eeb0982bc22_Event1 .

oa:relationep_dar_87c8f3e8-60e6-4e90-bdcc-1eeb0982bc22_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_87c8f3e8-60e6-4e90-bdcc-1eeb0982bc22_Person:b44ef962-e133-4304-9698-2054d76209bd ;
  a2a:EventKeyRef oa:event_dar_87c8f3e8-60e6-4e90-bdcc-1eeb0982bc22_Event1 .

oa:source_dar_87c8f3e8-60e6-4e90-bdcc-1eeb0982bc22
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Westerbork" ;
    rdfs:label "Westerbork", "1703-02-18 - 1703-02-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1703-02-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1703-02-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1703" ;
    a2a:Month "2" ;
    a2a:Day "18" ;
    rdfs:label "1703-02-18"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 123" ;
    a2a:Book "Doopregister Westerbork 123" ;
    a2a:DocumentNumber "123" ;
    a2a:RegistryNumber "123" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 123, Doopregister Westerbork 123, 123, 123"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/63968102-ac44-5b23-2f7c-c8a61bb54d46.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/87c8f3e8-60e6-4e90-bdcc-1eeb0982bc22" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/63968102-ac44-5b23-2f7c-c8a61bb54d46.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-02-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/87c8f3e8-60e6-4e90-bdcc-1eeb0982bc22" ;
  a2a:RecordGUID "{87c8f3e8-60e6-4e90-bdcc-1eeb0982bc22}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231209_22834_00022834.xml van DAR" .

