@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:marc
  skos:broader kth:metadata ;
  skos:prefLabel "MARC"@it, "MARC"@en ;
  dc:source "Wikipedia Contributors. 2023b. “MARC Standards.” Wikipedia, The Free Encyclopedia. May 30, 2023. https://en.wikipedia.org/w/index.php?title=MARC_standards&oldid=1157684049. “MARC Formats.” Loc.gov. Accessed June 20, 2023g. https://id.loc.gov/authorities/subjects/sh85080966.html."@en ;
  skos:altLabel "Machine-Readable Cataloging"@en ;
  skos:inScheme kth: ;
  skos:definition "Machine-Readable Cataloging (MARC) is a communications format originally developed by the Library of Congress for producing and distributing machine-readable bibliographic records on magnetic tape and now used as an international standard set of digital formats for the description of items catalogued by libraries. The set of standards includes formats for authority records, holdings records, classification schedules, and community information, in addition to bibliographic records."@en, "Il Machine-Readable Cataloging (MARC) è un formato di comunicazione sviluppato dalla Biblioteca del Congresso per la produzione e la distribuzione di record bibliografici leggibili a macchina su nastro magnetico e ora utilizzato come standard internazionale di formati digitali per la descrizione degli articoli catalogati dalle biblioteche. L'insieme di standard comprende formati per i record di autorità, i record di posseduti, i programmi di classificazione e le informazioni sulla comunità, oltre ai record bibliografici."@it ;
  skos:related kth:xml ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh85080966> ;
  a skos:Concept .

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

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

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

