@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_92d0bafa-9f70-4d59-bd20-dca360f9bcc4
  a a2a:Record ;
  rdfs:label "Doop op 16 februari 1791" ;
  a2a:hasPerson oa:person_dar_92d0bafa-9f70-4d59-bd20-dca360f9bcc4_Person-208f647c-1ad5-4100-bf23-6e7504345c6a, oa:person_dar_92d0bafa-9f70-4d59-bd20-dca360f9bcc4_Person-4e5769bb-d3db-421a-915b-230f1a3dbf1b, oa:person_dar_92d0bafa-9f70-4d59-bd20-dca360f9bcc4_Person-77915a55-8531-4dc5-8fd6-6e22f313affa ;
  a2a:hasEvent oa:event_dar_92d0bafa-9f70-4d59-bd20-dca360f9bcc4_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_92d0bafa-9f70-4d59-bd20-dca360f9bcc4_0, oa:relationep_dar_92d0bafa-9f70-4d59-bd20-dca360f9bcc4_1, oa:relationep_dar_92d0bafa-9f70-4d59-bd20-dca360f9bcc4_2 ;
  a2a:hasSource oa:source_dar_92d0bafa-9f70-4d59-bd20-dca360f9bcc4 .

oa:person_dar_92d0bafa-9f70-4d59-bd20-dca360f9bcc4_Person-208f647c-1ad5-4100-bf23-6e7504345c6a
  a a2a:Person ;
  rdfs:label "Trijntien Derks" ;
  a2a:PersonName [
    rdfs:label "Trijntien Derks" ;
    a2a:PersonNameFirstName "Trijntien Derks"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthPlace [
    a2a:Place "Hoogeveen" ;
    rdfs:label "Hoogeveen"
  ] .

oa:person_dar_92d0bafa-9f70-4d59-bd20-dca360f9bcc4_Person-4e5769bb-d3db-421a-915b-230f1a3dbf1b
  a a2a:Person ;
  rdfs:label "Elsien Arends" ;
  a2a:PersonName [
    rdfs:label "Elsien Arends" ;
    a2a:PersonNameFirstName "Elsien" ;
    a2a:PersonNamePatronym "Arends"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_92d0bafa-9f70-4d59-bd20-dca360f9bcc4_Person-77915a55-8531-4dc5-8fd6-6e22f313affa
  a a2a:Person ;
  rdfs:label "Derk Jans Tielbaard" ;
  a2a:PersonName [
    rdfs:label "Derk Jans Tielbaard" ;
    a2a:PersonNameFirstName "Derk" ;
    a2a:PersonNamePatronym "Jans" ;
    a2a:PersonNameLastName "Tielbaard"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_92d0bafa-9f70-4d59-bd20-dca360f9bcc4_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1791" ;
    a2a:Month "2" ;
    a2a:Day "16" ;
    rdfs:label "1791-02-16"^^xsd:date
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_92d0bafa-9f70-4d59-bd20-dca360f9bcc4_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_92d0bafa-9f70-4d59-bd20-dca360f9bcc4_Person:208f647c-1ad5-4100-bf23-6e7504345c6a ;
  a2a:EventKeyRef oa:event_dar_92d0bafa-9f70-4d59-bd20-dca360f9bcc4_Event1 .

oa:relationep_dar_92d0bafa-9f70-4d59-bd20-dca360f9bcc4_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_92d0bafa-9f70-4d59-bd20-dca360f9bcc4_Person:4e5769bb-d3db-421a-915b-230f1a3dbf1b ;
  a2a:EventKeyRef oa:event_dar_92d0bafa-9f70-4d59-bd20-dca360f9bcc4_Event1 .

oa:relationep_dar_92d0bafa-9f70-4d59-bd20-dca360f9bcc4_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_92d0bafa-9f70-4d59-bd20-dca360f9bcc4_Person:77915a55-8531-4dc5-8fd6-6e22f313affa ;
  a2a:EventKeyRef oa:event_dar_92d0bafa-9f70-4d59-bd20-dca360f9bcc4_Event1 .

oa:source_dar_92d0bafa-9f70-4d59-bd20-dca360f9bcc4
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Hoogeveen" ;
    rdfs:label "Hoogeveen", "1791-02-16 - 1791-02-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1791-02-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1791-02-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1791" ;
    a2a:Month "2" ;
    a2a:Day "16" ;
    rdfs:label "1791-02-16"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Doop, Deel: 47" ;
    a2a:Book "Doopregister Hoogeveen 47" ;
    a2a:DocumentNumber "47" ;
    a2a:RegistryNumber "47" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Doop, Deel: 47, Doopregister Hoogeveen 47, 47, 47"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/2d3c00fc-e92d-d921-0421-04bfbb4b9b70.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/92d0bafa-9f70-4d59-bd20-dca360f9bcc4" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/2d3c00fc-e92d-d921-0421-04bfbb4b9b70.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-02-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/92d0bafa-9f70-4d59-bd20-dca360f9bcc4" ;
  a2a:RecordGUID "{92d0bafa-9f70-4d59-bd20-dca360f9bcc4}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231209_21185_00021185.xml van DAR" .

