@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:software
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh85029534>, <https://cerif.eurocris.org/vocab/html/OutputTypes.html#Software>, <http://vocab.getty.edu/aat/300028566> ;
  skos:topConceptOf ktx: ;
  skos:definition "Il software è un insieme di programmi per computer e la documentazione e i dati associati che richiedono hardware, locale o remoto per l'utente, per l'utilizzo. Nel contesto di questa tassonomia, si presume che il software sia disponibile per il riutilizzo al fine di facilitare ulteriori ricerche o produzione di conoscenza da parte di diverse comunità."@it, "Software is a set of computer programs and their associated documentation and data that requires hardware, whether local or remote to the user, for usage. In the context of this taxonomy, software is assumed to be available for reuse in order to facilitate further research or knowledge production by different communities."@en ;
  skos:inScheme ktx: ;
  dc:source "“Iso/Iec 2382:2015.” 2020. ISO. 2020. https://www.iso.org/standard/63598.html."@en ;
  skos:example "The Bradypus software developed by the University of Rome Sapienza, https://bdus.cloud/."@en ;
  a skos:Concept ;
  skos:prefLabel "software"@it, "software"@en .

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

