This is a diff between 1.1 and 1.2 revisions:

%ODSCOPY%CategoryVirtuoso CategoryODS CategoryWebSite CategoryDocumentation CategoryOAT CategoryVOS * hover - the anchor is opened when the cursor hovers over the RDF icon shown at the right of the link. * click - the anchor is opened when user clicks the RDF icon shown at the right of the link; * disabled - this is the default;The settings for &lt;a&gt;++ links can be changed in ODS Framework UI->user name->Edit My Profile->Personal page, drop-down list "Show &lt;a>++ links". The options scope is: * [[OdsMail][ODS-Mail]]. * [[OdsFeedManager][ODS-Feed-Manager]] * [[OdsCalendar][ODS-Calendar]] * [[OdsBookmarkManager][ODS-Bookmark-Manager]] * [[OdsPolls][ ODS-Polls]] * [[OdsAddressbook][ ODS-Addressbook]] * [[OdsBriefcase][ODS-Briefcase]] * [[OdsBlog][ODS-Weblog]]The following ODS applications support &lt;a&gt;++ links: </script>
>/verbatim>
OAT.MSG.attach(OAT, OAT.MSG.OAT_LOAD, myInit); } generateAPP('app_area', {}); OAT.Anchor.zIndex = 1001; OAT.Anchor.imagePath = OAT.Preferences.imagePath; OAT.Preferences.imagePath = '/ods/images/oat/'; function myInit() { <script type="text/javascript"> <script type="text/javascript" src="/ods/app.js"></script> <script type="text/javascript" src="/ods/oat/loader.js"></script> </script> var featureList=["ajax2", "ws", "anchor"]; var imagePath="/ods/images/oat/"; var toolkitPath="/ods/oat"; // OAT <script type="text/javascript">Any hosted application may use &lt;a&gt;++ JS by including the script below in the head:
>verbatim>
---+++Usage * Found links - list of related IRIs found in the ODS dataspace based on the link text * Horizontal line * Data link (RDF) - RDF representation of the object (if the object is a part of the ODS dataspace) * Web page - default link locationOnly links with id attribute are transformed. The default content of the anchor window is: * width, height - dimensions of the lookup window; * activation - "hover" or "click"; * title - title of the window; * imagePath - path for images used for lookup bubble; * appOptions - options that will be applied to all links in appArea. They are the same as the options for the anchors from OAT: * appArea - id of the element containing the area with the links to be &lt;a&gt;++ transformed;The main function from the JS file is *generateAPP()*. It takes the following parameters:The implementation (mainly in app.js) is based on [[http://oat.openlinksw.com/][OAT]], the OpenLink AJAX Toolkit, combined with the free-text search features of Virtuoso SPARQL. It is a part of the ODS Framework and other hosted applications may use it.---+++ImplementationODS &lt;a&gt;++ links extend the basic HTML link by including relationships to other data in the ODS dataspace. The essence of the Web is the *link*. We use it to navigate, discover, form communities, and rank our Web pages on search engines. But each link carries much more behind it than what has generally been exposed. ---+++What are &lt;a&gt;++ links?---++ODS &lt;a&gt;++ links%ODSNAV%%META:TOPICPARENT{name="Ods"}%%VOSWARNING%