Essential Meta Model update script that creates new relationships between Information View Attributes and the Information Representation Attributes that represent the View Attributes.
This extension is provided as a Protege Script Tab Jython script.
To install this update:
Download this extension pack and save it to your workstation
Start Protege and open your Essential Architecture Manager project
Go to the Script Console tab in Protege and enter the following command at the prompt and press enter:
execfile("/informationAttributes.txt")
Note the use of the Unix-style '/' directory separator which should be used on all platforms, including Windows, and ensure that the FULL PATH to the script file is specified.