Versions Compared

Key

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

...

  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
    titleN.B.

    Only datatype properties are allowed.

  2. Place the owl file in your eagle-i configuration folder. This is usually
    Code Block
    ~tomcat/eaglei/conf/
    
  3. Edit the eagle-i-apps.properties file and add the following properties:
    Code Block
    ## INSTITUTION SPECIFIC ontology
    eaglei.model.jena.localSource=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 is the IRI for your owl file