Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - SentientAgent
SentientAgent(意識[知覚]を持つ代理(人))

appearance as argument number 1
-------------------------


(documentation SentientAgent ChineseLanguage " SentientAgent 是一个能够 Perception (感知)的 Agent, 并且在某程度上能感受到意识 (同时参考 ConsciousnessAttribute)。如果一个 Agent 能够以相对高层次的理智去思考的话(表现出能够学习、计划和体会情感),那么这个也是 CognitiveAgent 的一个实例。 DomesticAnimal 是一个 SentientAgent,但是它是不是一个 CognitiveAgent 却确定于究竟它是哪一种 Animal。") chinese_format.kif 1684-1688
(documentation SentientAgent EnglishLanguage "A SentientAgent is an AutonomousAgent that is capable of Perception and experiences some level of consciousness (see ConsciousnessAttribute). If the AutonomousAgent is able to reason at a comparatively high level (evinced by the ability to learn, plan, and feel emotions), then it is also an instance of CognitiveAgent. A DomesticAnimal is a SentientAgent, but may or may not be a CognitiveAgent, depending on the type of Animal.") Merge.kif 1578-1584
(documentation SentientAgent JapaneseLanguage "SentientAgentPerception が可能で、 ある程度の意識を経験する Agent である (ConsciousnessAttribute を参照)。Agent が、比較的 高いレベル(学習、計画、感情を感じる能力があると立証された)で論証できるのであれば、それはまた、 CognitiveAgent のインスタンスでもある。 DomesticAnimal は、SentientAgent だが、Animal の種類に応じて、CognitiveAgent である場合とそうでない場合がある。") japanese_format.kif 277-281
(subclass SentientAgent AutonomousAgent) Merge.kif 1576-1576 意識[知覚]を持つ代理(人)AutonomousAgentsubclass では

appearance as argument number 2
-------------------------


(subclass CognitiveAgent SentientAgent) Merge.kif 1586-1586 認識エージェント意識[知覚]を持つ代理(人)subclass では
(termFormat ChineseLanguage SentientAgent "有感知的主事") chinese_format.kif 849-849 認識エージェント意識[知覚]を持つ代理(人)subclass では
(termFormat EnglishLanguage SentientAgent "sentient agent") english_format.kif 900-900 認識エージェント意識[知覚]を持つ代理(人)subclass では
(termFormat FrenchLanguage SentientAgent "sentient agent") french_format.kif 525-525 認識エージェント意識[知覚]を持つ代理(人)subclass では
(termFormat Hindi SentientAgent "sachetana kartaa") terms-hindi.txt 56-56 認識エージェント意識[知覚]を持つ代理(人)subclass では
(termFormat ItalianLanguage SentientAgent "AgenteSensibile") terms-it.txt 59-59 認識エージェント意識[知覚]を持つ代理(人)subclass では
(termFormat JapaneseLanguage SentientAgent "意識[知覚]を持つ代理(人)") japanese_format.kif 2210-2210 認識エージェント意識[知覚]を持つ代理(人)subclass では
(termFormat PortugueseLanguage SentientAgent "Agente Sentiente") portuguese_format.kif 477-477 認識エージェント意識[知覚]を持つ代理(人)subclass では
(termFormat cz SentientAgent "sentient agent") terms-cz.txt 92-92 認識エージェント意識[知覚]を持つ代理(人)subclass では
(termFormat de SentientAgent "empfindungsfaehiger Agent") terms-de.txt 351-351 認識エージェント意識[知覚]を持つ代理(人)subclass では
(termFormat ro SentientAgent "agent conºtient") relations-ro.kif 546-546 認識エージェント意識[知覚]を持つ代理(人)subclass では
(termFormat tg SentientAgent "kinatawanng mapag-isip") terms-tg.txt 60-60 認識エージェント意識[知覚]を持つ代理(人)subclass では

appearance as argument number 3
-------------------------


(domain detainedAtTimeInPlace 1 SentientAgent) Justice.kif 17-17 detainedAtTimeInPlace の数値 1 引数は 意識[知覚]を持つ代理(人)instance では
(domain speaksLanguage 1 SentientAgent) Mid-level-ontology.kif 729-729 speaksLanguage の数値 1 引数は 意識[知覚]を持つ代理(人)instance では

antecedent
-------------------------


(=>
    (and
        (instance ?AGENT SentientAgent)
        (attribute ?AGENT Living))
    (exists (?ATTR)
        (and
            (instance ?ATTR ConsciousnessAttribute)
            (attribute ?AGENT ?ATTR))))
Merge.kif 18486-18493
(=>
    (instance ?AGENT SentientAgent)
    (capability Perception experiencer ?AGENT))
Merge.kif 13615-13617

consequent
-------------------------


(=>
    (and
        (instance ?ATTR ConsciousnessAttribute)
        (attribute ?AGENT ?ATTR))
    (and
        (instance ?AGENT SentientAgent)
        (attribute ?AGENT Living)))
Merge.kif 18495-18501
(=>
    (and
        (instance ?ATTR PsychologicalAttribute)
        (attribute ?AGENT ?ATTR))
    (instance ?AGENT SentientAgent))
Merge.kif 18465-18469
(=>
    (instance ?X HostageTaking)
    (exists (?A)
        (and
            (instance ?A SentientAgent)
            (patient ?X ?A))))
Mid-level-ontology.kif 23570-23575
(=>
    (instance ?X Kidnapping)
    (exists (?A ?LOC1 ?LOC2)
        (and
            (instance ?A SentientAgent)
            (instance ?LOC1 GeographicArea)
            (instance ?LOC2 GeographicArea)
            (not
                (equal ?LOC1 ?LOC2))
            (holdsDuring
                (ImmediatePastFn
                    (WhenFn ?X))
                (located ?A ?LOC1))
            (holdsDuring
                (WhenFn ?X)
                (located ?A ?LOC2)))))
Mid-level-ontology.kif 23603-23618


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners