(結合)價 (valence)
Specifies the number of arguments that a
relation can take. If a relation does not have a fixed number of
arguments, it does not have a valence and it is an instance of
VariableArityRelation. For example, holds is a
VariableArityRelation.
Ontology
SUMO / STRUCTURAL-ONTOLOGYClass(es)
Coordinate term(s)
反面函數
計數函數
正面函數
主體函數
或然率函數
表皮函數
年紀
標高
弧線重量
屬性
作者
先於或同時
肇因
次類肇因
公民
封閉於
填滿
相連的
包含訊息
共生
複製
相交
日期
降低可能性
深度
發展期形式
無交集
距離
分配
文字說明
持續時間
較早
編者
元素
雇用
相等
等同關係於
利用
以...語言表達
面對
家族關係
父親
填充
完成
次數
圖部分
大於
大於或等於
有意圖
有技巧
在...期間為真
須使...為真
有權使...為真
洞
同一元素
直接實例
直接次種類
串列中
在注意範圍中
增加可能性
獨立或然率
居住
抑制
初始化序列
實例
倒序
非反射於...
大於
小於
小於或等於
方式/情狀
物質
測量
時段相接
成員
情態屬性
貨幣價值
母親
時段重疊
雙親
偏序於...
部分填充
部分位於
路徑長
穿入
擁有
先決條件
避免
正部分
適當填充
特性
出版
範圍
範圍次種類
實現
提及
反射於...
SUMO內部相關概念
兄弟姊妹
小於
開始
次屬性
次聚集
次圖
次序列
次歷程
次命題
次種類
次關係
包含訊息種類
包含訊息實例
續接屬性
封閉續接屬性
表面
時間部分
時間
全序於...
三分法
單一指稱
使用
人造物版本
寬度
Type restrictions
valence(關係, 正整數)
Axioms (13)
If pred1 是 pred2 的 次關係 and pred1 %&有 論元(s) number, then pred2 %&有 論元(s) number.
(=>
(and
(subrelation ?PRED1 ?PRED2)
(valence ?PRED1 ?NUMBER))
(valence ?PRED2 ?NUMBER))
If 無交集關係() holds and rel1 是 "()" 的 一 成員 and rel2 是 "()" 的 一 成員 and rel1 %&有 論元(s) number, then rel2 %&有 論元(s) number.
(=>
(and
(disjointRelation @ROW)
(inList
?REL1
(ListFn @ROW))
(inList
?REL2
(ListFn @ROW))
(valence ?REL1 ?NUMBER))
(valence ?REL2 ?NUMBER))
rel 是 全值關係 的 實例 if and only if there exists valence so that rel 是 關係 的 實例 and rel %&有 論元(s) valence and - if for all number,element,class holds: if number 小於 valence and rel 的 論元 number 是 class 的 實例 and element 等於 ""()" 的 第二 元素", then element 是 class 的 實例,
- then there exists item so that rel(,item) (不) 成立s
.
(<=>
(instance ?REL TotalValuedRelation)
(exists
(?VALENCE)
(and
(instance ?REL Relation)
(valence ?REL ?VALENCE)
(=>
(forall
(?NUMBER ?ELEMENT ?CLASS)
(=>
(and
(lessThan ?NUMBER ?VALENCE)
(domain ?REL ?NUMBER ?CLASS)
(equal
?ELEMENT
(ListOrderFn
(ListFn @ROW)
?NUMBER)))
(instance ?ELEMENT ?CLASS)))
(exists
(?ITEM)
(holds ?REL @ROW ?ITEM))))))
- if rel %&有 論元(s) number,
- then for all holds: if rel() (不) 成立s, then ""()" 的 長度" 等於 number
.
(=>
(valence ?REL ?NUMBER)
(forall
(@ROW)
(=>
(holds ?REL @ROW)
(equal
(ListLengthFn
(ListFn @ROW))
?NUMBER))))
If function 是 一元函數 的 實例, then function %&有 論元(s) .
(=>
(instance ?FUNCTION UnaryFunction)
(valence ?FUNCTION 1))
If function 是 二元函數 的 實例, then function %&有 論元(s) .
(=>
(instance ?FUNCTION BinaryFunction)
(valence ?FUNCTION 2))
If function 是 三元函數 的 實例, then function %&有 論元(s) .
(=>
(instance ?FUNCTION TernaryFunction)
(valence ?FUNCTION 3))
If function 是 四元函數 的 實例, then function %&有 論元(s) .
(=>
(instance ?FUNCTION QuaternaryFunction)
(valence ?FUNCTION 4))
If rel 是 二元述詞 的 實例, then rel %&有 論元(s) .
(=>
(instance ?REL BinaryPredicate)
(valence ?REL 2))
If rel 是 三元述詞 的 實例, then rel %&有 論元(s) .
(=>
(instance ?REL TernaryPredicate)
(valence ?REL 3))
If rel 是 四元述詞 的 實例, then rel %&有 論元(s) .
(=>
(instance ?REL QuaternaryPredicate)
(valence ?REL 4))
If rel 是 五元述詞 的 實例, then rel %&有 論元(s) .
(=>
(instance ?REL QuintaryPredicate)
(valence ?REL 5))
If rel 是 變異元數關係 的 實例, then there doesn't exist int so that rel %&有 論元(s) int.
(=>
(instance ?REL VariableArityRelation)
(not
(exists
(?INT)
(valence ?REL ?INT))))