@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:backend
  skos:prefLabel "backend"@it, "backend"@en ;
  a skos:Concept ;
  skos:narrower kth:elastic_search .

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

kth:java
  skos:prefLabel "Java"@it, "Java"@en ;
  a skos:Concept ;
  skos:related kth:elastic_search .

kth:elastic_search
  a skos:Concept ;
  skos:definition "Elasticsearch è un motore di ricerca e un software di analisi scritto in Java e basato sulla libreria Lucene. È un motore distribuito e RESTful che archivia i dati in modo centralizzato per migliorare la velocità e la pertinenza e fornisce un'interfaccia HTTP e documenti JSON."@it, "Elasticsearch is a search engine and analytics software written in Java and based on the Lucene library. It is a distributed, RESTful engine that stores data centrally for improved speeds and relevancy and provides an HTTP interface and JSON documents."@en ;
  skos:prefLabel "Elasticsearch"@it, "Elasticsearch"@en ;
  dc:source "Blokdyk, Gerard. 2018. Elasticsearch: Your Complete Guide. North Charleston, SC: Createspace Independent Publishing Platform."@en ;
  skos:relatedMatch <http://vocab.getty.edu/aat/300028566>, <https://cerif.eurocris.org/vocab/OutputTypes#Software>, ktx:software, <https://vocabs.acdh.oeaw.ac.at/dhataxonomy/Concept45>, <http://id.loc.gov/authorities/subjects/sh98007624> ;
  skos:related kth:java ;
  skos:broader kth:backend ;
  skos:inScheme kth: .

