@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 ktx: <http://w3id.org/knot/taxonomy/> .
@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:skos .

kth:rdf
  skos:prefLabel "RDF"@it, "RDF"@en ;
  a skos:Concept ;
  skos:related kth:skos .

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

kth:skos
  skos:altLabel "Simple Knowledge Organization System"@en ;
  skos:broader kth:metadata ;
  skos:relatedMatch <https://vocabs.acdh.oeaw.ac.at/dhataxonomy/Concept40.02>, <http://vocab.getty.edu/aat/300266741>, ktx:ontology, <http://id.loc.gov/authorities/subjects/sh2005006014> ;
  skos:inScheme kth: ;
  skos:related kth:rdf ;
  skos:prefLabel "SKOS"@it, "SKOS"@en ;
  skos:definition "SKOS (Simple Knowledge Organization System) fornisce un modello per esprimere la struttura e il contenuto di base di schemi concettuali come thesauri, schemi di classificazione, elenchi di voci di soggetto, tassonomie, folksonomie e altri tipi simili di vocabolari controllati; è un'applicazione di RDF che consente di pubblicare online gli schemi concettuali SKOS e di collegarli con dati esistenti e altri schemi concettuali."@it, "SKOS (Simple Knowledge Organization System) provides a model for expressing the basic structure and content of concept schemes such as thesauri, classification schemes, subject heading lists, taxonomies, folksonomies, and other similar types of controlled vocabulary, it is an application of RDF allowing SKOS concept schemes to be published online and linked with existing data and other concept scehems."@en ;
  a skos:Concept ;
  dc:source "“SKOS Simple Knowledge Organization System Primer.” n.d. Www.w3.org. Accessed June 20, 2023. https://www.w3.org/TR/2009/NOTE-skos-primer-20090818/."@en .

