@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:node_js .

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

kth:node_js
  skos:definition "Node.js is an open-source, cross-platform JavaScript runtime environment. It is asynchronous and event-driven and enables the unification of the development of web applications around a single programming language. It is most commonly used to generate dynamic web page content on the server-side."@en, "Node.js è un ambiente runtime JavaScript open-source e multipiattaforma. È asincrono e guidato dagli eventi e consente di unificare lo sviluppo di applicazioni web attorno a un unico linguaggio di programmazione. È più comunemente usato per generare contenuti dinamici di pagine web sul lato server."@it ;
  dc:source "“About.” n.d. Node.Js. Accessed June 20, 2023. https://nodejs.org/en/about."@en ;
  skos:inScheme kth: ;
  skos:related kth:javascript ;
  skos:relatedMatch ktx:software, <http://id.loc.gov/authorities/subjects/sh96004880>, <http://vocab.getty.edu/aat/300028566>, <https://cerif.eurocris.org/vocab/OutputTypes#Software> ;
  skos:prefLabel "Node.js"@it, "Node.js"@en ;
  skos:broader kth:backend ;
  a skos:Concept .

kth:javascript
  skos:prefLabel "JavaScript"@it, "JavaScript"@en ;
  a skos:Concept ;
  skos:related kth:node_js .

