Skip to content

Commit

Permalink
alphabetize lists of contexts
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Dec 20, 2022
1 parent 0183c1e commit 0dba73b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions linkml_runtime/utils/namespaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,29 @@
META_NS = "meta"
META_URI = "https://w3id.org/linkml/meta"
BIOCONTEXT_CONTEXTS = [
"monarch_context",
"semweb_context",
"idot_context",
"biocaddie-context",
"commons_context",
"globi_context",
"go_context",
"go_obo_context",
"idot_context",
"idot_nr_context",
"minerva_context",
"monarch_context",
"obo_context",
"ro_vocab_context",
"semweb_context",
"semweb_vocab_context"
]
PREFIXMAPS_CONTEXTS = [
"bioportal",
"bioregistry",
"bioregistry.upper",
"go",
"linked_data",
"merged",
"merged.oak",
"obo",
"go",
"linked_data",
"bioportal",
"bioregistry.upper",
"bioregistry",
"prefixcc"
]

Expand Down

0 comments on commit 0dba73b

Please sign in to comment.