@prefix kth: <http://w3id.org/knot/thesaurus/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ktx: <http://w3id.org/knot/taxonomy/> .
@prefix dc: <http://purl.org/dc/terms/> .

kth:framework
  skos:prefLabel "framework"@it, "framework"@en ;
  a skos:Concept ;
  skos:narrower kth:muruca .

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:muruca .

kth:muruca
  skos:prefLabel "Muruca"@it, "Muruca"@en ;
  skos:relatedMatch <https://cerif.eurocris.org/vocab/OutputTypes#Software>, <http://vocab.getty.edu/aat/300028566>, ktx:software ;
  a skos:Concept ;
  dc:source "“Muruca.” 2011. Net7. December 20, 2011. https://www.netseven.it/project/muruca/."@en ;
  skos:inScheme kth: ;
  skos:definition "Muruca è un framework creato da Net7 per la gestione di oggetti e collezioni digitali che combina diversi moduli e applicazioni open-source nel suo back-end e front-end. È stato originariamente sviluppato per produrre edizioni digitali ed è destinato all'uso in progetti di Digital Humanities."@it, "Muruca is a framework created by Net7 for the management of digital objects and digital collections that combines various open-source modules and applications in its back- and frontend. It was originally developed to produce digital editions and is aimed for usage in Digital Humanities projects."@en ;
  skos:broader kth:framework .

