@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/> .

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

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

kth:sparql
  skos:prefLabel "SPARQL"@it, "SPARQL"@en ;
  a skos:Concept ;
  skos:broader kth:query_language .

kth:query_language
  a skos:Concept ;
  skos:narrower kth:sql, kth:sparql ;
  skos:altLabel "linguaggi di query"@it, "query languages"@en ;
  skos:definition "A type of formal language used \"to retrieve and possibly modify data in a database\" or an information system."@en, "Un tipo di linguaggio formale utilizzato \"per recuperare ed eventualmente modificare i dati in un database\" o in un sistema informativo."@it ;
  skos:inScheme kth: ;
  skos:topConceptOf kth: ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh96000160>, <https://vocabs.acdh.oeaw.ac.at/dhataxonomy/Concept7> ;
  dc:source "“Iso/Iec 2382:2015.” 2020. ISO. 2020. https://www.iso.org/standard/63598.html."@en ;
  skos:prefLabel "linguaggio di query"@it, "query language"@en .

kth:sql
  skos:prefLabel "SQL"@it, "SQL"@en ;
  a skos:Concept ;
  skos:broader kth:query_language .

