0
votes
1answer
20 views

Protege DataMaster: Table records cannot be shown or imported

There are some records in my tables stored in MySQL, and the Protege DataMaster plugin can be successfully connected to the database. Tables can be listed on the left. But when I click any one of ...
2
votes
1answer
59 views

Tools to Generate an Ontology from a Database Schema and Content

Is there a tool that can infer an ontology from information contained in both a database schema and the content in that schema? Let's say that there are tables in the database defining the following: ...
1
vote
1answer
118 views

How do you normalize an ontology the way you would normalize a relational database?

I know how to normalize a relational database. There are methodologies for getting to a fifth normal form. I understand the reasons why you may want to back off to fourth normal or otherwise. What ...
0
votes
1answer
231 views

migrating from direct db access to ontology - does it make sense?

I have seen people working on an ontology. Few benefits, I know, about ontology is re-use and integrating multiple system i.e If we have several DB’s and we want to integrate them with each other, ...
0
votes
0answers
250 views

ontology to database tool

can I convert an ontology to a database using a tool? and if done, how does it store the element ? can anyone explain please note that ontology was created using protege
1
vote
1answer
118 views

Are ontology storage engines slower than RDMBS systems?

My intuition says that ontology engines like Triplestore or Seseme are going to be slower to query than a DB, but is that really the case? What is it that would make them so much slower?
8
votes
6answers
2k views

What is an Ontology (Database?)?

I was just reading this article and it mentions that some organization had an Ontology as(?) their database(?) layer, and that the decision to do this was bad. Problem is I hadn't heard about this ...