Generating logical data models from OWL ontologies

You can generate a logical data model from a Web Ontology Language (OWL) ontology by creating an OWL-to-logical data model transformation configuration and applying it to a source ontology.
The following steps describe a typical scenario:
  1. Create an OWL ontology for conceptual and semantic modeling.
  2. Transform the OWL ontology into a logical data model.
  3. Modify and finalize the logical data model, then generate a physical data model from the logical data model.
Note: Only OWL 2 ontology that uses RDF/XML syntax is supported. The source ontology must be valid. If the source ontology is not valid, unexpected results may occur.

Feedback