@prefix kth: <http://w3id.org/knot/thesaurus/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ktx: <http://w3id.org/knot/taxonomy/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

kth:api
  skos:definition "API is a set of software functions, or software interface, enabling communication between two or more pieces of software. Documents relating to the construction and use of the connection is an API specification."@en, "API è un insieme di funzioni software, o interfaccia software, che consente la comunicazione tra due o più software. La documentazione relativa alla costruzione e all'uso della connessione è una specifica API."@it ;
  skos:relatedMatch <http://id.loc.gov/authorities/subjects/sh2003001435>, <https://cerif.eurocris.org/vocab/OutputTypes#Software>, <http://vocab.getty.edu/aat/300028566>, ktx:endpoint ;
  skos:topConceptOf kth: ;
  skos:altLabel "Application Programming Interface"@en ;
  dc:source "“Application Programming Interface (API).” 2009. In Encyclopedia of Biometrics, 41–41. Boston, MA: Springer US."@en ;
  a skos:Concept ;
  skos:inScheme kth: ;
  skos:closeMatch <http://vocab.getty.edu/aat/300419453>, <http://id.loc.gov/authorities/subjects/sh98004527> ;
  skos:related kth:iiif ;
  skos:prefLabel "API"@it, "API"@en .

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

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

kth:service_tool
  skos:prefLabel "servizio e strumento"@it, "service & tool"@en ;
  a skos:Collection ;
  skos:member kth:api .

