@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:object_database .

kth:object_database
  skos:definition "Un database a oggetti è un tipo di database in cui le informazioni sono modellate come oggetti, analogamente al concetto di oggetto utilizzato nella programmazione orientata agli oggetti. Si prevede che utilizzi un linguaggio di programmazione orientato agli oggetti come linguaggio e che organizzi le informazioni in gerarchie di classi."@it, "An object database is a type of database in which information is modeled as objects, similarly to how the concept of object is used in object-orientated programming. It is expected to use an object-orientated programming language as its language and to organize its information into class hierarchies."@en ;
  skos:relatedMatch <https://cerif.eurocris.org/vocab/html/OutputTypes.html#Researchdatasetsanddatabases>, <http://id.loc.gov/authorities/subjects/sh86007767>, ktx:database, <http://vocab.getty.edu/aat/300028543> ;
  skos:topConceptOf kth: ;
  skos:prefLabel "object database"@en, "database a oggeti"@it ;
  dc:source "Mankovskii, Serguei, Martin Gogolla, Susan D. Urban, Suzanne W. Dietrich, Susan D. Urban, Suzanne W. Dietrich, Ming-Hsuan Yang, et al. 2009. “Object Data Models.” In Encyclopedia of Database Systems, 1929–35. Boston, MA: Springer US."@en ;
  skos:altLabel "object-oriented database, OODB, object databases"@en ;
  a skos:Concept ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh88007927> ;
  skos:inScheme kth: .

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

