@prefix kth: <http://w3id.org/knot/thesaurus/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .

kth:formal_language
  skos:prefLabel "linguaggio formale"@it, "formal language"@en ;
  a skos:Collection ;
  skos:member kth:json .

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:markup_language
  skos:prefLabel "linguaggio markup"@it, "markup language"@en ;
  a skos:Concept ;
  skos:narrower kth:json .

kth:json
  skos:inScheme kth: ;
  a skos:Concept ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh2014000515> ;
  skos:altLabel "JavaScript Object Notation"@en ;
  skos:broader kth:markup_language ;
  skos:definition "JSON is a lightweight, text-based, language independent data-interchange and file format meant to be easy to read/write and parse/generate by humans and machines. It is widely used for data exchange online."@en, "JSON è un formato di file e scambio di dati leggero, basato sul testo e indipendente dal linguaggio, pensato per essere facile da leggere/scrivere e analizzare/generare da parte di esseri umani e macchine. È ampiamente utilizzato per lo scambio di dati online."@it ;
  dc:source "“JSON.” n.d. Json.org. Accessed June 20, 2023. https://www.json.org/json-en.html. “JSON (Document Markup Language)” Loc.gov. Accessed June 20, 2023b. https://id.loc.gov/authorities/subjects/sh2014000515.html."@en ;
  skos:prefLabel "JSON"@it, "JSON"@en .

