Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Info
titlePlease note the following
  1. The institution specific annotations will be applied to all resource types
  2. Only datatype properties are allowed.
  3. This is an advanced feature and we recommend that you contact us to assist in the use of the feature.
  4. This feature is available in version 2.0 and newer.

Visibility of institution specific annotations

This feature, if used, will have the following visibility in the applications:be visible in institutional applications and will not be visible from the central application.

SWEET - Entering data

A new section will appear between the end of the standard eagle-i fields and before the comments and curator notes sections.

...

Image Modified

SWEET - Viewing data

If institution specific

...

annotation has been entered for a resource, this will be displayed in its own section just before the Metatdata section.

Image Modified

SEARCH - Institution

If you have installed the institution search application, and

...

institution specific

...

annotation has been entered for a resource, this will be displayed at the end.
Image Modified

DISSEMINATION

Any institution specific

...

annotation that is associated with an institution's resource will be viewable from the resource's dissemination page
Image Modified

Institution specific annotations will not be visible in the central search application:

SEARCH - Central

Any institution specific

...

annotation that is associated with an institution's resource will not

...

be viewable from the central search application.
Image Modified

Use

To use this feature:

  1. Generate an owl file.
    A sample owl file with several datatypes can be found in our examples folder:
    Code Block
    
    /eagle-i-base/examples/config-files/institution-specific-annotations.owl
    
    Note

...

  1. Only datatype properties are allowed

...

  1. .

  2. Place the owl file in your eagle-i configuration folder.

...

  1. This is usually
    Code Block
    
    

...

  1. ~tomcat/eaglei/conf/
    
  2. Edit the eagle-i-apps.properties file and add the following properties:
    Code Block
    
    ## INSTITUTION SPECIFIC ontology
    eaglei.model.jena.localSource

...

  1. =institution-specific-annotations.owl
    eaglei.model.jena.localIri=http://frog.university.zoo/ont/app/1.0/institution-specific-annotations.owl
    
    1. eaglei.model.jena.localSource is the name of your owl file
    2. eaglei.model.jena.localIri

...

    1. is the IRI for your owl file