Synthetic Biology:Semantic web ontology: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
This is a part of the effort to provide a standardized, extensible, scalable and '''machine-processable''' interface for the [http://parts.mit.edu/ Registry of Standard Biological Parts].
This is a part of the effort to provide a standardized, extensible, scalable and '''machine-processable''' interface for the [http://parts.mit.edu/ Registry of Standard Biological Parts]. The idea of a Semantic Web data model seems to fit this goal. The success of developing a Synthetic Biology ontology depends in part on a good definition of the [[BioBricks_abstraction_hierarchy | BioBricks abstraction hierarchy]].


==Semantic Web==
==Semantic Web==
Line 9: Line 9:
*identifies every resource with a globally unique URI: don't say "color", say <http://example.com/2005/std6#col>
*identifies every resource with a globally unique URI: don't say "color", say <http://example.com/2005/std6#col>
*allows “serendipitous reuse”: integration with data sources in other fields (“web join”)
*allows “serendipitous reuse”: integration with data sources in other fields (“web join”)
===Resources===
#[http://www.xml.com/lpt/a/2000/11/01/semanticweb/index.html Semantic Web primer] from 2000 at xml.com
#[http://www.w3.org/2005/Talks/0517-boit-tbl/ Berners-Lee - Semantic Web Life Sciences - BioIT World]
#[http://www.w3.org/2003/Talks/05-gartner-tbl/ Web Services - Semantic Web by Tim-Berners Lee]
#[http://www.amk.ca/talks/2004-12-02/ Introduction to the Semantic Web and RDF by A.M. Kuchling]


==Ontology==
==Ontology==
Line 27: Line 33:


Resources:
Resources:
#[http://www.w3.org/2005/Talks/0517-boit-tbl/ Berners-Lee - Semantic Web Life Sciences - BioIT World]
#[http://www.w3.org/2003/Talks/05-gartner-tbl/ Web Service - Semantic Web by Tim-Berners Lee]
#[http://www.amk.ca/talks/2004-12-02/ Introduction to the Semantic Web and RDF by A.M. Kuchling]
#[http://dimer.tamu.edu/GO/wiki GO annotation wiki] (from [[User:Skosuri|Sri]])
#[http://dimer.tamu.edu/GO/wiki GO annotation wiki] (from [[User:Skosuri|Sri]])
#[http://openwetware.mit.edu/index.php?title=BioBricks_abstraction_hierarchy Discussion of BioBricks abstraction hierarchy]

Revision as of 10:17, 16 September 2005

This is a part of the effort to provide a standardized, extensible, scalable and machine-processable interface for the Registry of Standard Biological Parts. The idea of a Semantic Web data model seems to fit this goal. The success of developing a Synthetic Biology ontology depends in part on a good definition of the BioBricks abstraction hierarchy.

Semantic Web

RDF/XML, RDF Schema and OWL

  • allows to model real things, not just documents or database tables
  • consists of statements about resources in the form of triples:
SUBJECT -> PROPERTY -> VALUE
  • identifies every resource with a globally unique URI: don't say "color", say <http://example.com/2005/std6#col>
  • allows “serendipitous reuse”: integration with data sources in other fields (“web join”)

Resources

  1. Semantic Web primer from 2000 at xml.com
  2. Berners-Lee - Semantic Web Life Sciences - BioIT World
  3. Web Services - Semantic Web by Tim-Berners Lee
  4. Introduction to the Semantic Web and RDF by A.M. Kuchling

Ontology

Controlled vocabulary of concepts and their relationships.

Examples of ontologies:

  1. Dublin Core
  2. Gene Ontology
  3. Sequence Ontology: features on a nucleotide or protein sequence
  4. BioPAX: biological pathway data
  5. UniProt (planning)
  6. SBML uses CellML metadata to describe its elements. See also a message on SBML forum.
  7. BioModels database and Systems Biology Ontologies (SBO) project

Resources:

  1. GO annotation wiki (from Sri)