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

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:programming_language
  skos:prefLabel "linguaggio di programmazione"@it, "programming language"@en ;
  a skos:Concept ;
  skos:narrower kth:python .

kth:python
  skos:inScheme kth: ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh96008834>, <https://isl.ics.forth.gr/parthenos_vocabularies/Concept/4052> ;
  dc:source "Nagar, Sandeep. 2019. “Python.” In Encyclopedia of Big Data Technologies, 1321–24. Cham: Springer International Publishing. “Welcome To.” n.d. Python.org. Accessed June 20, 2023. https://www.python.org/about/."@en ;
  skos:broader kth:programming_language ;
  skos:definition "Python è un linguaggio di programmazione di alto livello e di uso generale, progettato per enfatizzare la leggibilità del codice, con il supporto di diversi paradigmi di programmazione e con una libreria standard completa che lo ha reso popolare per le applicazioni del mondo reale."@it, "Python is a high-level, general-purpose programming language designed to emphasize code readability and with support for multiple programming paradigms and with a comprehensive standard library that has made it popular for real-world applications."@en ;
  skos:prefLabel "Python"@it, "Python"@en ;
  a skos:Concept .

