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



KB Term:  Term intersection
English Word: 

  Encoding

Sigma KEE - ComputerPassword
ComputerPassword(computer password)PIN, PIN_number, personal_identification_number

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


(subclass ComputerPassword SymbolicString) QoSontology.kif 2207-2207 Computer password is a subclass of symbolic string
(documentation ComputerPassword EnglishLanguage "A word or code used to serve as a security measure against unauthorized access to data. It is normally managed by the operating system or DBMS.") QoSontology.kif 2208-2210 Computer password is a subclass of symbolic string

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


(termFormat EnglishLanguage ComputerPassword "computer password") domainEnglishFormat.kif 16338-16338
(termFormat ChineseTraditionalLanguage ComputerPassword "電腦密碼") domainEnglishFormat.kif 16339-16339
(termFormat ChineseLanguage ComputerPassword "电脑密码") domainEnglishFormat.kif 16340-16340

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


(domain password 1 ComputerPassword) QoSontology.kif 2221-2221 The number 1 argument of password is an instance of computer password

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


(=>
    (and
        (instance ?CP ChangingPassword)
        (agent ?CP ?A)
        (hasAccount ?A ?UA)
        (password ?P1 ?UA))
    (holdsDuring
        (ImmediateFutureFn
            (WhenFn ?CP))
        (exists (?P2)
            (and
                (instance ?P2 ComputerPassword)
                (not
                    (equal ?P2 ?P1))
                (password ?P2 ?UA)))))
ComputingBrands.kif 3985-3998 If X is an instance of change password, Y is an agent of X, Y has account Z, and Z has password W, then there exists V such that V is an instance of computer password, equal V, W, and Z has password V holds during immediately after the time of existence of X
(=>
    (instance ?TF TwoFactorLoggingIn)
    (exists (?DE ?DD)
        (and
            (subProcess ?DE ?TF)
            (instance ?DE DataEntry)
            (instance ?DD DigitalData)
            (objectTransferred ?DE ?DD)
            (not
                (instance ?DD ComputerPassword))
            (not
                (instance ?DD UserName)))))
ComputingBrands.kif 4205-4216 If X is an instance of two_factor login, then All of the following hold: (1) there exist Y (2) Z such that Y is a subprocess of X (3) Y is an instance of data entry (4) Z is an instance of digital data (5) the object transferred in Y is Z (6) Z is not an instance of computer password (7) Z is not an instance of user name


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