Note: for instructions on importing projects into SADL, see Exporting SADL Projects.
The Eclipse-based SADL IDE supports importing two types of files: OWL model files and CSV tabular data files.
The Eclipse-based SADL IDE includes an exploratory capability to import OWL models into a SADL project as SADL files. Note that this is NOT the same as using external OWL models within a project. Adding an external OWL model to a project makes that OWL model available to be imported (as is, as an OWL model) into a SADL model. By contract, importing an OWL model attempts to translate the OWL model into a SADL representation. Since SADL only supports OWL 1 plus qualified cardinality (see Property Restrictions), OWL 2 models may have content which is not translated or is not translated correctly into the SADL grammar.
To import an OWL model into a SADL project, follow these steps.
Tabular data in the form of a comma-separated-values (CSV) file can also
be imported to create either an OWL file or a SADL file. Doing so requires
a template file to specify the mappings between the values in the CSV file
and the semantic concepts identified in the resulting semantic model.
Importing CSV files is covered in detail in The
SADL-IDE Import CSV Wizard in the CSV
Tabular Data Importer document.