
@prefix cpr: <http://purl.org/cpr/0.5#>.
@prefix dc: <http://purl.org/dc/elements/1.1/>.
@prefix edns: <http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#>.
@prefix ex: <http://example.com/>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix galen: <http://www.co-ode.org/ontologies/galen#>.
@prefix hl7: <urn:hl7-org:>.
@prefix obo: <http://www.geneontology.org/owl#>.
@prefix r: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix snomed: <http://termhost.example/SNOMED/>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.



_:p1  a galen:Patient ;
      foaf:family_name "Levin" ;
      foaf:firstName "Henry" .

_:c1  edns:patient _:p1 ;
      edns:screeningBP [
      a cpr:clinical-examination ;
      dc:date "2000-04-07T15:30:00" ;
      edns:systolic [
          a galen:AbsoluteMeasurement ;
          ex:unit "mm[Hg]" ;
          r:value "132" ;
          skos:prefLabel "Systolic BP" 
      ] ;
      edns:diastolic [
          a galen:AbsoluteMeasurement ;
          ex:unit "mm[Hg]" ;
          r:value "86" ;
          skos:prefLabel "Diastolic BP"
      ] ;
      edns:location snomed:_66480008 ; # SNOMED:left arm
      edns:posture snomed:_163035008   # SNOMED:sitting      
   ] .

_:c2  edns:patient _:p1 ;
      edns:screeningBP [
      a cpr:clinical-examination ;
      dc:date "2000-04-07T15:45:00" ;
      edns:systolic [
          a galen:AbsoluteMeasurement ;
          ex:unit "mm[Hg]" ;
          r:value "134" ;
          skos:prefLabel "Systolic BP" 
      ] ;
      edns:diastolic [
          a galen:AbsoluteMeasurement ;
          ex:unit "mm[Hg]" ;
          r:value "87" ;
          skos:prefLabel "Diastolic BP"
      ] ;
      edns:location snomed:_66480008 ; # SNOMED:left arm
      edns:posture snomed:_163035008   # SNOMED:sitting      
   ] .

_:c3  edns:patient _:p1 ;
      edns:screeningBP [
      a cpr:clinical-examination ;
      dc:date "2000-04-07T16:00:00" ;
      edns:systolic [
          a galen:AbsoluteMeasurement ;
          ex:unit "mm[Hg]" ;
          r:value "133" ;
          skos:prefLabel "Systolic BP" 
      ] ;
      edns:diastolic [
          a galen:AbsoluteMeasurement ;
          ex:unit "mm[Hg]" ;
          r:value "86" ;
          skos:prefLabel "Diastolic BP"
      ] ;
      edns:location snomed:_66480008 ; # SNOMED:left arm
      edns:posture snomed:_163034007   # SNOMED:standing      
   ] .

_:c4  edns:patient _:p1 ;
      edns:screeningBP [
      a cpr:clinical-examination ;
      dc:date "2000-04-08T15:30:00" ;
      edns:systolic [
          a galen:AbsoluteMeasurement ;
          ex:unit "mm[Hg]" ;
          r:value "130" ;
          skos:prefLabel "Systolic BP" 
      ] ;
      edns:diastolic [
          a galen:AbsoluteMeasurement ;
          ex:unit "mm[Hg]" ;
          r:value "85" ;
          skos:prefLabel "Diastolic BP"
      ] ;
      edns:location snomed:_66480008 ; # SNOMED:left arm
      edns:posture snomed:_163035008   # SNOMED:sitting      
   ] .

_:c5  edns:patient _:p1 ;
      edns:screeningBP [
      a cpr:clinical-examination ;
      dc:date "2000-04-08T15:45:00" ;
      edns:systolic [
          a galen:AbsoluteMeasurement ;
          ex:unit "mm[Hg]" ;
          r:value "132" ;
          skos:prefLabel "Systolic BP" 
      ] ;
      edns:diastolic [
          a galen:AbsoluteMeasurement ;
          ex:unit "mm[Hg]" ;
          r:value "86" ;
          skos:prefLabel "Diastolic BP"
      ] ;
      edns:location snomed:_66480008 ; # SNOMED:left arm
      edns:posture snomed:_163035008   # SNOMED:sitting      
   ] .

_:c6  edns:patient _:p1 ;
      edns:screeningBP [
      a cpr:clinical-examination ;
      dc:date "2000-04-08T16:00:00" ;
      edns:systolic [
          a galen:AbsoluteMeasurement ;
          ex:unit "mm[Hg]" ;
          r:value "131" ;
          skos:prefLabel "Systolic BP" 
      ] ;
      edns:diastolic [
          a galen:AbsoluteMeasurement ;
          ex:unit "mm[Hg]" ;
          r:value "85" ;
          skos:prefLabel "Diastolic BP"
      ] ;
      edns:location snomed:_66480008 ; # SNOMED:left arm
      edns:posture snomed:_163034007   # SNOMED:standing      
   ] .

_:c7  edns:patient _:p1 ;
      edns:screeningBP [
      a cpr:clinical-examination ;
      dc:date "1999-03-09T15:03:00" ;
      edns:systolic [
          a galen:AbsoluteMeasurement ;
          ex:unit "mm[Hg]" ;
          r:value "135" ;
          skos:prefLabel "Systolic BP" 
      ] ;
      edns:diastolic [
          a galen:AbsoluteMeasurement ;
          ex:unit "mm[Hg]" ;
          r:value "88" ;
          skos:prefLabel "Diastolic BP"
      ] ;
      edns:location snomed:_66480008 ; # SNOMED:left arm
      edns:posture snomed:_163034007   # SNOMED:standing      
   ] .

_:c8  edns:patient _:p1 ;
      edns:screeningBP [
      a cpr:clinical-examination ;
      dc:date "1997-03-09T08:27:00" ;
      edns:systolic [
          a galen:AbsoluteMeasurement ;
          ex:unit "mm[Hg]" ;
          r:value "130" ;
          skos:prefLabel "Systolic BP" 
      ] ;
      edns:diastolic [
          a galen:AbsoluteMeasurement ;
          ex:unit "mm[Hg]" ;
          r:value "85" ;
          skos:prefLabel "Diastolic BP"
      ] ;
      edns:location snomed:_66480008 ;  # SNOMED:left arm
      edns:posture snomed:_163035008   # SNOMED:sitting      
   ] .

