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

kth:dspace
  skos:definition "DSpace is an open-source software for creating open access digital repositories, with a focus on the needs of researchers and scholars to publish and preserve documents and data. It combines aspects of content management systems and digital archives to enable long-term storage, access, and preservation of digital content."@en, "DSpace è un software open-source per la creazione di archivi digitali ad accesso aperto, con particolare attenzione alle esigenze di ricercatori e studiosi di pubblicare e conservare documenti e dati. Combina aspetti dei sistemi di gestione dei contenuti e degli archivi digitali per consentire l'archiviazione, l'accesso e la conservazione a lungo termine dei contenuti digitali."@it ;
  skos:relatedMatch <https://cerif.eurocris.org/vocab/OutputTypes#Software>, ktx:software, <http://vocab.getty.edu/aat/300028566> ;
  skos:prefLabel "DSpace"@it, "DSpace"@en ;
  a skos:Concept ;
  dc:source "Mitchell, Sam. 2015. “About.” DSpace. LYRASIS. June 9, 2015. https://dspace.lyrasis.org/about/."@en ;
  skos:inScheme kth: ;
  skos:broader kth:content_management .

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

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

