@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 ;
  skos:hasTopConcept kth:backend .

kth:solr
  skos:prefLabel "Solr"@it, "Solr"@en ;
  a skos:Concept ;
  skos:broader kth:backend .

kth:backend
  skos:relatedMatch <http://vocab.getty.edu/aat/300028566>, <https://cerif.eurocris.org/vocab/html/OutputTypes.html#Software>, <http://id.loc.gov/authorities/subjects/sh93000502> ;
  skos:narrower kth:apache, kth:solr, kth:node_js, kth:elastic_search, kth:mysql, kth:apache_tomcat ;
  skos:altLabel "back end, back-end"@en ;
  dc:source "“Iso/Iec 2382:2015.” 2020. ISO. 2020. https://www.iso.org/standard/63598.html."@en ;
  skos:inScheme kth: ;
  skos:prefLabel "backend"@it, "backend"@en ;
  a skos:Concept ;
  skos:definition "Backend si riferisce al lato server nel modello client-server, per indicare la separazione tra presentazione e accesso e/o elaborazione dei dati su Internet."@it, "Backend refers to the server-side in the client-server model, intended to denote the separation between presentation and data access and/or processing on the internet."@en ;
  skos:topConceptOf kth: .

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

kth:node_js
  skos:prefLabel "Node.js"@it, "Node.js"@en ;
  a skos:Concept ;
  skos:broader kth:backend .

kth:apache
  skos:prefLabel "Apache"@it, "Apache"@en ;
  a skos:Concept ;
  skos:broader kth:backend .

kth:mysql
  skos:prefLabel "MySQL"@it, "MySQL"@en ;
  a skos:Concept ;
  skos:broader kth:backend .

kth:apache_tomcat
  skos:prefLabel "Apache Tomcat"@it, "Apache Tomcat"@en ;
  a skos:Concept ;
  skos:broader kth:backend .

kth:elastic_search
  skos:prefLabel "Elasticsearch"@it, "Elasticsearch"@en ;
  a skos:Concept ;
  skos:broader kth:backend .

