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

賦予義務 (confersObligation)

Expresses the relationship between a subclass of Process, an Entity, and a CognitiveAgent when the Entity obligates the CognitiveAgent to perform instances of the Process type specified, i.e. to be an agent of instances of the Process type.

Ontology

SUMO / BASE-ONTOLOGY

Class(es)

種類
is instance of
  可繼承關係  
is instance of
  三元述詞  
is instance of
  賦予義務  

Coordinate term(s)

標高  介於  能力  條件或然率  賦予權力  相連  深度  距離  領域  領域次種類  施事者有意圖  連結  有...職位  相對方位  偏愛  SUMO外部相關概念  施事者呈現  以...語言呈現  時間介於  時間介於或同時 

Type restrictions

confersObligation(subclass 歷程, 實體, 具認知力施事者)

Related WordNet synsets

See more related synsets on a separate page.

Axioms (4)

賦予義務 內部相關於 賦予權力.
(relatedInternalConcept confersObligation confersRight)

If agent1 賦予 agent2 義務 執行 類型 process 任務, then agent2 有義務 執行 類型 process 任務.
(=>
      (confersObligation ?PROCESS ?AGENT1 ?AGENT2)
      (holdsObligation ?PROCESS ?AGENT2))

If declare宣告實例 and declareagent1施事者, then there exist proc,agent2 so that declare 賦予 agent2 權力 執行 類型 proc 任務 or declare 賦予 agent2 義務 執行 類型 proc 任務.
(=>
      (and
            (instance ?DECLARE Declaring)
            (agent ?DECLARE ?AGENT1))
      (exists
            (?PROC ?AGENT2)
            (or
                  (confersRight ?PROC ?DECLARE ?AGENT2)
                  (confersObligation ?PROC ?DECLARE ?AGENT2))))

If doc證書實例 and agent (沒) 擁有not(s) doc, then there exists proc so that doc 賦予 agent 權力 執行 類型 proc 任務 or doc 賦予 agent 義務 執行 類型 proc 任務.
(=>
      (and
            (instance ?DOC Certificate)
            (possesses ?AGENT ?DOC))
      (exists
            (?PROC)
            (or
                  (confersRight ?PROC ?DOC ?AGENT)
                  (confersObligation ?PROC ?DOC ?AGENT))))