Synthetic Biology:Semantic web ontology/OWL

From OpenWetWare
Revision as of 13:44, 9 November 2005 by Ilya (talk | contribs) (→‎Resources)
Jump to navigationJump to search

Web Ontology Language (OWL) - used to define relationships between vocabularies and other constraints. As the Semantic Web is inherently distributed, OWL must allow for information to be gathered from distributed sources.

OWL adds the ability to indicate when two classes or properties are identical. OWL declarations provide additional information to let rule-checking and theorem-proving systems work with RDF data. Other richer schema capabilities that have been identified as useful (but that are not provided by RDF Schema) include:

  • cardinality constraints on properties, e.g., that a Person has exactly one biological father.
  • specifying that a given property (such as ex:hasAncestor) is transitive, e.g., that if A ex:hasAncestor B, and B ex:hasAncestor C, then A ex:hasAncestor C.
  • specifying that a given property is a unique identifier (or key) for instances of a particular class.
  • specifying that two different classes (having different URIrefs) actually represent the same class.
  • specifying that two different instances (having different URIrefs) actually represent the same individual.
  • specifying constraints on the range or cardinality of a property that depend on the class of resource to which a property is applied, e.g., being able to say that for a soccer team the ex:hasPlayers property has 11 values, while for a basketball team the same property should have only 5 values.
  • the ability to describe new classes in terms of combinations (e.g., unions and intersections) of other classes, or to say that two classes are disjoint (i.e., that no resource is an instance of both classes).

Resources

  1. Wikipedia page
  2. OWL @ W3C - links
  3. OWL Web Ontology Language Guide
  4. OWL Web Ontology Language Overview
  5. OWL Web Ontology Language Reference
  6. OWL Web Ontology Language Semantics and Abstract Syntax
  7. OWL Vocabulary reference
  8. OWL Implementations as of December 2003 (Historical)
  9. OWL Web Ontology Language Semantics and Abstract Syntax
  10. Vocabulary Documentation from W3C