File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88@prefix drugcategory: <http://www4.wiwiss.fu-berlin.de/drugbank/resource/drugcategory/> .
99@prefix drugbank: <http://wifo5-04.informatik.uni-mannheim.de/drugbank/resource/drugbank/> .
1010@prefix dbpedia: <http://dbpedia.org/resource/> .
11+ @prefix tmr: <http://guidelines.data2semantics.org/vocab/tmr/> .
1112
1213# #########
1314# Linking drugbank drugs and categories with tmr drug types
4445 tmr:pubchemCID " 3672" ^^xsd:string ;
4546 tmr:umlsCode " C0020740" ^^xsd:string .
4647
47- :DrugCatThiazide owl:sameAs drugcategory:diuretics,Thiazide ;
48+ # According to Turtle 1.1 grammar, comma's are not allowed to occur
49+ # in PL_LOCAL productions.
50+ # I have added a backslash escape sequence here. (Wouter)
51+ :DrugCatThiazide owl:sameAs drugcategory:diuretics\,Thiazide ;
4852 owl:sameAs dbpedia:Thiazide ;
49- tmr:UMLSCode " C0541746" ^^xsd:string .
53+ tmr:UMLSCode " C0541746" ^^xsd:string ;
5054 tmr:umlsCode " 99222756" ^^xsd:string .
5155
5256:DrugCatPPI owl:sameAs drugcategory:proton-pumpInhibitors ;
7579 tmr:pubchemSID " 131269065" ^^xsd:string .
7680
7781
78- :DrugCatAntiHypertensiveAgent owl:sameAs drugcategory:antihypertensiveAgents .
82+ :DrugCatAntiHypertensiveAgent owl:sameAs drugcategory:antihypertensiveAgents ;
7983 owl:sameAs dbpedia:Antihypertensive_drug ;
8084 tmr:umlsCode " C0003364" ^^xsd:string ;
8185 tmr:pubchemSID " 81065608" ^^xsd:string .
You can’t perform that action at this time.
0 commit comments