Skip to content

Commit

Permalink
https://github.com/RTXteam/RTX/issues/871
Browse files Browse the repository at this point in the history
  • Loading branch information
saramsey committed Jul 1, 2020
1 parent ac8896e commit 91fbc8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion umls2rdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix umls: <http://purl.bioontology.org/ontology/> .
@prefix UMLSSC: <http://purl.bioontology.org/ontology/STY/> .
"""

Expand All @@ -32,7 +33,7 @@
""")

STY_URL = "http://purl.bioontology.org/ontology/STY/"
HAS_STY = "umls:hasSTY"
HAS_STY = "UMLSSC:hasSTY"
HAS_AUI = "umls:aui"
HAS_CUI = "umls:cui"
HAS_TUI = "umls:STY"
Expand Down

0 comments on commit 91fbc8d

Please sign in to comment.