Changes between Version 2 and Version 3 of SadiDayOne
- Timestamp:
- 2010/02/09 18:32:14 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SadiDayOne
v2 v3 50 50 2. our output class is a subclass of the input data-type (in this case, a KEGG_Record id) 51 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.'''52 3. out output class also includes a restriction that it promises to give you 'isParalogOf' predicates attached to additional KEGG_Record entities. '''explicitly restricting the values that you will outputis important, since it allows us to do reasoning about how to chain services together.''' It is important that we put this restriction here, since it allows us to constrain OUR use of that predicate, without constraining the range of that predicate for anyone else! 53 53