- From: eric neumann <ekneumann@gmail.com>
- Date: Tue, 26 Feb 2008 13:19:52 -0500
- To: "Kashyap, Vipul" <VKASHYAP1@partners.org>, public-hcls-coi@w3.org, public-semweb-lifesci@w3.org
- Message-ID: <92e86c7d0802261019r2bb3cdd6lad3f9d21902f3e6f@mail.gmail.com>
As a quick example of what I described, here are the examples taken from the excel tables, converted directly into N3 using Babel.... note: string codes are not encoded as URIs but remain as strings for now. -Eric ## Study <http://127.0.0.1/MOCK> a <http://127.0.0.1/Study> ; <http://www.w3.org/2000/01/rdf-schema#label> "MOCK" ; <http://simile.mit.edu/2006/11/exhibit#id> "MOCK" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/SEX> "Male" ; <http://127.0.0.1/AGE> "54" ; <http://127.0.0.1/DOMAIN> "DM" ; <http://127.0.0.1/SITEID> < http://127.0.0.1/Jichi+Medical+School%2C+Hypertension+Clinic> ; <http://127.0.0.1/STUDYID> "MOCK" ; <http://127.0.0.1/DMDTC> "19-Apr-05" ; <http://127.0.0.1/AGEU> "year" . ---------------------------------------------------------------------------- ## Concomitant Meds <http://127.0.0.1/Meds2> a <http://127.0.0.1/ConMeds> ; <http://www.w3.org/2000/01/rdf-schema#label> "Meds2" ; <http://simile.mit.edu/2006/11/exhibit#id> "Meds2" ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/CMSTDTC> "2004" ; <http://127.0.0.1/DOMAIN> "CM" ; <http://127.0.0.1/CMDOSU> "mg" ; <http://127.0.0.1/CMOCCUR> "Y" ; <http://127.0.0.1/CMDOSFREQ> "1" ; <http://127.0.0.1/CMROUTE> "oral" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/CMTRT> <http://127.0.0.1/Valstartan> ; <http://127.0.0.1/CMDOSTOT> "80" ; <http://127.0.0.1/CMENDTC> "14-Mar-05" ; <http://127.0.0.1/Meds> "Meds2" ; <http://127.0.0.1/CMDOSE> "80" ; <http://127.0.0.1/CMCAT> <http://127.0.0.1/hypertension> . <http://127.0.0.1/Meds1> a <http://127.0.0.1/ConMeds > ; <http://www.w3.org/2000/01/rdf-schema#label> "Meds1" ; <http://simile.mit.edu/2006/11/exhibit#id> "Meds1" ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/CMSTDTC> "2002" ; <http://127.0.0.1/DOMAIN> "CM" ; <http://127.0.0.1/CMOCCUR> "Y" ; <http://127.0.0.1/CMTRT> <http://127.0.0.1/Insulin> ; <http://127.0.0.1/CMROUTE> "IM" ; <http://127.0.0.1/Meds> "Meds1" ; <http://127.0.0.1/CMCAT> <http://127.0.0.1/blood+sugar+control> ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> . ------------------------------------------------------- ## History <http://127.0.0.1/3> a <http://127.0.0.1/History > ; <http://www.w3.org/2000/01/rdf-schema#label> "3" ; <http://simile.mit.edu/2006/11/exhibit#id> "3" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/MHDTC> "14-Mar-05" ; <http://127.0.0.1/HistoryID> "3" ; <http://127.0.0.1/MHTERM> "dizzyness" ; <http://127.0.0.1/DOMAIN> "MH" . <http://127.0.0.1/5> a <http://127.0.0.1/History > ; <http://www.w3.org/2000/01/rdf-schema#label> "5" ; <http://simile.mit.edu/2006/11/exhibit#id> "5" ; <http://127.0.0.1/MHSTDTC> "13-Feb-05" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/MHDTC> "14-Mar-05" ; <http://127.0.0.1/HistoryID> "5" ; <http://127.0.0.1/MHTERM> "fell while riding bicycle" ; <http://127.0.0.1/DOMAIN> "MH" . <http://127.0.0.1/7> a <http://127.0.0.1/History > ; <http://www.w3.org/2000/01/rdf-schema#label> "7" ; <http://simile.mit.edu/2006/11/exhibit#id> "7" ; <http://127.0.0.1/MHCAT> "hypotension" ; <http://127.0.0.1/MHSTDTC> "14-Mar-05" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/MHDTC> "14-Mar-05" ; <http://127.0.0.1/HistoryID> "7" ; <http://127.0.0.1/MHTERM> "Blood pressure" ; <http://127.0.0.1/DOMAIN> "MH" . <http://127.0.0.1/2> a <http://127.0.0.1/History > ; <http://www.w3.org/2000/01/rdf-schema#label> "2" ; <http://simile.mit.edu/2006/11/exhibit#id> "2" ; <http://127.0.0.1/MHCAT> "Hypertension" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/MHDTC> "14-Mar-05" ; <http://127.0.0.1/HistoryID> "2" ; <http://127.0.0.1/MHTERM> "Hypertension" ; <http://127.0.0.1/DOMAIN> "MH" . <http://127.0.0.1/9> a <http://127.0.0.1/History > ; <http://www.w3.org/2000/01/rdf-schema#label> "9" ; <http://simile.mit.edu/2006/11/exhibit#id> "9" ; <http://127.0.0.1/MHCAT> "Head and neck" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/MHDTC> "14-Mar-05" ; <http://127.0.0.1/HistoryID> "9" ; <http://127.0.0.1/MHTERM> "Normal otolaryngology exam" ; <http://127.0.0.1/DOMAIN> "MH" . <http://127.0.0.1/4> a <http://127.0.0.1/History > ; <http://www.w3.org/2000/01/rdf-schema#label> "4" ; <http://simile.mit.edu/2006/11/exhibit#id> "4" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/MHDTC> "14-Mar-05" ; <http://127.0.0.1/HistoryID> "4" ; <http://127.0.0.1/MHTERM> "fainting while standing" ; <http://127.0.0.1/DOMAIN> "MH" . <http://127.0.0.1/8> a <http://127.0.0.1/History > ; <http://www.w3.org/2000/01/rdf-schema#label> "8" ; <http://simile.mit.edu/2006/11/exhibit#id> "8" ; <http://127.0.0.1/MHCAT> "Nerve / stroke evaluation" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/MHDTC> "14-Mar-05" ; <http://127.0.0.1/HistoryID> "8" ; <http://127.0.0.1/MHTERM> "Normal neurological exam" ; <http://127.0.0.1/DOMAIN> "MH" . <http://127.0.0.1/6> a <http://127.0.0.1/History > ; <http://www.w3.org/2000/01/rdf-schema#label> "6" ; <http://simile.mit.edu/2006/11/exhibit#id> "6" ; <http://127.0.0.1/MHCAT> "Blood pressure" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/MHDTC> "14-Mar-05" ; <http://127.0.0.1/HistoryID> "6" ; <http://127.0.0.1/MHTERM> "orthostatic intolerance" ; <http://127.0.0.1/DOMAIN> "MH" . <http://127.0.0.1/1> a <http://127.0.0.1/History > ; <http://www.w3.org/2000/01/rdf-schema#label> "1" ; <http://simile.mit.edu/2006/11/exhibit#id> "1" ; <http://127.0.0.1/MHCAT> "Diabetes" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/MHDTC> "14-Mar-05" ; <http://127.0.0.1/HistoryID> "1" ; <http://127.0.0.1/MHTERM> "Diabetes" ; <http://127.0.0.1/DOMAIN> "MH" . --------------------------------------------- ## Adverse Events <http://127.0.0.1/3> a <http://127.0.0.1/AdEvent> ; <http://www.w3.org/2000/01/rdf-schema#label> "3" ; <http://simile.mit.edu/2006/11/exhibit#id> "3" ; <http://127.0.0.1/DOMAIN> "AE" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/AESER> "N" ; <http://127.0.0.1/AETERM> "fell while riding bicycle" ; <http://127.0.0.1/AESEV> "moderate" ; <http://127.0.0.1/AEVENTID> "3" ; <http://127.0.0.1/AERELNST> "N" ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/AESTDTC> "13-Feb-05" . <http://127.0.0.1/2> a <http://127.0.0.1/AdEvent > ; <http://www.w3.org/2000/01/rdf-schema#label> "2" ; <http://simile.mit.edu/2006/11/exhibit#id> "2" ; <http://127.0.0.1/DOMAIN> "AE" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/AESER> "N" ; <http://127.0.0.1/AETERM> "fainting while standing" ; <http://127.0.0.1/AEVENTID> "2" ; <http://127.0.0.1/AERELNST> "N" ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> . <http://127.0.0.1/1> a <http://127.0.0.1/AdEvent > ; <http://www.w3.org/2000/01/rdf-schema#label> "1" ; <http://simile.mit.edu/2006/11/exhibit#id> "1" ; <http://127.0.0.1/DOMAIN> "AE" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/AESER> "N" ; <http://127.0.0.1/AETERM> "dizzyness" ; <http://127.0.0.1/AEVENTID> "1" ; <http://127.0.0.1/AERELNST> "N" ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> . -------------------------------------------------------------------- ## LabTestResult <http://127.0.0.1/3> a <http://127.0.0.1/LabTestResult> ; <http://www.w3.org/2000/01/rdf-schema#label> "3" ; <http://simile.mit.edu/2006/11/exhibit#id> "3" ; <http://127.0.0.1/LBSTRESU> "uM" ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/LBTEST> "creatinine" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/LABTESTID> "3" ; <http://127.0.0.1/LBORRES> "84.0" ; <http://127.0.0.1/DOMAIN> "LB" ; <http://127.0.0.1/LBTESTCD> "CREAT" ; <http://127.0.0.1/LBSTRESN> "84" ; <http://127.0.0.1/LBORRESU> "mumol/L" ; <http://127.0.0.1/LBCAT> "Clinical chemistry" ; <http://127.0.0.1/LBREFID> <http://127.0.0.1/1B> . <http://127.0.0.1/2> a <http://127.0.0.1/LabTestResult> ; <http://www.w3.org/2000/01/rdf-schema#label> "2" ; <http://simile.mit.edu/2006/11/exhibit#id> "2" ; <http://127.0.0.1/LBSTRESU> "mM" ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/LBTEST> "Glucose" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/LABTESTID> "2" ; <http://127.0.0.1/LBORRES> "12.1" ; <http://127.0.0.1/DOMAIN> "LB" ; <http://127.0.0.1/LBTESTCD> "GLUC" ; <http://127.0.0.1/LBSTRESN> "12.1" ; <http://127.0.0.1/LBORRESU> "mmol/L" ; <http://127.0.0.1/LBCAT> "Clinical chemistry" ; <http://127.0.0.1/LBREFID> <http://127.0.0.1/1B> . <http://127.0.0.1/4> a <http://127.0.0.1/LabTestResult> ; <http://www.w3.org/2000/01/rdf-schema#label> "4" ; <http://simile.mit.edu/2006/11/exhibit#id> "4" ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/LBTEST> "total protein" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/LABTESTID> "4" ; <http://127.0.0.1/LBORRES> "2+" ; <http://127.0.0.1/DOMAIN> "LB" ; <http://127.0.0.1/LBSTRESC> "2+" ; <http://127.0.0.1/LBTESTCD> "TPRO" ; <http://127.0.0.1/LBCAT> "Urinalysis" ; <http://127.0.0.1/LBREFID> <http://127.0.0.1/1C> . <http://127.0.0.1/1> a <http://127.0.0.1/LabTestResult> ; <http://www.w3.org/2000/01/rdf-schema#label> "1" ; <http://simile.mit.edu/2006/11/exhibit#id> "1" ; <http://127.0.0.1/LBSTRESU> "%" ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/LBTEST> "Hemoglobin" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/LABTESTID> "1" ; <http://127.0.0.1/LBORRES> "8.6" ; <http://127.0.0.1/DOMAIN> "LB" ; <http://127.0.0.1/LBTESTCD> "HGB" ; <http://127.0.0.1/LBSTRESN> "8.6" ; <http://127.0.0.1/LBORRESU> "%" ; <http://127.0.0.1/LBCAT> "Hematology" ; <http://127.0.0.1/LBREFID> <http://127.0.0.1/1A> . ------------------------------------------------------------------------------- ## Physical Exam <http://127.0.0.1/3> a <http://127.0.0.1/PE> ; <http://www.w3.org/2000/01/rdf-schema#label> "3" ; <http://simile.mit.edu/2006/11/exhibit#id> "3" ; <http://127.0.0.1/PEORRESU> "mm Hg" ; <http://127.0.0.1/PEORRES> "170" ; <http://127.0.0.1/PETESTCD> "Sleep-DIABP" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/PESTRESN> "170" ; <http://127.0.0.1/PEID> "3" ; <http://127.0.0.1/PEDTC> "19-Apr-05" ; <http://127.0.0.1/PESTRESU> "mm Hg" ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/PETEST> "sleep diastolic blood pressure" ; <http://127.0.0.1/DOMAIN> "PE" ; <http://127.0.0.1/PECAT> "Vasculature" . <http://127.0.0.1/7> a <http://127.0.0.1/PE> ; <http://www.w3.org/2000/01/rdf-schema#label> "7" ; <http://simile.mit.edu/2006/11/exhibit#id> "7" ; <http://127.0.0.1/PEORRESU> "mm Hg" ; <http://127.0.0.1/PEORRES> "82" ; <http://127.0.0.1/PETESTCD> "Tilt- DIASBP" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/PESTRESN> "82" ; <http://127.0.0.1/PEID> "7" ; <http://127.0.0.1/PEDTC> "20-Apr-05" ; <http://127.0.0.1/PESTRESU> "mm Hg" ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/PETEST> "Supine tilt test" , "diastolic blood pressure" ; <http://127.0.0.1/DOMAIN> "PE" ; <http://127.0.0.1/PECAT> "Vasculature" . <http://127.0.0.1/18> a <http://127.0.0.1/PE> ; <http://www.w3.org/2000/01/rdf-schema#label> "18" ; <http://simile.mit.edu/2006/11/exhibit#id> "18" ; <http://127.0.0.1/PEORRESU> "bpm" ; <http://127.0.0.1/PEORRES> "70" ; <http://127.0.0.1/PETESTCD> "Sleep-PR" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/PESTRESN> "70" ; <http://127.0.0.1/PEID> "18" ; <http://127.0.0.1/PEDTC> "13-Jul-05" ; <http://127.0.0.1/PESTRESU> "bpm" ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/PETEST> "sleep pulse rate" ; <http://127.0.0.1/DOMAIN> "PE" ; <http://127.0.0.1/PECAT> "Vasculature" . <http://127.0.0.1/2> a <http://127.0.0.1/PE> ; <http://www.w3.org/2000/01/rdf-schema#label> "2" ; <http://simile.mit.edu/2006/11/exhibit#id> "2" ; <http://127.0.0.1/PEORRESU> "mm Hg" ; <http://127.0.0.1/PEORRES> "27" ; <http://127.0.0.1/PETESTCD> "Tilt- DIASBP" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/PESTRESN> "27" ; <http://127.0.0.1/PEID> "2" ; <http://127.0.0.1/PEDTC> "19-Apr-05" ; <http://127.0.0.1/PESTRESU> "mm Hg" ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/PETEST> "Head-up tilt test" , "diastolic blood pressure" ; <http://127.0.0.1/DOMAIN> "PE" ; <http://127.0.0.1/PECAT> "Vasculature" . <http://127.0.0.1/20> a <http://127.0.0.1/PE> ; <http://www.w3.org/2000/01/rdf-schema#label> "20" ; <http://simile.mit.edu/2006/11/exhibit#id> "20" ; <http://127.0.0.1/PEORRES> "8-Dec" ; <http://127.0.0.1/PETESTCD> "VAR-SBP/DBP" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/PEID> "20" ; <http://127.0.0.1/PEDRVFL> "Y" ; <http://127.0.0.1/PEDTC> "13-Jul-05" ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/PESTRESC> "8-Dec" ; <http://127.0.0.1/PETEST> "Variability (s.d.) of awake SBP/DBP" ; <http://127.0.0.1/DOMAIN> "PE" . <http://127.0.0.1/17> a <http://127.0.0.1/PE> ; <http://www.w3.org/2000/01/rdf-schema#label> "17" ; <http://simile.mit.edu/2006/11/exhibit#id> "17" ; <http://127.0.0.1/PEORRESU> "mm Hg" ; <http://127.0.0.1/PEORRES> "85" ; <http://127.0.0.1/PETESTCD> "Sleep-SYSBP" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/PESTRESN> "85" ; <http://127.0.0.1/PEID> "17" ; <http://127.0.0.1/PEDTC> "13-Jul-05" ; <http://127.0.0.1/PESTRESU> "mm Hg" ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/PETEST> "sleep systolic blood pressure" ; <http://127.0.0.1/DOMAIN> "PE" ; <http://127.0.0.1/PECAT> "Vasculature" . <http://127.0.0.1/14> a <http://127.0.0.1/PE> ; <http://www.w3.org/2000/01/rdf-schema#label> "14" ; <http://simile.mit.edu/2006/11/exhibit#id> "14" ; <http://127.0.0.1/PEORRESU> "mm Hg" ; <http://127.0.0.1/PEORRES> "67" ; <http://127.0.0.1/PETESTCD> "Standing DIASBP" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/PESTRESN> "67" ; <http://127.0.0.1/PEID> "14" ; <http://127.0.0.1/PEDTC> "20-Apr-05" ; <http://127.0.0.1/PESTRESU> "mm Hg" ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/PETEST> "Standing diastolic blood pressure" ; <http://127.0.0.1/DOMAIN> "PE" ; <http://127.0.0.1/PECAT> "Vasculature" . <http://127.0.0.1/1> a <http://127.0.0.1/PE> ; <http://www.w3.org/2000/01/rdf-schema#label> "1" ; <http://simile.mit.edu/2006/11/exhibit#id> "1" ; <http://127.0.0.1/PEORRESU> "mm Hg" ; <http://127.0.0.1/PEORRES> "50" ; <http://127.0.0.1/PETESTCD> "Tilt-SYSBP" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/PESTRESN> "50" ; <http://127.0.0.1/PEID> "1" ; <http://127.0.0.1/PEDTC> "19-Apr-05" ; <http://127.0.0.1/PESTRESU> "mm Hg" ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/PETEST> "Head-up tilt test" , "systolic blood pressure" ; <http://127.0.0.1/DOMAIN> "PE" ; <http://127.0.0.1/PECAT> "Vasculature" . <http://127.0.0.1/6> a <http://127.0.0.1/PE> ; <http://www.w3.org/2000/01/rdf-schema#label> "6" ; <http://simile.mit.edu/2006/11/exhibit#id> "6" ; <http://127.0.0.1/PEORRESU> "mm Hg" ; <http://127.0.0.1/PEORRES> "147" ; <http://127.0.0.1/PETESTCD> "Tilt-SYSBP" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/PESTRESN> "147" ; <http://127.0.0.1/PEID> "6" ; <http://127.0.0.1/PEDTC> "20-Apr-05" ; <http://127.0.0.1/PESTRESU> "mm Hg" ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/PETEST> "Supine tilt test" , "systolic blood pressure" ; <http://127.0.0.1/DOMAIN> "PE" ; <http://127.0.0.1/PECAT> "Vasculature" . <http://127.0.0.1/21> a <http://127.0.0.1/PE> ; <http://www.w3.org/2000/01/rdf-schema#label> "21" ; <http://simile.mit.edu/2006/11/exhibit#id> "21" ; <http://127.0.0.1/PEORRES> "18/12" ; <http://127.0.0.1/PETESTCD> "VAR-SBP/DBP" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/PEID> "21" ; <http://127.0.0.1/PEDRVFL> "Y" ; <http://127.0.0.1/PEDTC> "19-Apr-05" ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/PESTRESC> "18/12" ; <http://127.0.0.1/PETEST> "Variability (s.d.) of awake SBP/DBP" ; <http://127.0.0.1/DOMAIN> "PE" . <http://127.0.0.1/10> a <http://127.0.0.1/PE> ; <http://www.w3.org/2000/01/rdf-schema#label> "10" ; <http://simile.mit.edu/2006/11/exhibit#id> "10" ; <http://127.0.0.1/PEORRESU> "bpm" ; <http://127.0.0.1/PEORRES> "100" ; <http://127.0.0.1/PETESTCD> "Tilt-BP" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/PESTRESN> "100" ; <http://127.0.0.1/PEID> "10" ; <http://127.0.0.1/PEDTC> "20-Apr-05" ; <http://127.0.0.1/PESTRESU> "bpm" ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/PETEST> "Head-up tilt blood pressure" ; <http://127.0.0.1/DOMAIN> "PE" ; <http://127.0.0.1/PECAT> "Vasculature" . <http://127.0.0.1/5> a <http://127.0.0.1/PE> ; <http://www.w3.org/2000/01/rdf-schema#label> "5" ; <http://simile.mit.edu/2006/11/exhibit#id> "5" ; <http://127.0.0.1/PEORRESU> "bpm" ; <http://127.0.0.1/PEORRES> "93" ; <http://127.0.0.1/PETESTCD> "Sleep-PR" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/PESTRESN> "93" ; <http://127.0.0.1/PEID> "5" ; <http://127.0.0.1/PEDTC> "19-Apr-05" ; <http://127.0.0.1/PESTRESU> "bpm" ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/PETEST> "sleep pulse rate" ; <http://127.0.0.1/DOMAIN> "PE" ; <http://127.0.0.1/PECAT> "Vasculature" . <http://127.0.0.1/16> a <http://127.0.0.1/PE> ; <http://www.w3.org/2000/01/rdf-schema#label> "16" ; <http://simile.mit.edu/2006/11/exhibit#id> "16" ; <http://127.0.0.1/PEORRESU> "mm Hg" ; <http://127.0.0.1/PEORRES> "149" ; <http://127.0.0.1/PETESTCD> "Sleep-DIABP" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/PESTRESN> "149" ; <http://127.0.0.1/PEID> "16" ; <http://127.0.0.1/PEDTC> "13-Jul-05" ; <http://127.0.0.1/PESTRESU> "mm Hg" ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/PETEST> "sleep diastolic blood pressure" ; <http://127.0.0.1/DOMAIN> "PE" ; <http://127.0.0.1/PECAT> "Vasculature" . <http://127.0.0.1/13> a <http://127.0.0.1/PE> ; <http://www.w3.org/2000/01/rdf-schema#label> "13" ; <http://simile.mit.edu/2006/11/exhibit#id> "13" ; <http://127.0.0.1/PEORRESU> "mm Hg" ; <http://127.0.0.1/PEORRES> "123" ; <http://127.0.0.1/PETESTCD> "Standing SYSBP" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/PESTRESN> "123" ; <http://127.0.0.1/PEID> "13" ; <http://127.0.0.1/PEDTC> "20-Apr-05" ; <http://127.0.0.1/PESTRESU> "mm Hg" ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/PETEST> "Standing systolic blood pressure" ; <http://127.0.0.1/DOMAIN> "PE" ; <http://127.0.0.1/PECAT> "Vasculature" . <http://127.0.0.1/15> a <http://127.0.0.1/PE> ; <http://www.w3.org/2000/01/rdf-schema#label> "15" ; <http://simile.mit.edu/2006/11/exhibit#id> "15" ; <http://127.0.0.1/PEORRESU> "mm Hg" ; <http://127.0.0.1/PEORRES> "121" ; <http://127.0.0.1/PETESTCD> "Standing SYSBP" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/PESTRESN> "121" ; <http://127.0.0.1/PEID> "15" ; <http://127.0.0.1/PEDTC> "20-Apr-05" ; <http://127.0.0.1/PESTRESU> "mm Hg" ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/PETEST> "Standing systolic blood pressure" ; <http://127.0.0.1/DOMAIN> "PE" ; <http://127.0.0.1/PECAT> "Vasculature" . <http://127.0.0.1/9> a <http://127.0.0.1/PE> ; <http://www.w3.org/2000/01/rdf-schema#label> "9" ; <http://simile.mit.edu/2006/11/exhibit#id> "9" ; <http://127.0.0.1/PEORRESU> "mm Hg" ; <http://127.0.0.1/PEORRES> "93" ; <http://127.0.0.1/PETESTCD> "Tilt- DIASBP" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/PESTRESN> "93" ; <http://127.0.0.1/PEID> "9" ; <http://127.0.0.1/PEDTC> "20-Apr-05" ; <http://127.0.0.1/PESTRESU> "mm Hg" ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/PETEST> "Head-up tilt test" , "diastolic blood pressure" ; <http://127.0.0.1/DOMAIN> "PE" ; <http://127.0.0.1/PECAT> "Vasculature" . <http://127.0.0.1/11> a <http://127.0.0.1/PE> ; <http://www.w3.org/2000/01/rdf-schema#label> "11" ; <http://simile.mit.edu/2006/11/exhibit#id> "11" ; <http://127.0.0.1/PEORRESU> "bpm" ; <http://127.0.0.1/PEORRES> "67" ; <http://127.0.0.1/PETESTCD> "Tilt-BP" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/PESTRESN> "67" ; <http://127.0.0.1/PEID> "11" ; <http://127.0.0.1/PEDTC> "20-Apr-05" ; <http://127.0.0.1/PESTRESU> "bpm" ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/PETEST> "Supine tilt-blood pressure" ; <http://127.0.0.1/DOMAIN> "PE" ; <http://127.0.0.1/PECAT> "Vasculature" . <http://127.0.0.1/4> a <http://127.0.0.1/PE> ; <http://www.w3.org/2000/01/rdf-schema#label> "4" ; <http://simile.mit.edu/2006/11/exhibit#id> "4" ; <http://127.0.0.1/PEORRESU> "mm Hg" ; <http://127.0.0.1/PEORRES> "96" ; <http://127.0.0.1/PETESTCD> "Sleep-SYSBP" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/PESTRESN> "96" ; <http://127.0.0.1/PEID> "4" ; <http://127.0.0.1/PEDTC> "19-Apr-05" ; <http://127.0.0.1/PESTRESU> "mm Hg" ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/PETEST> "sleep systolic blood pressure" ; <http://127.0.0.1/DOMAIN> "PE" ; <http://127.0.0.1/PECAT> "Vasculature" . <http://127.0.0.1/19> a <http://127.0.0.1/PE> ; <http://www.w3.org/2000/01/rdf-schema#label> "19" ; <http://simile.mit.edu/2006/11/exhibit#id> "19" ; <http://127.0.0.1/PEORRES> "flattened" ; <http://127.0.0.1/PETESTCD> "CircadianBP" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/PEID> "19" ; <http://127.0.0.1/PEDRVFL> "Y" ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/PESTRESC> "flattened" ; <http://127.0.0.1/PETEST> "circadian blood pressure pattern" ; <http://127.0.0.1/DOMAIN> "PE" . <http://127.0.0.1/8> a <http://127.0.0.1/PE> ; <http://www.w3.org/2000/01/rdf-schema#label> "8" ; <http://simile.mit.edu/2006/11/exhibit#id> "8" ; <http://127.0.0.1/PEORRESU> "mm Hg" ; <http://127.0.0.1/PEORRES> "173" ; <http://127.0.0.1/PETESTCD> "Tilt-SYSBP" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/PESTRESN> "173" ; <http://127.0.0.1/PEID> "8" ; <http://127.0.0.1/PEDTC> "20-Apr-05" ; <http://127.0.0.1/PESTRESU> "mm Hg" ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/PETEST> "Head-up tilt test" , "systolic blood pressure" ; <http://127.0.0.1/DOMAIN> "PE" ; <http://127.0.0.1/PECAT> "Vasculature" . <http://127.0.0.1/12> a <http://127.0.0.1/PE> ; <http://www.w3.org/2000/01/rdf-schema#label> "12" ; <http://simile.mit.edu/2006/11/exhibit#id> "12" ; <http://127.0.0.1/PEORRESU> "mm Hg" ; <http://127.0.0.1/PEORRES> "65" ; <http://127.0.0.1/PETESTCD> "Standing DIASBP" ; <http://127.0.0.1/USUBJID> <http://127.0.0.1/1> ; <http://127.0.0.1/PESTRESN> "65" ; <http://127.0.0.1/PEID> "12" ; <http://127.0.0.1/PEDTC> "20-Apr-05" ; <http://127.0.0.1/PESTRESU> "mm Hg" ; <http://127.0.0.1/STUDYID> <http://127.0.0.1/MOCK> ; <http://127.0.0.1/PETEST> "Standing diastolic blood pressure" ; <http://127.0.0.1/DOMAIN> "PE" ; <http://127.0.0.1/PECAT> "Vasculature" . --------------------------------------------------
Received on Tuesday, 26 February 2008 18:20:16 UTC