Select language: english | cesky | deutsch | italiano | simplified chinese | traditional chinese | hindi
Concept:
English word:
Home

適當填充 (properlyFills)

(properlyFills obj hole) means that hole is properly (though perhaps incompletely) filled by obj, i.e. some part of hole is perfectly filled by obj. Note that properlyFills is the dual of completelyFills, and is so related to partiallyFills that obj properlyFills hole just in case obj partiallyFills every part of hole. (Thus, every perfect filler is both complete and proper in this sense).

Ontology

SUMO / MEREOTOPOLOGY

Class(es)

不對稱關係
is instance of
  適當填充  

Superrelation(s)

部分位於
is subrelation of
  位於  
is subrelation of
  部分填充  
is subrelation of
  適當填充  

Subrelation(s)

填充 

Coordinate term(s)

反面函數  計數函數  正面函數  主體函數  或然率函數  表皮函數  屬性  作者  肇因  次類肇因  公民  封閉於  填滿  包含訊息  相交  日期  發展期形式  文字說明  持續時間  編者  元素  等同關係於  利用  以...語言表達  填充  次數  圖部分  有意圖  有技巧  在...期間為真  須使...為真  有權使...為真    同一元素  直接實例  直接次種類  串列中  在注意範圍中  居住  非反射於...  方式/情狀  測量  時段相接  成員  情態屬性  雙親  偏序於...  部分填充  路徑長  穿入  擁有  先決條件  正部分  出版  範圍  範圍次種類  實現  反射於...  續接屬性  表面  時間部分  時間  全序於...  三分法  使用  (結合)價  人造物版本 

Type restrictions

properlyFills(物體, )

Axioms (4)

If obj (沒) 適當填充s hole1, then there exists hole2 so that hole2hole1部分) and obj (沒) 填充s hole2.
(=>
      (properlyFills ?OBJ ?HOLE1)
      (exists
            (?HOLE2)
            (and
                  (part ?HOLE2 ?HOLE1)
                  (fills ?OBJ ?HOLE2))))

If obj1 (沒) 適當填充s hole and obj2obj1 相連, then holeobj2 相連.
(=>
      (and
            (properlyFills ?OBJ1 ?HOLE)
            (connected ?OBJ2 ?OBJ1))
      (connected ?HOLE ?OBJ2))

If obj1 (沒) 填充s hole and obj2obj1正部分, then obj2 (沒) 適當填充s hole.
(=>
      (and
            (fills ?OBJ1 ?HOLE)
            (properPart ?OBJ2 ?OBJ1))
      (properlyFills ?OBJ2 ?HOLE))

If area水域實例, then there exist bed,hole, water so that "洞 hole主體" 等於 bed and water (沒) 適當填充s hole and "bedwater聯集" 等於 area.
(=>
      (instance ?AREA WaterArea)
      (exists
            (?BED ?HOLE ?WATER)
            (and
                  (equal
                        (PrincipalHostFn ?HOLE)
                        ?BED)
                  (instance ?WATER Water)
                  (properlyFills ?WATER ?HOLE)
                  (equal
                        (MereologicalSumFn ?BED ?WATER)
                        ?AREA))))