Skip to content

Commit

Permalink
Add missing typedef
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Jan 8, 2024
1 parent cb9f469 commit 5bf8303
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pyobo/struct/typedef.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,9 @@ def get_reference_tuple(relation: RelationHint) -> Tuple[str, str]:
has_ontology_root_term = TypeDef.from_triple(
prefix=IAO_PREFIX, identifier="0000700", name="has ontology root term"
)
definition_source = TypeDef.from_triple(
prefix=IAO_PREFIX, identifier="0000119", name="definition source"
)
has_dbxref = TypeDef.from_curie("oboInOwl:hasDbXref", name="has database cross-reference")

editor_note = TypeDef.from_triple(prefix=IAO_PREFIX, identifier="0000116", name="editor note")
Expand Down

0 comments on commit 5bf8303

Please sign in to comment.