Skip to content

Commit

Permalink
clear up I12 / I18
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliusFiedler committed Dec 1, 2023
1 parent 638be26 commit cdab917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyerk/builtin_entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -1364,11 +1364,11 @@ def _get_items_for_scope(self):

I18 = create_builtin_item(
key_str="I18",
R1__has_label="mathematical expression",
R1__has_label="mathematical expression", # = math. term
R2__has_description=(
"mathematical expression, e.g. represented by a LaTeX-string; this might change in the future to MathMl"
),
R4__is_instance_of=I2["Metaclass"],
R3__is_subclass_of=I12["mathematical object"],
)


Expand Down

0 comments on commit cdab917

Please sign in to comment.