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

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

kth:iiif
  skos:related kth:api ;
  dc:source "“Home.” n.d. Iiif.Io. Accessed June 20, 2023. https://iiif.io/."@en ;
  skos:closeMatch <http://vocab.getty.edu/aat/300419452> ;
  a skos:Concept ;
  skos:relatedMatch <https://cerif.eurocris.org/vocab/OutputTypes#Software>, <http://id.loc.gov/authorities/subjects/sh96004880>, <http://vocab.getty.edu/aat/300028566>, ktx:software ;
  skos:definition "A set of open standards and APIs, developed by an international community and backed by a consortium of leading cultural institutions, for delivering high-quality, attributed digital objects online at scale."@en, "Un insieme di standard aperti e di API, sviluppati da una comunità internazionale e sostenuti da un consorzio di istituzioni culturali di primo piano, per fornire online oggetti digitali di alta qualità e attribuiti su scala."@it ;
  skos:inScheme kth: ;
  skos:altLabel "International Image Interoperability Framework"@en ;
  skos:prefLabel "IIIF"@it, "IIIF"@en ;
  skos:broader kth:framework .

kth:api
  skos:prefLabel "API"@it, "API"@en ;
  a skos:Concept ;
  skos:related kth:iiif .

kth:framework
  skos:prefLabel "framework"@it, "framework"@en ;
  a skos:Concept ;
  skos:narrower kth:iiif .

