@prefix etv: <https://w3id.org/dh-atlas-vocabularies/etv/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .

etv:
  rdfs:label "Edition Types Vocabulary" ;
  skos:prefLabel "Edition Types Vocabulary" ;
  a skos:ConceptScheme ;
  skos:hasTopConcept etv:InterpretativeEdition .

etv:InterpretativeEdition
  skos:definition "Un’edizione interpretativa, come l’edizione diplomatica, si basa su un solo testimone, ma l’editore interviene sul testo, per renderlo più comprensibile, adattandolo alle convenzioni ortografiche moderne."@it, "An interpretative edition, like the diplomatic edition, is based on a single witness, but the editor intervenes on the text to make it more comprehensible, adapting it to modern orthographic conventions."@en ;
  dc:source "Leonardi, Lino. 2022. 'Filologia romanza'. Vol. 1: 'Critica del testo'. Le Monnier Università."@en, "\"Normalisation\" in Roelli, Philipp, and Caroline Macé. ‘Parvum Lexicon Stemmatologicum. A Brief Lexicon of Stemmatology’. Edited by Odd Einar Haugen, Marina Buzzoni, and Aidan Conti, November 2015. https://doi.org/10.5167/uzh-121539."@en ;
  skos:inScheme etv: ;
  a skos:Concept ;
  skos:related etv:DiplomaticEdition ;
  skos:prefLabel "Interpretative edition"@en, "Edizione interpretativa"@it ;
  skos:example "Giacomo Leopardi's Zibaldone di pensieri: a digital research platform. https://digitalzibaldone.net/."@en .

etv:DiplomaticEdition
  skos:prefLabel "Edizione diplomatica"@it, "Diplomatic edition"@en ;
  a skos:Concept .

etv:Single-witnessedEdition skos:related etv:InterpretativeEdition .
etv:DocumentaryEdition skos:related etv:InterpretativeEdition .
