Changes between Version 1 and Version 2 of SadiDayOne

Show
Ignore:
Timestamp:
2010/02/09 18:30:08 (14 years ago)
Author:
markw
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SadiDayOne

    v1 v2  
    4646The important things to note are: 
    4747 
    48 1. We are explicitly importing any ontology we refer to 
    49 2. our output class is a subclass of the input data-type (in this case, a KEGG_Record id) 
    50 3. out output class also includes a restriction that it promises to give you 'isParalogOf' predicates attached to additional KEGG_Record entities.  '''Defining the range of the isParalogOf predicate is important, since it allows us to do reasoning about how to chain services together.'''   
     48 1. We are explicitly importing any ontology we refer to 
    5149 
     50 2. our output class is a subclass of the input data-type (in this case, a KEGG_Record id) 
     51 
     52 3. out output class also includes a restriction that it promises to give you 'isParalogOf' predicates attached to additional KEGG_Record entities.  '''Defining the range of the isParalogOf predicate is important, since it allows us to do reasoning about how to chain services together.'''   
     53