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

kth:mediawiki
  skos:prefLabel "MediaWiki"@it, "MediaWiki"@en ;
  a skos:Concept ;
  skos:related kth:php .

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

kth:programming_language
  skos:prefLabel "linguaggio di programmazione"@it, "programming language"@en ;
  a skos:Concept ;
  skos:narrower kth:php .

kth:wordpress
  skos:prefLabel "WordPress"@it, "WordPress"@en ;
  a skos:Concept ;
  skos:related kth:php .

kth:php
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh99002710>, <https://isl.ics.forth.gr/parthenos_vocabularies/Concept/4045> ;
  skos:prefLabel "PHP"@it, "PHP"@en ;
  skos:broader kth:programming_language ;
  skos:definition "PHP è un linguaggio di scripting di uso generale destinato allo sviluppo web. Il codice PHP viene solitamente elaborato sul lato server da un interprete e i suoi risultati costituiscono una risposta HTTP o parte di essa."@it, "PHP is a general-purpose scripting language intended for web development. PHP code is usually processed on the server side by an interpreter with its results forming all or part of an HTTP response."@en ;
  skos:inScheme kth: ;
  skos:related kth:wordpress, kth:mediawiki ;
  dc:source "“PHP: Hypertext Preprocessor.” 2013. In Encyclopedia of Systems Biology, 1704–1704. New York, NY: Springer New York."@en ;
  a skos:Concept .

