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

Formal Language: 



KB Term:  Term intersection
English Word: 

  Disappearing

Sigma KEE - Disappearing
Disappearing

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


(documentation Disappearing EnglishLanguage "A Translocation of an Object ?OBJ after which a Searching of the ?OBJ occurs but for a TimeInterval ?TIME it is not possible for the AutonomousAgent of the search to discover the ?OBJ") Mid-level-ontology.kif 17347-17348
(subclass Disappearing Translocation) Mid-level-ontology.kif 17346-17346

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


(termFormat EnglishLanguage Disappearing "disappearing") domainEnglishFormat.kif 64771-64771

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


(=>
    (instance ?D Disappearing)
    (exists (?OBJ ?AGENT ?SEARCH ?TIME)
        (and
            (instance ?SEARCH Searching)
            (earlier
                (WhenFn ?D)
                (WhenFn ?SEARCH))
            (agent ?SEARCH ?AGENT)
            (instance ?OBJ Object)
            (patient ?D ?OBJ)
            (patient ?SEARCH ?OBJ)
            (instance ?TIME TimeInterval)
            (temporalPart ?TIME
                (WhenFn ?SEARCH))
            (holdsDuring ?TIME
                (not
                    (modalAttribute
                        (exists (?DISC)
                            (and
                                (instance ?DISC Discovering)
                                (agent ?DISC ?AGENT)
                                (patient ?DISC ?OBJ))) Possibility))))))
Mid-level-ontology.kif 17350-17372


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

Show without tree


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