@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 ktx: <http://w3id.org/knot/taxonomy/> .
@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
  a skos:Concept ;
  skos:relatedMatch ktx:software, <http://vocab.getty.edu/aat/300266678>, <https://cerif.eurocris.org/vocab/OutputTypes#Software>, <http://vocab.getty.edu/aat/300028566> ;
  skos:related kth:php, kth:sql ;
  dc:source "“Wikimedia Project Page.” 2004. Mediawiki.org. Wikimedia Foundation, Inc. August 6, 2004. https://www.mediawiki.org/wiki/MediaWiki."@en ;
  skos:inScheme kth: ;
  skos:broader kth:content_management ;
  skos:definition "MediaWiki è un software wiki open-source scritto in PHP, utilizza database compatibili con SQL ed è ottimizzato per progetti di grandi dimensioni. È utilizzato da Wikipedia e da quasi tutti i siti web Wikimedia ed è un popolare sistema di gestione della conoscenza e dei contenuti utilizzato in vari ambiti come piattaforma di documentazione collaborativa, principalmente incentrata sul testo ma con supporto per i contenuti ricchi. È estensibile e fa uso di un linguaggio di markup wiki leggero."@it, "MediaWiki is an open-source wiki software written in PHP, makes use of SQL compatible databases, and is optimized for large projects. It is used by Wikipedia and almost all Wikimedia websites and is a popular knowledge and content management system used in various domains as a collaborative documentation platform, primarily focused on text but with support rich content. It is extensible and makes use of a lightweight wiki markup language."@en ;
  skos:prefLabel "MediaWiki"@it, "MediaWiki"@en .

kth:information_architecture
  skos:prefLabel "infrastruttura informatica"@it, "information technology infrastructure"@en ;
  a skos:Collection ;
  skos:member kth:mediawiki .

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

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

kth:sql
  skos:prefLabel "SQL"@it, "SQL"@en ;
  a skos:Concept ;
  skos:related kth:mediawiki .

