NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1

Obtain an OWL formatted source.

The National Center for Bio Ontology (NCBO) hosts OWL formatted and other sources and downloads of some sources are available.

 
Save the source to a local folder.

2

Load the source without options.

Load in Linux/Unix environments:

Code Block
./LoadOWL.sh -in "file:///home/LargeStorage/ontologies/owl/amino-acid.owl"

Load in Windows environments:

Code Block
LoadOWL.bat -in "file:///home/LargeStorage/ontologies/owl/amino-acid.owl"


Sample output on success:

3

Load source with options:

Some sources may not offer much in the way of information about the coding scheme.  Since this information is often found in resources outside the terminology itself, LexEVS offers an option to load it in an accompanying manifest file. 

This is an example of an OWL file with minimal metadata about the terminology:

... and this manifest file allows the user to add appropriate metadata:

Manifest file construction is detailed in the administrative guide

Loading in LInux/Unix

Code Block
./LoadOWL.sh -in "file:///data/phont/LexEVS/test/resources/testData/camera.owl" -mf "file:///data/phont/LexEVS/test/resources/testData/Camera-manifest.xml"

Loading in Windows

Code Block
LoadOWL.bat -in  "file:///data/phont/LexEVS/test/resources/testData/camera.owl" -mf  "file:///data/phont/LexEVS/test/resources/testData/Camera-manifest.xml"

4

Note anonymous nodes.