W3C logo
slanted W3C logo

RDF geeking for Life Sciences

W3C Semantic Web in Health Care and Life Sciences.


Eric Prud'hommeaux, Sanitation Engineer.
Last modified: $Date: 2009/09/27 20:13:59 $
Creative Commons License This work is licensed under a Creative Commons Attribution 3.0 License, with attribution to W3C.

Valid XHTML + RDFa

What is the Semantic Web?

Nodes and arcs about people,

medicine,

life sciences, ...

in one universe

Who is HCLS?

W3C Semantic Web Health Care and Life Sciences Interest Group.

90+ members from industry and academia.

1 KB (350m+ triples)

papers

Workshops

Ontology mapping code.

Current Work

Other Projects: Clinical Decision Support...

HCLS KB

A Knowledgebase for Neuroscience

Built by Neurocommons and the HCLS BioRDF task force.

Precise answers to complex questions:

What proteins are associated with pyramidal neurons
AND are involved in signal transduction.

Integrate Databases

Real Query

HCLS demo #2 query: SPARQL query over MeSH, PubMed, Entrez Gene, GO

Linking Open Drug Data

Evaluating LODD sources

Clinical Observations Interoperability

Real Hospital Database

Real Hospital Database as RDF

... Sharable RDF

   PREFIX :mydb <http://cityhospital.example/dbs>
CONSTRUCT { ?o a               study:SubjectObservation .
            ?o study:subject   ?p .
            ?o study:clinician ?d .
            ?d :foaf:name ?dName }

    WHERE { ?o mydb:patient ?p .
            ?o mydb:doctor  ?d .
            ?d mydb:name    ?dName }

Query Transformation

PREFIX db: <…>
SELECT ?o ?d
 WHERE {
   ?o db:onPatient <Bob> .
   ?o db:byDoctor ?d .
 }

PREFIX db: <…>
SELECT observations... doctors...
  FROM observations, 
   patients ON id=observations.patient ...
   WHERE patients.name = "Bob"
 }

Scientific Discourse ...

Scientific Discourse expresses hypotheses

Scientists use this!

SWAN screenshot

Terminology

Importing terms into Semantic Web.

Translational Medicine Ontology

Requires data from bench to bedside.

Spans health care and life sciences

Models drug development lifecycle

Collaboration

We want your help

Come to G525 or
join per <http://www.w3.org/2001/sw/hcls/#ie>.