@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:Best-manuscriptEdition
  skos:inScheme etv: ;
  dc:source "\"Edition, best-manuscript\" 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:definition "Un’edizione del codice migliore / ottimo (o bédieriana) è un’edizione basata su un solo testimone della tradizione, scelto dall’editore in base all’esito della recensio, oppure in quanto più antico o meglio conservato. Il termine bédieriano rimanda a Joseph Bédier, che per realizzare l’edizione del Lai de l’Ombre si affidò a un solo “buon” manoscritto."@it, "A best-manuscript edition is an edition based on a single witness of the tradition, chosen by the editor on the basis of the outcome of the recensio, or typically because it is the earliest and/or best preserved. The term refers to Joseph Bédier, who relied on a single “good” manuscript to produce the edition of the Old French Lai de l’Ombre."@en ;
  skos:prefLabel "Edizione bédieriana"@it, "Best-manuscript edition"@en ;
  a skos:Concept .

etv:Single-witnessedEdition skos:related etv:Best-manuscriptEdition .
etv:
  rdfs:label "Edition Types Vocabulary" ;
  skos:prefLabel "Edition Types Vocabulary" ;
  a skos:ConceptScheme ;
  skos:hasTopConcept etv:Best-manuscriptEdition .

