Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
    
    NB:
    Note
    titleN.B.

    Only datatype properties are allowed

    at this time

    .

  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