@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:example "The LiLa project from the University Cattolica Sacro Cuore, https://lila-erc.eu/."@en ;
  skos:closeMatch <https://vocabs.acdh.oeaw.ac.at/dhataxonomy/Concept40.04> ;
  skos:inScheme ktx: ;
  skos:definition "Una knowledge base (base di conoscenza) è una riserva di conoscenza che contiene regole di inferenza e informazioni sull'esperienza e la competenza umana in un dominio specifico e destinata all'uso da parte di un sistema informativo. Nel contesto di questa tassonomia, una knowledge base deve includere una struttura formale e una semantica."@it, "A knowledge base is a store of knowledge that contains inference rules and information about human experience and expertise in a specific domain and intended for use by an information system. Within the context of this taxonomy, a knowledge base must include a formal structure and semantics."@en ;
  a skos:Concept ;
  skos:topConceptOf ktx: ;
  skos:related ktx:database, ktx:knowledge_graph ;
  skos:altLabel "KB"@en, "knowledge bases"@en ;
  skos:prefLabel "knowledge base"@it, "knowledge base"@en ;
  dc:source "Cook, Merrill. 2020. “Knowledge Base.” Diffblog (blog). Diffbot. April 21, 2020. https://blog.diffbot.com/knowledge-graph-glossary/knowledge-base/. “Iso/Iec 2382:2015.” 2020. ISO. 2020. https://www.iso.org/standard/63598.html. Kejriwal, Mayank. 2019. “What Is a Knowledge Graph?” In Domain-Specific Knowledge Graph Construction, 1–7. Cham: Springer International Publishing."@en .

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

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

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

