@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:content_management
  skos:prefLabel "gestione dei contenuti"@it, "content management"@en ;
  a skos:Concept ;
  skos:narrower kth:wcm .

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

kth:wcm
  skos:altLabel "WebContentManager"@en ;
  skos:relatedMatch <https://cerif.eurocris.org/vocab/OutputTypes#Software>, ktx:software, <http://vocab.getty.edu/aat/300028566> ;
  skos:definition "WCM è una piattaforma web modulare progettata per soddisfare le esigenze di gestione dei contenuti dei prodotti di ricerca nel contesto delle Digital Humanities. Fa parte di una suite di sistemi offerti da Progettinrete (insieme a Booksflow, UJPS, Pressflow) e fornisce funzionalità di digitalizzazione, gestione e marcatura dei documenti e di ricerca."@it, "WCM is a modular web platform designed to meet the content management needs of research products in the context of Digital Humanities. It is part of a suite of systems offered by Progettinrete (alongside Booksflow, UJPS, Pressflow) and provides digitization, document management, and marking as well as search functionalities."@en ;
  dc:source "“WCM – Web Content Management.” n.d. Wcm.it. Accessed June 20, 2023. https://www.wcm.it/piattaforma/."@en ;
  skos:inScheme kth: ;
  skos:broader kth:content_management ;
  a skos:Concept ;
  skos:prefLabel "WCM"@it, "WCM"@en .

