@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:omeka
  skos:definition "Omeka is an open-source content management system intended as a lightweight solution for publishing digital collections and online exhibitions, extensible through the use of themes and plugins. The original project has been extended to act as a web publishing platform and is compatible with Linked Open Data standards."@en, "Omeka è un sistema di gestione dei contenuti open-source inteso come soluzione leggera per la pubblicazione di collezioni digitali e mostre online, estensibile attraverso l'uso di temi e plugin. Il progetto originale è stato esteso per fungere da piattaforma di pubblicazione web ed è compatibile con gli standard Linked Open Data."@it ;
  skos:prefLabel "Omeka"@it, "Omeka"@en ;
  skos:broader kth:content_management ;
  skos:relatedMatch <http://vocab.getty.edu/aat/300028566>, ktx:software, <https://cerif.eurocris.org/vocab/OutputTypes#Software> ;
  dc:source "“Project.” n.d. Omeka.org. Accessed June 20, 2023. https://omeka.org/about/project/."@en ;
  skos:altLabel "Omeka S, Omeka Classic, Omeka.net"@en ;
  a skos:Concept ;
  skos:related kth:lod ;
  skos:inScheme kth: .

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

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

kth:lod
  skos:prefLabel "Linked Open Data"@it, "Linked Open Data"@en ;
  a skos:Concept ;
  skos:related kth:omeka .

