@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/> .
@prefix ktx: <http://w3id.org/knot/taxonomy/> .

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:information_architecture
  skos:prefLabel "infrastruttura informatica"@it, "information technology infrastructure"@en ;
  a skos:Collection ;
  skos:member kth:wordpress .

kth:content_management
  skos:prefLabel "gestione dei contenuti"@it, "content management"@en ;
  a skos:Concept ;
  skos:narrower kth:wordpress .

kth:wordpress
  skos:prefLabel "WordPress"@it, "WordPress"@en ;
  skos:definition "WordPress è un sistema di gestione dei contenuti open-source originariamente destinato alla pubblicazione di blog, che da allora si è evoluto per supportare una varietà di modelli ed esigenze di pubblicazione online. È scritto in PHP e spesso abbinato a un database MySQL ed è estensibile attraverso l'uso di temi e plugin."@it, "WordPress is an open-source content management system originally intended for the publication of blogs that has since evolved to support a variety of online publishing models and needs. It is written in PHP and often paired with a MySQL database and is extensible through the use of themes and plugins."@en ;
  skos:related kth:php, kth:mysql ;
  skos:altLabel "WP"@en ;
  dc:source "“About.” n.d. Wordpress.org. Accessed June 20, 2023b. https://wordpress.org/about/." ;
  skos:broader kth:content_management ;
  skos:relatedMatch <http://vocab.getty.edu/aat/300028566>, ktx:software, <https://cerif.eurocris.org/vocab/OutputTypes#Software> ;
  skos:inScheme kth: ;
  a skos:Concept .

kth:mysql
  skos:prefLabel "MySQL"@it, "MySQL"@en ;
  a skos:Concept ;
  skos:related kth:wordpress .

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

