@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:apache
  dc:source "N.d. Netcraft.com. Accessed June 20, 2023c. https://news.netcraft.com/archives/2009/02/18/february_2009_web_server_survey.html. Documentation Group. n.d. “Welcome! - The Apache HTTP Server Project.” Apache.org. Accessed June 20, 2023. https://httpd.apache.org/."@en ;
  skos:relatedMatch <http://vocab.getty.edu/aat/300028566>, ktx:software, <https://cerif.eurocris.org/vocab/html/OutputTypes.html#Software> ;
  skos:definition "Apache è un software open-source multipiattaforma per server web, che ha svolto un ruolo fondamentale nella crescita di Internet ed è uno dei più popolari software per server web in uso oggi. Supporta una serie di caratteristiche, implementate come moduli compilati che estendono le sue funzionalità principali. Fa parte dello stack di applicazioni web LAMP."@it, "Apache is an open-source cross-platform web server software, that played a key role in the growth of the internet and is one of the most popular web server software in use today. It supports a variety of features, implemented as compiled modules that extend its core functionality. Part of the LAMP web application software stack."@en ;
  skos:prefLabel "Apache"@it, "Apache"@en ;
  skos:broader kth:backend ;
  skos:altLabel "Apache HTTP Server"@en ;
  skos:inScheme kth: ;
  a skos:Concept .

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

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

