Science Environment for Ecological Knowledge
Ecoinformatics site parent site of Partnership for Biodiversity Informatics site parent site of SEEK - Home
Science Environment for Ecological Knowledge









 

 

 



SMS Hot Topics

This is version 9. It is not the current version, and thus it cannot be edited.
[Back to current version]   [Restore this version]


Current Development Tasks

  • bugzilla summary here ...

A grammar for semantic annotations

  • Note that parenthesis ( ) are used to define the syntax, e.g., ( ... )* means zero or more, ( ... )+ means one or more, and ( ... )? means zero or one.

 [1]   AnnotGroup    ::=   ( Annot )+ 

 [2]   Annot         ::=   ItemExp '==>' OntExp

 [3]   ItemExp       ::=   '/' ItemPath

 [4]   ItemPath      ::=   ElemName ( '[' ItemCntxtExp ']' )*  ( Var )? 
                      |    ItemPath '/' ItemPath | '*' | '.'

 [5]   Var           ::=   '{' '$' VarName '}'

 [6]   ItemCntxtExp  ::=   ItemPath 
                      |    ItemPath Op ItemValue

 [7]   Op            ::=   '=' 
                      |    '<' 
                      |    '>' 
                      |    '<='
                      |    '>='

 [8]   OntExp        ::=   ConceptName ( Var )? ( OntPath )?

 [9]   OntPath       ::=   '.' RoleName ( '#' ConceptName )? ( Var )? ( OntPath )?



Go to top   More info...   Attach file...
This particular version was published on 21-Jan-2005 10:49:27 PST by SDSC.bowers.