@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:GeneticEdition .

etv:GeneticEdition
  skos:inScheme etv: ;
  skos:closeMatch <https://lexiconse.uantwerpen.be/lexicon/editionGenetic.html> ;
  skos:example "Nieddu, Simone, Giovanna Cordibella, and Paola Italia. ‘Wiki Leopardi’, 2020. https://wikileopardi.altervista.org/wiki_leopardi/index.php?title=Wiki_Leopardi."@en ;
  dc:source "Grésillon, Almuth. 1994. 'Eléments De Critique Génétique. Lire Les Manuscrits Modernes'. Paris: Presses universitaires de France. http://www.persee.fr/web/revues/home/prescript/article/igram_0222-9838_1995_num_67_1_3038_T1_0053_0000_5."@en ;
  skos:definition "Un’edizione genetica è un’edizione che mira a offrire al lettore l’accesso a più livelli di creazione testuale, presentando, nell’ordine cronologico del processo di scrittura, tutte le fasi di composizione e revisione del testo e tutti i documenti genetici conservati di un’opera o di un progetto."@it, "A genetic edition is an edition that aims to offer the reader access to multiple levels of textual creation, presenting, in the chronological order of the writing process, all stages of text composition and revision and all preserved genetic documents of a work or project."@en ;
  skos:prefLabel "Edizione genetica"@it, "Genetic edition"@en ;
  a skos:Concept .

