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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - UserName
UserName

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


(documentation UserName EnglishLanguage "The name a person uses to identify himself or herself when logging onto a computer system or online service.") QoSontology.kif 2048-2049
(subclass UserName SymbolicString) QoSontology.kif 2047-2047 UserName記号文字列subclass では %n

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


(termFormat ChineseLanguage UserName "用户名") domainEnglishFormat.kif 60848-60848
(termFormat ChineseTraditionalLanguage UserName "用戶名") domainEnglishFormat.kif 60847-60847
(termFormat EnglishLanguage UserName "user name") domainEnglishFormat.kif 60846-60846

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


(domain userName 2 UserName) QoSontology.kif 2061-2061 userName の数値 2 引数は UserNameinstance では %n

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


(=>
    (and
        (instance ?CP ChangingUserName)
        (agent ?CP ?A)
        (hasAccount ?A ?UA)
        (userName ?UA ?N1))
    (holdsDuring
        (ImmediateFutureFn
            (WhenFn ?CP))
        (exists (?N2)
            (and
                (instance ?N2 UserName)
                (not
                    (equal ?N2 ?N1))
                (userName ?UA ?N2)))))
ComputingBrands.kif 4101-4114
(=>
    (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 4299-4310


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