範圍次種類 (rangeSubclass)
(rangeSubclass function class) means that
all of the values assigned by function are subclasses of class.
Ontology
SUMO / STRUCTURAL-ONTOLOGYClass(es)
Coordinate term(s)
反面函數
計數函數
正面函數
主體函數
或然率函數
表皮函數
弧線重量
屬性
作者
先於或同時
肇因
次類肇因
公民
封閉於
填滿
相連的
包含訊息
共生
複製
相交
日期
降低可能性
發展期形式
無交集
分配
文字說明
持續時間
較早
編者
元素
雇用
相等
等同關係於
利用
以...語言表達
面對
家族關係
填充
完成
次數
圖部分
大於
大於或等於
有意圖
有技巧
在...期間為真
須使...為真
有權使...為真
洞
同一元素
直接實例
直接次種類
串列中
在注意範圍中
增加可能性
獨立或然率
居住
抑制
初始化序列
實例
倒序
非反射於...
大於
小於
小於或等於
方式/情狀
物質
測量
時段相接
成員
情態屬性
時段重疊
雙親
偏序於...
部分填充
部分位於
路徑長
穿入
擁有
先決條件
避免
正部分
適當填充
特性
出版
範圍
實現
提及
反射於...
SUMO內部相關概念
兄弟姊妹
小於
開始
次屬性
次聚集
次圖
次序列
次歷程
次命題
次種類
次關係
包含訊息種類
包含訊息實例
續接屬性
封閉續接屬性
表面
時間部分
時間
全序於...
三分法
使用
(結合)價
人造物版本
Type restrictions
rangeSubclass(函數, subclass 集合或種類)
Axioms (5)
If 被 function 歸回 的值 是 class的 次種類 and "function()" 等於 value, then value 是 class 的 次種類.
(=>
(and
(rangeSubclass ?FUNCTION ?CLASS)
(equal
(AssignmentFn ?FUNCTION @ROW)
?VALUE))
(subclass ?VALUE ?CLASS))
If rel1 是 rel2 的 次關係 and 被 rel2 歸回 的值 是 class1的 次種類, then 被 rel1 歸回 的值 是 class1的 次種類.
(=>
(and
(subrelation ?REL1 ?REL2)
(rangeSubclass ?REL2 ?CLASS1))
(rangeSubclass ?REL1 ?CLASS1))
If 被 rel 歸回 的值 是 class1的 次種類 and 被 rel 歸回 的值 是 class2的 次種類, then class1 是 class2 的 次種類 or class2 是 class1 的 次種類.
(=>
(and
(rangeSubclass ?REL ?CLASS1)
(rangeSubclass ?REL ?CLASS2))
(or
(subclass ?CLASS1 ?CLASS2)
(subclass ?CLASS2 ?CLASS1)))
If 被 rel1 歸回 的值 是 class1的 次種類 and 被 rel2 歸回 的值 是 class2的 次種類 and class1 無交集 於 class2, then 無交集關係(rel1,rel2) holds.
(=>
(and
(rangeSubclass ?REL1 ?CLASS1)
(rangeSubclass ?REL2 ?CLASS2)
(disjoint ?CLASS1 ?CLASS2))
(disjointRelation ?REL1 ?REL2))
If - rel 是 二元關係 的 實例
and - rel 的 論元 是 class1 的 實例 or rel 的 論元 是 class1 的 次種類
and - rel 的 論元 是 class2 的 實例 or rel 的 論元 是 class2 的 次種類 or rel 的 範圍 是 class2 的 實例 or 被 rel 歸回 的值 是 class2的 次種類
and - class1 無交集 於 class2
, then rel 是 不對稱關係 的 實例.
(=>
(and
(instance ?REL BinaryRelation)
(or
(domain ?REL 1 ?CLASS1)
(domainSubclass ?REL 1 ?CLASS1))
(or
(domain ?REL 2 ?CLASS2)
(domainSubclass ?REL 2 ?CLASS2)
(range ?REL ?CLASS2)
(rangeSubclass ?REL ?CLASS2))
(disjoint ?CLASS1 ?CLASS2))
(instance ?REL AsymmetricRelation))