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



KB Term:  Term intersection
English Word: 

  ReusingAResource

Sigma KEE - ReusingAResource
ReusingAResource(reusing a resource)

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


(subclass ReusingAResource ComputerProcess) QoSontology.kif 2097-2097 Reusing a resource is a subclass of computer process
(documentation ReusingAResource EnglishLanguage "To use the same resource again.") QoSontology.kif 2098-2098 Reusing a resource is a subclass of computer process

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


(termFormat EnglishLanguage ReusingAResource "reusing a resource") domainEnglishFormat.kif 49857-49857
(termFormat ChineseTraditionalLanguage ReusingAResource "重用資源") domainEnglishFormat.kif 49858-49858
(termFormat ChineseLanguage ReusingAResource "重用资源") domainEnglishFormat.kif 49859-49859

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


(=>
    (instance ?Using ReusingAResource)
    (exists (?Resource)
        (resourceUsed ?Using ?Resource)))
QoSontology.kif 2100-2103 If X is an instance of reusing a resource, then there exists Y such that X uses Y
(=>
    (and
        (instance ?Reusing ReusingAResource)
        (resourceUsed ?Reusing ?Resource))
    (exists (?Using)
        (and
            (instance ?Using UsingAResource)
            (resourceUsed ?Using ?Resource)
            (earlier
                (WhenFn ?Using)
                (WhenFn ?Reusing)))))
QoSontology.kif 2105-2113 If X is an instance of reusing a resource and X uses Y, then there exists Z such that Z is an instance of using a resource, Z uses Y, and the time of existence of Z happens earlier than the time of existence of X


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners