Generating OWL ontologies from logical data models

You can generate a Web Ontology Language (OWL) ontology from a logical data model by creating a logical data model to OWL ontology transformation configuration and applying it to a source model.
The following steps describe a typical scenario:
  1. Create a logical data model.
  2. Transform the logical data model into an OWL ontology.
  3. Modify and finalize the OWL ontology for use in inference or other semantic applications.
The source model must be valid. If the source model is not valid, unexpected results will occur.

Feedback