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

kth:sparql_endpoint
  skos:prefLabel "SPARQL Endpoint"@it, "SPARQL Endpoint"@en ;
  a skos:Concept .

kth:api
  skos:prefLabel "API"@it, "API"@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:service_tool
  skos:inScheme kth: ;
  skos:definition "Questo gruppo comprende le tecnologie che si riferiscono alla messa a disposizione dei dati a diversi tipi di utenti e che consentono l'interazione con i dati e/o i metadati. Le tecnologie di questo gruppo devono essere riutilizzabili e accessibili. Alcuni progetti di ricerca possono produrre strumenti che possono essere integrati in altri progetti di ricerca, direttamente o tramite API."@it, "This group comprises technologies that relate to making data available to different types of users as well as enable interaction with data and/or metadata. The technologies in this group are expected to be reusable and accessible. Some research projects may produce tools as an output that may then be integrated into other research projects, whether directly or via an API."@en ;
  skos:prefLabel "service & tool"@en, "servizio e strumento"@it ;
  a skos:Collection ;
  skos:altLabel "services & tools"@en, "serivizi e strumenti"@it ;
  skos:member kth:api, kth:sparql_endpoint .

