@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 wd: <http://www.wikidata.org/entity/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ktx:knowledge_base
  skos:prefLabel "knowledge base"@it, "knowledge base"@en ;
  a skos:Concept ;
  skos:related ktx:database .

ktx:image_database
  skos:prefLabel "banca dati di immagini"@it, "image database"@en ;
  a skos:Concept ;
  skos:broader ktx:database .

ktx:knowledge_graph
  skos:prefLabel "knowledge graph"@it, "knowledge graph"@en ;
  a skos:Concept ;
  skos:related ktx:database .

ktx:database
  skos:prefLabel "banca dati"@it, "database"@en ;
  dc:source "“Art & Architecture Thesaurus Full Record Display (Getty Research).” n.d. Getty.edu. Accessed June 20, 2023. http://vocab.getty.edu/page/aat/300028543."@en ;
  a skos:Concept ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh86007767>, wd:Q8513, <http://vocab.getty.edu/aat/300028543> ;
  skos:altLabel "databases"@en, "DB"@en, "data bases"@en ;
  skos:related ktx:knowledge_base, ktx:knowledge_graph ;
  skos:definition "Un database (base di dati, banca dati) modella le informazioni in un insieme strutturato di dati che viene memorizzato su un dispositivo informatico in forma leggibile da macchine e accessibile utilizzando un software dedicato. Nell'ambito di questa tassonomia un database può anche riferirsi ai dati stessi, come una collezione di risorse e dei loro metadati (descrittivi o altro), e alla sua organizzazione, come ad esempio un database di iscrizioni testuali. Un database può essere accessibile agli utenti tramite un'interfaccia di ricerca su un sito Web o in formati scaricabili per uso locale."@it, "A database models information into a structured set of data that is stored on a computer device in machine-readable form and accessible using dedicated software. In the context of this taxonomy a database may also refer to the data itself, as a collection of resources and their metadata (descriptive or other), and its organization, such as for example a database of textual inscriptions. A database may be accessible to users via a search interface on a website or in downloadable formats for local use."@en ;
  skos:relatedMatch <https://cerif.eurocris.org/vocab/html/OutputTypes.html#Researchdatasetsanddatabases> ;
  skos:narrower ktx:image_database ;
  skos:topConceptOf ktx: ;
  skos:example "The Epigraphic Database Vernacular project from the University of Roma Sapienza, http://www.edvcorpus.com/wp/."@en ;
  skos:inScheme ktx: .

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

