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

kth:markup_language
  skos:prefLabel "linguaggio markup"@it, "markup language"@en ;
  a skos:Concept ;
  skos:narrower kth:json_ld, kth:json, kth:xml ;
  dc:source "“Iso/Iec 2382:2015.” 2020. ISO. 2020. https://www.iso.org/standard/63598.html. The Editors of Encyclopedia Britannica. 2023. “Markup Language.” In Encyclopedia Britannica. Munson, Ethan V. 2009. “Markup Language.” In Encyclopedia of Database Systems, 1696–1696. Boston, MA: Springer US."@en ;
  skos:topConceptOf kth: ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh95002796> ;
  skos:altLabel "markup, markup languages"@en ;
  skos:definition "A type of formal language used for text-encoding that uses a set of symbols inserted in text to control its structure, formatting, or the relationship between its parts. They differ from programming languages by treating data as the primary element in the language."@en, "Un tipo di linguaggio formale usato per la codifica del testo che utilizza un insieme di simboli inseriti nel testo per controllarne la struttura, la formattazione o la relazione tra le sue parti. Si differenziano dai linguaggi di programmazione per il fatto di trattare i dati come elemento primario del linguaggio."@it ;
  skos:inScheme kth: .

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:markup_language .

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

kth:json
  skos:prefLabel "JSON"@it, "JSON"@en ;
  a skos:Concept ;
  skos:broader kth:markup_language .

kth:xml
  skos:prefLabel "XML"@it, "XML"@en ;
  a skos:Concept ;
  skos:broader kth:markup_language .

kth:json_ld
  skos:prefLabel "JSON-LD"@it, "JSON-LD"@en ;
  a skos:Concept ;
  skos:broader kth:markup_language .

