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

ktx:digital_collection
  skos:prefLabel "collezione digitale"@it, "digital collection"@en ;
  a skos:Concept ;
  skos:broader ktx:digital_library .

ktx:digital_library
  skos:narrower ktx:digital_collection ;
  skos:topConceptOf ktx: ;
  skos:prefLabel "digital library"@en, "biblioteca digitale"@it ;
  dc:source "“Soprintendenza archivistica e bibliografica della Lombardia.” n.d. Gov.it. Accessed June 20, 2023. https://sab-lom.cultura.gov.it/conoscere-archivi-e-biblioteche."@it, "Mazzitelli, Gabriele. 2007. Che cos’è una biblioteca."@it, "Lynch, Clifford, and Hector Garcia-Molina. 1995. “Interoperability, Scaling, and the Digital Libraries Research Agenda.” Nitrd.gov. 1995. https://www.nitrd.gov/PUBS/iita-dlw/IITA_Digital_Libraries_Workshop.pdf. Graham, Wayne. 1998. “CLIR Issues Number 4.” CLIR. July 13, 1998. https://www.clir.org/1998/07/clir-issues-number-4/. Borgman, Christine L. 1999. “What are digital libraries? Competing visions.” Information Processing & Management, 35, 227-243. 1999. https://escholarship.org/uc/item/7c55m1xf. ALA Library. 2016. “LibGuides: Definition of a Library: General Definition.” https://libguides.ala.org/library-definition."@en ;
  skos:definition "A digital library is a collection of resources, potentially available in a variety of formats, and their description, in the form of metadata, that enable one or more communities access in order to allow further research into the subject, educate, inform, or entertain. A digital library must make publicly accessible at least one of the metadata (descriptive and/or bibliographic information) and/or data (digital copy) of each of the resources it collects. It may also offer specific services and/or tools to users such as advanced search functionalities, downloads in multiple format, or data manipulation."@en, "Una biblioteca digitale è una collezione di risorse, potenzialmente disponibili in una varietà di formati, e la loro descrizione, sotto forma di metadati, che consentono l'accesso a una o più comunità al fine di consentire ulteriori ricerche sull'argomento, educare, informare o intrattenere. Una biblioteca digitale deve rendere pubblicamente accessibile almeno uno dei metadati (informazioni descrittive e/o bibliografiche) e/o dei dati (copia digitale) di ciascuna delle risorse che raccoglie. Può anche offrire servizi e/o strumenti specifici agli utenti, come funzionalità di ricerca avanzate, download in più formati o manipolazione dei dati."@it ;
  skos:example "The Biblioteca Italiana project hosted by the University of Roma Sapienza, http://www.bibliotecaitaliana.it/."@en ;
  skos:altLabel "digital libraries"@en, "biblioteche digitali"@it ;
  skos:inScheme ktx: ;
  skos:closeMatch <http://vocab.getty.edu/aat/300391336>, <http://id.loc.gov/authorities/subjects/sh95008857> ;
  a skos:Concept .

ktx:
  rdfs:label "KNOT Tassonomia"@it, "KNOT Taxonomy"@en ;
  skos:prefLabel "KNOT Tassonomia"@it, "KNOT Taxonomy"@en ;
  a skos:ConceptScheme ;
  skos:hasTopConcept ktx:digital_library .

