@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:closeMatch <https://lexiconse.uantwerpen.be/lexicon/editionEclectic.html> ;
  skos:example "Burgio, Eugenio, et al. 2024. 'Digital Edition of the Devisement Dou Monde A Comprehensive Digital Scholarly Edition. Critical Translation and Commentary'. Fondazione Università Ca’ Foscari. https://doi.org/10.30687/978-88-6969-872-9."@en ;
  skos:definition "An eclectic edition is an edition based on more than one witness. The eclectic edition does not reflect a single witness throughout, such as a documentary edition does, but tries to approximate an earlier stage of the textual transmission by selecting readings from several witnesses. The eclectic edition selects the supposedly best readings wherever there are conflicting readings in the witnesses. The term ‘eclectic’ is also used as a neutral term within the editing of modern texts by leading American critics, following the copy-text theory of Walter Wilson Greg."@en, "Un’edizione eclettica è un’edizione basata su più di un testimone. L’edizione eclettica non riflette un unico testimone, come fa un’edizione documentaria, ma cerca di approssimare una fase precedente della trasmissione testuale selezionando letture da diversi testimoni. L’edizione eclettica seleziona le lezioni presumibilmente migliori laddove ci sono lezioni contrastanti nei testimoni. Il termine “eclettico” è usato anche come termine neutro nell’ambito della redazione di testi moderni da parte di importanti critici americani, seguendo la teoria del copy-text di Walter Wilson Greg."@it ;
  skos:inScheme etv: ;
  skos:related etv:CriticalEdition ;
  skos:prefLabel "Edizione eclettica"@it, "Eclectic edition"@en ;
  dc:source "\"Edition, eclectic\" 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 ;
  a skos:Concept .

etv:CriticalEdition
  skos:prefLabel "Edizione critica"@it, "Critical edition"@en ;
  a skos:Concept .

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

