Skip to content

danielamariei/databases-ontology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Databases Ontology

Introduction

The purpose of this ontology is to create the common conceptual framework for 'talking' about databases and/or related concepts. This should provide a common vocabulary for the domain.

Repository Structure

The repository is structured as follows:

  • the tbox folder contains the TBox of the ontology, serialized in various formats;
  • the abox folder contains the ABox of the ontology, serialized in various formats;
  • the queries folder contains various example queries that use the ontology;
  • the ontology-engineerg folder contains the process of ontology engineering.

Visualizing the Ontology

The ontology can be visualized using the following tools/approaches:

Validating the Ontology

The ontology can be validated using the following tools/services:

Database vs Ontology

Database

  • Closed-world assumption -- missing information is considered false
  • No means for performing inferences/reasoning -- although Oracle has support for reasoning, but not sure how it is used internally
  • No sharing of information -- software/humans

Ongology

  • Open-world assumption -- missing information is considered to be possibly true
  • It provides the means for performing inferences/reasoning
  • It enables the sharing of information -- software/humans

Bibliography

Resources

About

An ontology regarding databases and related concepts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors