NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Scrollbar
iconsfalse

Page info
title
title

Panel
titleContents of this Page
Table of Contents
minLevel2

Introduction

This document is a section of the Migration Guide.

For more information about the OWL loader, see Loader Guide.

OWL Loader Enhancements

Substantial changes have been implemented in LexEVS 5.0 during the conversion of the OWL loader. The NCI OWL loader has been decommissioned and replaced with a more generic Protégé OWL loader. All effort has been made to ensure that no previous functionally has been lost during this transition. Priority was given to maintaining existing functionality while improving the OWL loader.

...

  • When determining the the Entity code during load of an association, we now parse the string based on a colon OR hash symbol. <BR>
    For example: <BR>
    Code Block
    http://someNamespace.org:C12345
    Image Removed
    would resolve to 'C12345' <BR>and
    Code Block
    and <BR>
    http://someNamespace.org#C12345
    Image Removed
    would also resolve to 'C12345'<BR>
    We used to process only the colon.

...