@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:knowledge_base
  skos:prefLabel "knowledge base"@it, "knowledge base"@en ;
  a skos:Concept ;
  skos:related ktx:knowledge_graph .

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

ktx:knowledge_graph
  skos:topConceptOf ktx: ;
  skos:altLabel "KG"@en, "knowledge graphs"@en ;
  skos:relatedMatch <https://vocabs.acdh.oeaw.ac.at/dhataxonomy/Concept40.04> ;
  dc:source "Cook, Merrill. 2020. “Knowledge Base.” Diffblog (blog). Diffbot. April 21, 2020. https://blog.diffbot.com/knowledge-graph-glossary/knowledge-base/. Ehrlinger, Lisa, and Wolfram Wöß. n.d. “Towards a Definition of Knowledge Graphs.” Ceur-ws.org. Accessed June 20, 2023. https://ceur-ws.org/Vol-1695/paper4.pdf. Hogan, Aidan, Eva Blomqvist, Michael Cochez, Claudia d’Amato, Gerard de Melo, Claudio Gutierrez, José Emilio Labra Gayo, et al. 2020. “Knowledge Graphs.” ArXiv [Cs.AI]. http://arxiv.org/abs/2003.02320."@en ;
  skos:prefLabel "knowledge graph"@it, "knowledge graph"@en ;
  skos:related ktx:database, ktx:knowledge_base ;
  a skos:Concept ;
  skos:example "The knowledge graph produced as part of the mythLOD project from the University of Bologna, https://dharc-org.github.io/mythlod/static/mima.html."@en ;
  skos:definition "A type of knowledge base centered around the relationship between entities. It uses a graph as its structure to represent knowledge as concepts and the relationships betwee n them (facts). It is generally understood and used within the context of the semantic web and is “intended to accumulate and convey knowledge of the real world.” (Hogan, Aidan et al. 2021) It should make use of a data model and/or ontology to allow both humans and machines to understand and reason about its contents."@en, "Una tipologia di knowledge base incentrata sulla relazione tra entità. Utilizza un grafo come sua struttura per rappresentare la conoscenza come concetti e le relazioni tra di essi (fatti). È generalmente compreso e utilizzato nel contesto del web semantico ed è \"destinato ad accumulare e trasmettere la conoscenza del mondo reale.\" (Hogan, Aidan et al. 2021) Dovrebbe utilizzare un modello di dati e/o un'ontologia per consentire sia agli esseri umani che alle macchine di comprendere e ragionare sui suoi contenuti."@it ;
  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:knowledge_graph .

