# $Id: hl7-sample-simplified.rq,v 1.3 2008/03/05 04:08:30 lfeigenb Exp $
# Henry Levin's BP history.
# Runs on hl7-sample-simplified.ttl .
PREFIX dc:
PREFIX edns:
PREFIX foaf:
PREFIX galen:
PREFIX r:
PREFIX snomed:
SELECT ?date ?sys ?dias ?position {
?p r:type galen:Patient ;
foaf:family_name "Levin" ;
foaf:firstName "Henry" .
?c edns:patient ?p ;
edns:screeningBP ?scr .
?scr dc:date ?date ;
edns:systolic [ r:value ?sys ] ;
edns:diastolic [ r:value ?dias ] ;
edns:posture ?position .
} ORDER by ?date