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

kth:mods
  skos:inScheme kth: ;
  skos:related kth:xml ;
  skos:relatedMatch <http://id.loc.gov/authorities/subjects/sh2005006014>, <https://vocabs.acdh.oeaw.ac.at/dhataxonomy/Concept40.02>, <http://vocab.getty.edu/aat/300266741> ;
  skos:prefLabel "MODS"@en, "MODS"@it ;
  skos:definition "The Metadata Object Description Schema (MODS) is an XML-based bibliographic description schema developed by the Library of Congress and designed as a compromise between the complexity of the MARC format used by libraries and the extreme simplicity of Dublin Core metadata."@en, "Il Metadata Object Description Schema (MODS) è uno schema di descrizione bibliografica basato su XML sviluppato dalla Biblioteca del Congresso e concepito come compromesso tra la complessità del formato MARC utilizzato dalle biblioteche e l'estrema semplicità dei metadati Dublin Core."@it ;
  skos:altLabel "Metadata Object Description Schema"@en ;
  skos:broader kth:metadata ;
  dc:source "Wikipedia Contributors. 2023d. “Metadata Object Description Schema.” Wikipedia, The Free Encyclopedia. June 6, 2023. https://en.wikipedia.org/w/index.php?title=Metadata_Object_Description_Schema&oldid=1158790814."@en ;
  a skos:Concept .

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:mods .

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

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

