RE: Advancing translational research with the Semantic Web

For those of you not too familiar with Named Graphs, here is a simple example based on Matthias' construct using the TriG [1] NamedGraph formalism:


<G1> 
{ <G1> <assertedBy> <Matthias_Samwald> . 
  <G1> rdf:type <protein_expression_process> .
  <G1> <has_participant> <protein_a> .
  <protein_a> <located_in> <tissue_b> .
  <protein_a> <described_by> <source_c> .
} 

This is clearly distinct from Alan's class restriction approach, but I think it's useful; to have the different models sisde-by-side.

 - Eric

[1]  - http://sites.wiwiss.fu-berlin.de/suhl/bizer/pub/Carroll_etall-TrustWorkshop-ISWC2004.pdf 

-----Original Message-----
From: public-semweb-lifesci-request@w3.org on behalf of samwald@gmx.at
Sent: Thu 5/17/2007 12:08 PM
To: public-semweb-lifesci@w3.org
Subject: Re: Advancing translational research with the Semantic Web
 


> How would you say e.g. "protein a is expressed in tissue b, according to 
> source c"?

through something like

<protein_a_expression_process> <has_participant> <protein_a> .
<protein_a_expression_process> <located_in> <tissue_b> .
<protein_a_expression_process> <described_by> <source_c> .

-- Matthias Samwald


Yale Center for Medical Informatics, New Haven /
Section on Medical Expert and Knowledge-Based Systems, Vienna /
http://neuroscientific.net


.
-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer

Received on Friday, 18 May 2007 12:41:28 UTC