Skip to content

Commit

Permalink
Corrected class_of_representation and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jamrce committed Jan 27, 2024
1 parent de05ca1 commit 27db63b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hqdm_framework.txt
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ SCHEMA HQDM_FRAMEWORK 'Version 1.0';
SUBTYPE OF(class_of_state_of_intentionally_constructed_object);
END_ENTITY;

ENTITY class_of_socially_contructed_object
ENTITY class_of_socially_constructed_object
SUBTYPE OF(class_of_intentionally_constructed_object, class_of_state_of_socially_constructed_object);
END_ENTITY;

Expand Down Expand Up @@ -1058,7 +1058,8 @@ SCHEMA HQDM_FRAMEWORK 'Version 1.0';
consists_of : SET [1:?] OF sign FOR participant_in;
END_ENTITY;

ENTITY class_of_representation;
ENTITY class_of_representation
SUBTYPE OF(class_of_association);
END_ENTITY;

ENTITY representation_by_pattern
Expand Down

0 comments on commit 27db63b

Please sign in to comment.