Changes between Version 11 and Version 12 of SadiDayOne
- Timestamp:
- 2010/02/09 21:13:06 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SadiDayOne
v11 v12 79 79 4. the "isParalogOf" property is symmetric, meaning that of X is a paralog of Y, then Y is also a paralog of X. Note also that, in this case, I am defining the isParalogOf property in my service ontology; however '''THIS IS NOT ALWAYS NECESSARY''' - if you produce data that represents a relationship that has been adequately defined by someone else, then you are free to use that third-party's predicate and you don't need to define it yourself! Re-use re-use re-use!! That's what the Semantic Web is all about! 80 80 81 The SADI Taverna plugin has been updated to use the information in these restrictions for service discovery. 81 82 82 The SADI Taverna plugin has been updated to use the information in these restrictions for service discovery. 83 § 84 85 We have written a tool that generates an OWL ontology from a Java class hierarchy. Although this is quite opposite to the way things are usually done, we think it will be a useful tool for the BioHackathon audience to understand the SADI approach to OWL reasoning and ontology building. I am putting together a downloadable (and documented) package so you can play with it, but for now you can check out the code in the SADI repository at http://code.google.com/p/sadi/source/browse/#svn/trunk/sadi.common/src/main/java/ca/wilkinsonlab/sadi/jowl (the tools: !OntModelBuilder for building an OWL ontology from a Java class hierarchy and !InstanceSerializer for converting a Java instance to an RDF serialization) and http://code.google.com/p/sadi/source/browse/#svn/trunk/sadi.common/src/test/java/ca/wilkinsonlab/sadi/jowl (test cases). Apologies for the present lack of documentation, but that's why it's a Hackathon and not an Engineerathon, no?