@prefix kth: <http://w3id.org/knot/thesaurus/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ktx: <http://w3id.org/knot/taxonomy/> .
@prefix dc: <http://purl.org/dc/terms/> .

kth:
  rdfs:label "KNOT Thesaurus Tecnologico"@it, "KNOT Technology Thesaurus"@en ;
  skos:prefLabel "KNOT Thesaurus Tecnologico"@it, "KNOT Technology Thesaurus"@en ;
  a skos:ConceptScheme ;
  skos:hasTopConcept kth:triplestore .

kth:triplestore
  a skos:Concept ;
  skos:narrower kth:blazegraph ;
  skos:altLabel "RDF store, triplestores"@en ;
  skos:relatedMatch <https://vocabs.acdh.oeaw.ac.at/dhataxonomy/Concept3.02>, <https://cerif.eurocris.org/vocab/html/OutputTypes.html#Researchdatasetsanddatabases>, <http://id.loc.gov/authorities/subjects/sh86007767>, <http://vocab.getty.edu/aat/300028543>, ktx:knowledge_graph ;
  skos:topConceptOf kth: ;
  skos:inScheme kth: ;
  skos:definition "Un tipo di database che memorizza le triple, codificate in RDF, e ne consente il recupero mediante query semantiche."@it, "A type of database that stores triples, encoded using RDF, and enables their retrieval using semantic queries."@en ;
  dc:source "Rusher, Jack. \"Triple Store\" Accessed June 20, 2023. https://www.w3.org/2001/sw/Europe/events/20031113-storage/positions/rusher.html."@en ;
  skos:prefLabel "triplestore"@it, "triplestore"@en .

kth:blazegraph
  skos:prefLabel "Blazegraph"@it, "Blazegraph"@en ;
  a skos:Concept ;
  skos:broader kth:triplestore .

kth:data_storage
  skos:prefLabel "memorizzazione di informazioni"@it, "data storage"@en ;
  a skos:Collection ;
  skos:member kth:triplestore .

