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

kth:backend
  skos:prefLabel "backend"@it, "backend"@en ;
  a skos:Concept ;
  skos:narrower kth:apache_tomcat .

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

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

kth:apache_tomcat
  skos:prefLabel "Apache Tomcat"@it, "Apache Tomcat"@en ;
  skos:broader kth:backend ;
  skos:inScheme kth: ;
  skos:related kth:java ;
  skos:relatedMatch <http://vocab.getty.edu/aat/300028566>, ktx:software, <https://cerif.eurocris.org/vocab/OutputTypes#Software> ;
  dc:source "Apache Tomcat Project. n.d. “Apache Tomcat®.” Apache.org. Accessed June 20, 2023. http://tomcat.apache.org."@en ;
  skos:definition "Apache Tomcat is an open-source implementation of various specifications from the Jakarta EE Platform that provides an HTTP web server environment in which Java code can run. It part of the Apache Software Foundation."@en, "Apache Tomcat è un'implementazione open-source di varie specifiche della piattaforma Jakarta EE che fornisce un ambiente web server HTTP in cui è possibile eseguire codice Java. Fa parte della Apache Software Foundation."@it ;
  a skos:Concept .

