Loads UMLS History
Example: java org.LexGrid.LexBIG.admin.LoadOWL
-in,--input <uri> URI or path specifying location of the source file
-v, --validate <int> Perform validation of the candidate
resource without loading data. If specified, the '-r'
option is ignored. Supported levels of validation include:
0 = Verify document is well-formed
1 = Verify document is valid
-r, --replace Replace exisiting file.
Example: java -Xmx512m -cp lgRuntime.jar
org.LexGrid.LexBIG.admin.LoadUMLSHistory -in "file:///path/to/META.folder" -r
-or-
org.LexGrid.LexBIG.admin.LoadUMLSHistory -in "file:///path/to/META.folder" -v 0