@prefix kth: <http://w3id.org/knot/thesaurus/> .
@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/> .

kth:
  rdfs:label "KNOT Thesaurus Tecnologico"@it, "KNOT Technology Thesaurus"@en ;
  skos:prefLabel "KNOT Thesaurus Tecnologico"@it, "KNOT Technology Thesaurus"@en ;
  a skos:ConceptScheme .

kth:information_architecture
  skos:prefLabel "infrastruttura informatica"@it, "information technology infrastructure"@en ;
  a skos:Collection ;
  skos:member kth:tei .

kth:tei
  skos:definition "The Text Encoding Initiative (TEI) is a consortium which collectively develops and maintains a standard for the representation of texts in digital form, its guidelines collectively define a type of XML format intended primarily for the addition of semantic information to digital text and commonly used in the fields of the humanities, social sciences, and linguistics."@en, "La Text Encoding Initiative (TEI) è un consorzio che sviluppa e mantiene collettivamente uno standard per la rappresentazione dei testi in forma digitale; le sue linee guida definiscono collettivamente un tipo di formato XML destinato principalmente all'aggiunta di informazioni semantiche ai testi digitali e comunemente utilizzato nei campi delle scienze umane, sociali e linguistiche."@it ;
  skos:altLabel "Text Encoding Initiative, TEI-XML"@en ;
  skos:related kth:xml ;
  a skos:Concept ;
  skos:prefLabel "TEI"@it, "TEI"@en ;
  skos:closeMatch <http://id.loc.gov/authorities/names/nr94030061>, <https://vocabs.acdh.oeaw.ac.at/dhataxonomy/Concept2.02> ;
  skos:broader kth:metadata ;
  dc:source "Ide, Nancy, and Jean Veronis. 1995. Text Encoding Initiative: Background and Context. Edited by Nancy Ide. Dordrecht, Netherlands: Springer."@en ;
  skos:inScheme kth: .

kth:metadata
  skos:prefLabel "metadati"@it, "metadata"@en ;
  a skos:Concept ;
  skos:narrower kth:tei .

kth:xml
  skos:prefLabel "XML"@it, "XML"@en ;
  a skos:Concept ;
  skos:related kth:tei .

