@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:information_architecture
  skos:prefLabel "infrastruttura informatica"@it, "information technology infrastructure"@en ;
  a skos:Collection ;
  skos:member kth:angular .

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

kth:angular
  skos:inScheme kth: ;
  skos:definition "Angular è una piattaforma di sviluppo per la creazione di applicazioni web mobili e desktop utilizzando TypeScript/JavaScript e altri linguaggi, che privilegia la velocità per gli utenti finali. È la continuazione del framework AngularJS sviluppato da Google e da allora dismesso."@it, "Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages, which prioritizes speed for end-users. It is the continuation of the AngularJS framework developed by Google and since discontinued."@en ;
  skos:relatedMatch ktx:software, <http://vocab.getty.edu/aat/300028566>, <http://id.loc.gov/authorities/subjects/sh96004880>, <https://cerif.eurocris.org/vocab/OutputTypes#Software> ;
  dc:source "Angular: The Modern Web Developer’s Platform. n.d. Accessed June 20, 2023."@en ;
  skos:related kth:javascript ;
  skos:prefLabel "Angular"@en, "Angular"@it ;
  a skos:Concept ;
  skos:broader kth:framework .

kth:framework
  skos:prefLabel "framework"@it, "framework"@en ;
  a skos:Concept ;
  skos:narrower kth:angular .

