W3C Semantic Web in Health Care and Life Sciences.
<encounter7> edns:patient <patient3> . <patient3> r:type galen:Patient ; foaf:family_name "Levin" ; foaf:firstName "Henry" .
<encounter7> edns:patient <patient3> ; edns:screeningBP <s20090714c> . <patient3> r:type galen:Patient ; foaf:family_name "Levin" ; foaf:firstName "Henry" . <s20090714c> dc:date "2009-07-14T18:23"^^xsd:dateTime ; edns:systolic "132"^^edns:mmHg ; edns:diastolic "86"^^edns:mmHg .
@prefix edns: <http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix galen: <http://www.co-ode.org/ontologies/galen#> . @prefix snomed: <http://termhost.example/SNOMED/> . <encounter7> edns:patient <patient3> ; edns:screeningBP <s20090714c> . <patient3> r:type galen:Patient ; foaf:family_name "Levin" ; foaf:firstName "Henry" . <s20090714c> dc:date "2009-07-14T18:23"^^xsd:dateTime ; edns:systolic "132"^^edns:mmHg ; edns:diastolic "86"^^edns:mmHg .
@prefix edns: <http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix galen: <http://www.co-ode.org/ontologies/galen#> . @prefix snomed: <http://termhost.example/SNOMED/> . <encounter7> edns:patient <patient3> ; edns:screeningBP <s20090714c> . <patient3> r:type galen:Patient ; foaf:family_name "Levin" ; foaf:firstName "Henry" . <s20090714c> dc:date "2009-07-14T18:23"^^xsd:dateTime ; edns:systolic "132"^^edns:mmHg ; edns:diastolic "86"^^edns:mmHg ; edns:posture snomed:_163035008 . # SNOMED:sitting
SELECT ?systolic ?diastolic WHERE { GRAPH <http://cro.example/study9> { ?encounter edns:patient ?patient . ?patient foaf:family_name "Levin" ; foaf:givenName "Henry" . ?encounter edns:screeningBP ?bp ?bp edns:systolic ?systolic ; edns:diastolic ?diastolic } }
SELECT ?systolic ?diastolic WHERE { GRAPH my:studies { ?study my:meetsStandards sdtm:DEA5 ; my:graph ?graph . } GRAPH ?graph { ?encounter edns:patient ?patient . ?patient foaf:family_name "Levin" ; foaf:givenName "Henry" . ?encounter edns:screeningBP ?bp ?bp edns:systolic ?systolic ; edns:diastolic ?diastolic } }
[Named] collections of things with similar attributes.
[Named] collections of things with similar attributes.
[Named] collections of things with similar attributes.
intersection
complement
restriction
cardinality
equivalence
Diabetic Patient Data
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 }
PREFIX db: <…> SELECT ?O ?P ?D WHERE { ?O db:onPatient ?P . ?O db:byDoctor ?D . }
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.
Other Projects: Clinical Decision Support...
we have a couple approaches:
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.
Importing terms into Semantic Web.
Requires data from bench to bedside.