Changes between Version 1 and Version 2 of SadiDayOne
- Timestamp:
- 2010/02/09 18:30:08 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SadiDayOne
v1 v2 46 46 The important things to note are: 47 47 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 51 49 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