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

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

kth:vue_js
  skos:relatedMatch ktx:software, <http://vocab.getty.edu/aat/300028566>, <https://cerif.eurocris.org/vocab/OutputTypes#Software>, <http://id.loc.gov/authorities/subjects/sh96004880> ;
  a skos:Concept ;
  skos:definition "Vue.js è un framework JavaScript open-source per la creazione di interfacce utente e applicazioni a pagina singola, derivato da Angular.js."@it, "Vue.js is an open-source front-end JavaScript framework for building user interfaces and single-page applications, derived from Angular.js."@en ;
  skos:inScheme kth: ;
  dc:source "N.d. Archive.org. Accessed June 20, 2023f. https://web.archive.org/web/20170603052649/. “Between the Wires.” n.d. Between the Wires. Accessed June 20, 2023. https://betweenthewires.org/2016/11/03/evan-you/. Wikipedia Contributors. 2023e. “Vue.Js.” Wikipedia, The Free Encyclopedia. June 20, 2023. https://en.wikipedia.org/w/index.php?title=Vue.js&oldid=1160998512."@en ;
  skos:broader kth:frontend ;
  skos:related kth:javascript ;
  skos:altLabel "Vue"@en ;
  skos:prefLabel "Vue.js"@en, "Vue.js"@it .

kth:frontend
  skos:prefLabel "frontend"@it, "frontend"@en ;
  a skos:Concept ;
  skos:narrower kth:vue_js .

