@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:dataset
  skos:example "The Zeri Photo Archive RDF dataset created as part of the Zeri & LODE project at the University of Bologna, http://data.fondazionezeri.unibo.it/."@en ;
  skos:topConceptOf ktx: ;
  skos:prefLabel "dataset"@it, "dataset"@en ;
  skos:definition "A dataset is a collection of information, which can be taken from one or multiple sources, electronically stored in machine-readable form and generally intended for a specific usage. The information in a dataset may originate from various sources (words, images, sound, data, etc.) and may be organized, encoded, and formatted in different ways depending on how the data was collected and its intended usage."@en, "Un dataset è una raccolta di informazioni, che può provenire da una o più fonti, memorizzata elettronicamente in forma leggibile da macchine e generalmente destinata a un uso specifico. Le informazioni contenute in un dataset possono provenire da varie fonti (parole, immagini, suoni, dati, ecc.) e possono essere organizzate, codificate e formattate in modi diversi a seconda di come sono stati raccolti i dati e dell'uso che se ne intende fare."@it ;
  dc:source "“Definition of DATASET.” n.d. Merriam-webster.com. Accessed June 20, 2023. https://www.merriam-webster.com/dictionary/dataset. “Dataset.” n.d. Cambridge.org. Accessed June 20, 2023. https://dictionary.cambridge.org/dictionary/english/dataset. Albertoni, Riccardo. n.d. “Data Catalog Vocabulary (DCAT) - Version 2.” Www.w3.org. Accessed June 19, 2023. https://www.w3.org/TR/vocab-dcat-2/."@en ;
  skos:relatedMatch <https://cerif.eurocris.org/vocab/OutputTypes#Researchdatasetsanddatabases> ;
  skos:altLabel "data set"@en, "datasets"@en ;
  a skos:Concept ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh2018002256> ;
  skos:related ktx:corpus ;
  skos:inScheme ktx: .

ktx:corpus
  skos:prefLabel "corpus"@it, "corpus"@en ;
  a skos:Concept ;
  skos:related ktx:dataset .

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

