@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 ;
  skos:hasTopConcept kth:frontend .

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

kth:react
  skos:prefLabel "React"@it, "React"@en ;
  a skos:Concept ;
  skos:broader kth:frontend .

kth:leaflet
  skos:prefLabel "Leaflet"@it, "Leaflet"@en ;
  a skos:Concept ;
  skos:broader kth:frontend .

kth:vue_js
  skos:prefLabel "Vue.js"@it, "Vue.js"@en ;
  a skos:Concept ;
  skos:broader kth:frontend .

kth:frontend
  skos:definition "Frontend refers to the client-side in the client-server model, intended to denote the separation between presentation and data access and/or processing on the internet."@en, "Frontend si riferisce al lato client nel modello client-server, per indicare la separazione tra la presentazione e l'accesso e/o l'elaborazione dei dati su Internet."@it ;
  a skos:Concept ;
  dc:source "“Iso/Iec 2382:2015.” 2020. ISO. 2020. https://www.iso.org/standard/63598.html."@en ;
  skos:topConceptOf kth: ;
  skos:relatedMatch <http://vocab.getty.edu/aat/300028566>, ktx:software, <https://cerif.eurocris.org/vocab/OutputTypes#Software>, <http://id.loc.gov/authorities/subjects/sh93000502> ;
  skos:altLabel "front end, front-end"@en ;
  skos:narrower kth:leaflet, kth:react, kth:vue_js ;
  skos:inScheme kth: ;
  skos:prefLabel "frontend"@en, "frontend"@it .

