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

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

kth:leaflet
  skos:relatedMatch <http://vocab.getty.edu/aat/300028566>, ktx:software, <http://id.loc.gov/authorities/subjects/sh96004880>, <https://cerif.eurocris.org/vocab/OutputTypes#Software> ;
  dc:source "“Leaflet — an Open-Source JavaScript Library for Interactive Maps.” n.d. Leafletjs.com. Accessed June 20, 2023. https://leafletjs.com/."@en ;
  skos:definition "Leaflet è una libreria JavaScript open-source per la creazione di applicazioni web incentrate su mappe interattive. È estensibile e supporta una varietà di livelli e formati GIS."@it, "Leaflet is an open-source JavaScript library for building web applications focused on interactive maps. It is extensible and supports a variety of layers and GIS formats."@en ;
  a skos:Concept ;
  skos:inScheme kth: ;
  skos:broader kth:frontend ;
  skos:prefLabel "Leaflet"@it, "Leaflet"@en ;
  skos:related kth:javascript .

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

