Skip to content

Commit

Permalink
update spelling of specialized
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed May 24, 2023
1 parent ebeeaad commit ab2f567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion biolink-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ slots:
in_subset:
- translator_minimal
narrow_mappings:
# there is an interesting debate here: are these terms "narrower" a.k.a. more specnaialized instances of
# there is an interesting debate here: are these terms "narrower" a.k.a. more specialized instances of
# 'biolink:synonym' or should they be binned into their respective namesake class of mappings?
# namely, is 'oboInOwl:hasExactSynonym' an instance 'exact_mappings', etc.
- skos:altLabel
Expand Down
2 changes: 1 addition & 1 deletion biolink/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from linkml_runtime.utils.metamodelcore import Bool, URIorCURIE, XSDDate, XSDTime

metamodel_version = "1.7.0"
version = "3.4.1"
version = "3.4.2"

# Overwrite dataclasses _init_fn to add **kwargs in __init__
dataclasses._init_fn = dataclasses_init_fn_with_kwargs
Expand Down

0 comments on commit ab2f567

Please sign in to comment.