|
| 1 | +@prefix : <http://guidelines.data2semantics.org/data/> . |
| 2 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 3 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 4 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 5 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 6 | +@prefix tmr: <http://guidelines.data2semantics.org/vocab/tmr/> . |
| 7 | +@base <http://guidelines.data2semantics.org/data/> . |
| 8 | + |
| 9 | +################################################################# |
| 10 | +# |
| 11 | +# Individuals |
| 12 | +# |
| 13 | +################################################################# |
| 14 | + |
| 15 | +:CIG-DM-HT-OA rdf:type tmr:Guideline, owl:NamedIndividual ; |
| 16 | + rdfs:label "CIG for Diabetes, Hypertension, Osteoarthritis"@en . |
| 17 | + |
| 18 | + |
| 19 | +:RecDM-HT-OA-Ht-OA-AntiThrombotic1 rdf:type tmr:Recommendation, owl:NamedIndividual ; |
| 20 | + tmr:hasValue "positive"^^xsd:string ; |
| 21 | + rdfs:label "Avoid thrombi"@en ; |
| 22 | + tmr:partOf :CIG-DM-HT-OA ; |
| 23 | + tmr:aboutExecutionof :ActAdministerNSAID; |
| 24 | + tmr:basedOn :CBNSAIDCoagulation . |
| 25 | + |
| 26 | +:RecDM-HT-OA-AntiThrombotic2 rdf:type tmr:Recommendation, owl:NamedIndividual ; |
| 27 | + tmr:hasValue "positive"^^xsd:string ; |
| 28 | + rdfs:label "Avoid thrombi"@en ; |
| 29 | + tmr:partOf :CIG-DM-HT-OA ; |
| 30 | + tmr:aboutExecutionof :ActAdministerTramadol; |
| 31 | + tmr:basedOn :CBTramadolCoagulation . |
| 32 | + |
| 33 | + |
| 34 | +:RecDM-HT-OA-ReduceLBS rdf:type tmr:Recommendation , |
| 35 | + owl:NamedIndividual ; |
| 36 | + tmr:hasValue "positive"^^xsd:string ; |
| 37 | + rdfs:label "Reduce blood sugar level"@en ; |
| 38 | + tmr:partOf :CIG-DM-HT-OA ; |
| 39 | + tmr:aboutExecutionof :ActAdministerInsulin; |
| 40 | + tmr:basedOn :CBInsulinLBS . |
| 41 | + |
| 42 | + |
| 43 | +:RecDM-HT-OA-Diuretic rdf:type tmr:Recommendation, owl:NamedIndividual ; |
| 44 | + tmr:hasValue "positive"^^xsd:string ; |
| 45 | + rdfs:label "Reduce blood pressure"@en ; |
| 46 | + tmr:partOf :CIG-DM-HT-OA ; |
| 47 | + tmr:aboutExecutionof :ActAdministerThiazide; |
| 48 | + tmr:basedOn :CBThiazideBP . |
| 49 | + |
| 50 | + |
| 51 | +:RecDM-HT-OA-SideEff-BS rdf:type tmr:Recommendation, owl:NamedIndividual ; |
| 52 | + tmr:hasValue "none"^^xsd:string ; |
| 53 | + rdfs:label "Increase Blood Sugar Level"@en ; |
| 54 | + tmr:partOf :RecDM-HT-OA-Diuretic ; |
| 55 | + tmr:aboutExecutionof :ActAdministerThiazide; |
| 56 | + tmr:basedOn :CBThiazideLBS . |
| 57 | + |
| 58 | + |
| 59 | +:RecDM-HT-OA-AvoidGIB rdf:type tmr:Recommendation, owl:NamedIndividual ; |
| 60 | + tmr:hasValue "negative"^^xsd:string ; |
| 61 | + rdfs:label "Avoid gastrointestinal bleeding"@en ; |
| 62 | + tmr:partOf :CIG-DM-HT-OA ; |
| 63 | + tmr:aboutExecutionof :ActAdministerAspirin; |
| 64 | + tmr:basedOn :CBAspirinGIB . |
| 65 | + |
| 66 | + |
| 67 | +:RecDM-HT-OA-Painkiller rdf:type tmr:Recommendation, owl:NamedIndividual ; |
| 68 | + tmr:hasValue "positive"^^xsd:string ; |
| 69 | + rdfs:label "Reduce pain"@en ; |
| 70 | + tmr:partOf :CIG-DM-HT-OA ; |
| 71 | + tmr:aboutExecutionof :ActAdministerIbuprofen; |
| 72 | + tmr:basedOn :CBIbuprofenPain . |
| 73 | + |
| 74 | + |
| 75 | +:RecDM-HT-OA-SideEffect-BC rdf:type tmr:Recommendation, owl:NamedIndividual ; |
| 76 | + tmr:hasValue "none"^^xsd:string ; |
| 77 | + rdfs:label "Reduce pain"@en ; |
| 78 | + tmr:partOf :RecDM-HT-OA-Painkiller ; |
| 79 | + tmr:aboutExecutionof :ActAdministerIbuprofen; |
| 80 | + tmr:basedOn :CBIbuprofenCoagulation . |
| 81 | + |
| 82 | + |
| 83 | +:RecDM-HT-OA-SideEffect-BP rdf:type tmr:Recommendation, owl:NamedIndividual ; |
| 84 | + tmr:hasValue "none"^^xsd:string ; |
| 85 | + rdfs:label "Increase Blood Pressure"@en ; |
| 86 | + tmr:partOf :RecDM-HT-OA-Painkiller ; |
| 87 | + tmr:aboutExecutionof :ActAdministerIbuprofen; |
| 88 | + tmr:basedOn :CBIbuprofenBP . |
| 89 | + |
| 90 | + |
0 commit comments