@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_251f50c2-262e-e682-e89b-74e551ed661a
  a a2a:Record ;
  rdfs:label "Doop op 6 mei 1770" ;
  a2a:hasPerson oa:person_dar_251f50c2-262e-e682-e89b-74e551ed661a_Person-d590c97b-174c-a985-a80c-3c9e1e24fa81, oa:person_dar_251f50c2-262e-e682-e89b-74e551ed661a_Person-42d6da1c-67e9-5704-3726-7e3bd64cc6f3, oa:person_dar_251f50c2-262e-e682-e89b-74e551ed661a_Person-b3432706-8a09-44a6-8f6d-6988cc1cdfa6 ;
  a2a:hasEvent oa:event_dar_251f50c2-262e-e682-e89b-74e551ed661a_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_251f50c2-262e-e682-e89b-74e551ed661a_0, oa:relationep_dar_251f50c2-262e-e682-e89b-74e551ed661a_1, oa:relationep_dar_251f50c2-262e-e682-e89b-74e551ed661a_2 ;
  a2a:hasSource oa:source_dar_251f50c2-262e-e682-e89b-74e551ed661a .

oa:person_dar_251f50c2-262e-e682-e89b-74e551ed661a_Person-d590c97b-174c-a985-a80c-3c9e1e24fa81
  a a2a:Person ;
  rdfs:label "Jan Tingen Benes" ;
  a2a:PersonName [
    rdfs:label "Jan Tingen Benes" ;
    a2a:PersonNameFirstName "Jan Tingen" ;
    a2a:PersonNamePatronym "Benes"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthPlace [
    a2a:Place "Wapserveen" ;
    rdfs:label "Wapserveen"
  ] .

oa:person_dar_251f50c2-262e-e682-e89b-74e551ed661a_Person-42d6da1c-67e9-5704-3726-7e3bd64cc6f3
  a a2a:Person ;
  rdfs:label "Bene Engberts" ;
  a2a:PersonName [
    rdfs:label "Bene Engberts" ;
    a2a:PersonNameFirstName "Bene" ;
    a2a:PersonNamePatronym "Engberts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_251f50c2-262e-e682-e89b-74e551ed661a_Person-b3432706-8a09-44a6-8f6d-6988cc1cdfa6
  a a2a:Person ;
  rdfs:label "Jantien Jans Winters" ;
  a2a:PersonName [
    rdfs:label "Jantien Jans Winters" ;
    a2a:PersonNameFirstName "Jantien" ;
    a2a:PersonNamePatronym "Jans" ;
    a2a:PersonNameLastName "Winters"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_251f50c2-262e-e682-e89b-74e551ed661a_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1770" ;
    a2a:Month "5" ;
    a2a:Day "6" ;
    rdfs:label "1770-05-06"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_251f50c2-262e-e682-e89b-74e551ed661a_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_251f50c2-262e-e682-e89b-74e551ed661a_Person:d590c97b-174c-a985-a80c-3c9e1e24fa81 ;
  a2a:EventKeyRef oa:event_dar_251f50c2-262e-e682-e89b-74e551ed661a_Event1 .

oa:relationep_dar_251f50c2-262e-e682-e89b-74e551ed661a_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_251f50c2-262e-e682-e89b-74e551ed661a_Person:42d6da1c-67e9-5704-3726-7e3bd64cc6f3 ;
  a2a:EventKeyRef oa:event_dar_251f50c2-262e-e682-e89b-74e551ed661a_Event1 .

oa:relationep_dar_251f50c2-262e-e682-e89b-74e551ed661a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_251f50c2-262e-e682-e89b-74e551ed661a_Person:b3432706-8a09-44a6-8f6d-6988cc1cdfa6 ;
  a2a:EventKeyRef oa:event_dar_251f50c2-262e-e682-e89b-74e551ed661a_Event1 .

oa:source_dar_251f50c2-262e-e682-e89b-74e551ed661a
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Wapserveen" ;
    rdfs:label "Wapserveen", "1770-05-06 - 1770-05-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1770-05-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1770-05-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1770" ;
    a2a:Month "5" ;
    a2a:Day "6" ;
    rdfs:label "1770-05-06"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 120" ;
    a2a:Book "Doopregister Wapserveen 120" ;
    a2a:RegistryNumber "120" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 120, Doopregister Wapserveen 120, 120"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/b6333f91-0028-14bd-1019-4ed376dfcdcd.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/251f50c2-262e-e682-e89b-74e551ed661a" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/b6333f91-0028-14bd-1019-4ed376dfcdcd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/251f50c2-262e-e682-e89b-74e551ed661a" ;
  a2a:RecordGUID "{251f50c2-262e-e682-e89b-74e551ed661a}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkbron "Doop" ;
  a2a:SourceRemarkdeel "120" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250222_1326_00001326.xml van DAR" .

