From 27db63b5e88131e600afd1c466959f131c0bcc66 Mon Sep 17 00:00:00 2001 From: J Eyre <123481489+jamrce@users.noreply.github.com> Date: Sat, 27 Jan 2024 14:27:04 +0000 Subject: [PATCH 1/2] Corrected class_of_representation and typo --- hqdm_framework.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hqdm_framework.txt b/hqdm_framework.txt index df789fc..e5d05c2 100644 --- a/hqdm_framework.txt +++ b/hqdm_framework.txt @@ -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; @@ -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 From 7c09597d45a2af2cc3332e8a79e5f9481e2a41a7 Mon Sep 17 00:00:00 2001 From: J Eyre <123481489+jamrce@users.noreply.github.com> Date: Sat, 27 Jan 2024 14:33:00 +0000 Subject: [PATCH 2/2] Fixed bad auto-correct --- hqdm_framework.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hqdm_framework.txt b/hqdm_framework.txt index e5d05c2..995aaa0 100644 --- a/hqdm_framework.txt +++ b/hqdm_framework.txt @@ -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_constructed_object + ENTITY class_of_socially_contructed_object SUBTYPE OF(class_of_intentionally_constructed_object, class_of_state_of_socially_constructed_object); END_ENTITY;