Who knows,how to convert owl files to SQL simple?

Asked By 60 points N/A Posted on -
qa-featured

Hi everybody,

I have an OWL file with me and I want someone to enlighten me how to convert OWL files to SQL simple? My OWL file is written in XML format and contain ontologies. I want to learn the technique of transforming OWL files to SQL simple so that I can store them in my relational database.

Thanks !!

 

SHARE
Answered By 5 points N/A #187554

Who knows,how to convert owl files to SQL simple?

qa-featured

Storing ontologies into relational database can have quite a few drawbacks; however, it is indeed more efficient than using file systems. Ontologies are used OWL which does not have any built-in data types that is why it uses XSD data types, which directly corresponds to SQL data types.

This conversion or transformation can only be done by using a utility called QUALEG DB. QUALEG DB does not require much from the user; through its very simple user interface, the user only needs to select the name for an OWL file and for SQL script. To learn more about QUALEG DB, open this link that contains PDF files.

 

Related Questions