Skip to content

Commit 2b4264c

Browse files
committed
switching from bioportal.bioontology.org to purl.bioontology.org
1 parent 0f3198c commit 2b4264c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

umls2rdf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
@prefix owl: <http://www.w3.org/2002/07/owl#> .
2323
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
2424
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
25-
@prefix umls: <http://bioportal.bioontology.org/ontologies/umls/> .
25+
@prefix umls: <http://purl.bioontology.org/ontologies/umls/> .
2626
2727
"""
2828

@@ -36,7 +36,7 @@
3636
3737
""")
3838

39-
STY_URL = "http://bioportal.bioontology.org/ontologies/umls/sty/"
39+
STY_URL = "http://purl.bioontology.org/ontologies/umls/sty/"
4040
HAS_STY = "umls:hasSTY"
4141
HAS_AUI = "umls:aui"
4242
HAS_CUI = "umls:cui"

0 commit comments

Comments
 (0)