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

etv:EclecticEdition skos:related etv:CriticalEdition .
etv:CriticalEdition
  skos:altLabel "Edizione ricostruttiva"@it ;
  skos:prefLabel "Critical edition"@en, "Edizione critica"@it ;
  skos:inScheme etv: ;
  skos:closeMatch <https://lexiconse.uantwerpen.be/lexicon/editionScholarly.html>, <https://lexiconse.uantwerpen.be/lexicon/editionCritical.html> ;
  skos:example "Shaw, Prue (ed.) 2019. Monarchia. https://www.danteonline.it/monarchia/"@en, "Guarnaccio, Luca (ed.). 2020. Manfredi Potentini Vita Gerardi (BHL 3429) sive Laudatio sancti Gerardi episcopi Potenti, DOI: 10.6093/978-88-31309-04-2."@en ;
  a skos:Concept ;
  skos:definition "A critical edition is an edition in which the text has been constituted on the basis of more than one witness applying a genealogical methodology (to reconstruct an archetypical version) or some other critical assessment of variant readings. Significant variants are usually recorded in a critical apparatus."@en, "Un’edizione critica (o ricostruttiva) è un’edizione in cui il testo è stato costituito sulla base di più testimoni applicando una metodologia genealogica (per ricostruire una versione archetipica) o un’altra valutazione critica delle varianti. Le varianti significative sono di solito registrate in un apparato critico."@it ;
  dc:source "\"Edition, critical\" 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 .

etv:Multi-witnessedEdition skos:related etv:CriticalEdition .
etv:
  rdfs:label "Edition Types Vocabulary" ;
  skos:prefLabel "Edition Types Vocabulary" ;
  a skos:ConceptScheme ;
  skos:hasTopConcept etv:CriticalEdition .

