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


KB Term:  Term intersection
English Word: 

Sigma KEE - UserAccount
UserAccount

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


(documentation UserAccount EnglishLanguage "An established relationship between a user and a computer, network or information service. User accounts require a username and password, and new user accounts are given a default set of permissions.") QoSontology.kif 2167-2169
(externalImage UserAccount "http://upload.wikimedia.org/wikipedia/commons/ 9/ 99/ Gnucash_account_summary.png") pictureList.kif 10326-10326
(subclass UserAccount Account) ComputingBrands.kif 4537-4537 UserAccount is a subclass of Account
(subclass UserAccount ContentBearingObject) QoSontology.kif 2166-2166 UserAccount is a subclass of content bearing object

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


(subclass AppleID UserAccount) ComputingBrands.kif 2001-2001 AppleID is a subclass of UserAccount
(termFormat ChineseLanguage UserAccount "用户帐号") domainEnglishFormat.kif 60835-60835 AppleID is a subclass of UserAccount
(termFormat ChineseTraditionalLanguage UserAccount "用戶帳號") domainEnglishFormat.kif 60834-60834 AppleID is a subclass of UserAccount
(termFormat EnglishLanguage UserAccount "user account") domainEnglishFormat.kif 60833-60833 AppleID is a subclass of UserAccount

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


(domain accountAtSite 1 UserAccount) UXExperimentalTerms.kif 626-626 The number 1 argument of accountAtSite is an instance of UserAccount
(domain accountInformation 1 UserAccount) ComputingBrands.kif 4406-4406 The number 1 argument of accountInformation is an instance of UserAccount
(domain accountPhoneNumber 1 UserAccount) ComputingBrands.kif 4152-4152 The number 1 argument of accountPhoneNumber is an instance of UserAccount
(domain accountUsed 2 UserAccount) ComputingBrands.kif 4157-4157 The number 2 argument of accountUsed is an instance of UserAccount
(domain deviceAccount 1 UserAccount) ComputingBrands.kif 3945-3945 The number 1 argument of deviceAccount is an instance of UserAccount
(domain hasAccount 2 UserAccount) QoSontology.kif 2203-2203 The number 2 argument of hasAccount is an instance of UserAccount
(domain loggedInDuring 2 UserAccount) ComputingBrands.kif 4325-4325 The number 2 argument of loggedInDuring is an instance of UserAccount
(domain password 2 UserAccount) QoSontology.kif 2230-2230 The number 2 argument of password is an instance of UserAccount
(domain recoveryKey 2 UserAccount) ComputingBrands.kif 4416-4416 The number 2 argument of recoveryKey is an instance of UserAccount
(domain trustedDevice 1 UserAccount) ComputingBrands.kif 4280-4280 The number 1 argument of trustedDevice is an instance of UserAccount
(domain userFeedbackScore 1 UserAccount) UXExperimentalTerms.kif 710-710 The number 1 argument of userFeedbackScore is an instance of UserAccount
(domain userIDString 2 UserAccount) UXExperimentalTerms.kif 1091-1091 The number 2 argument of userIDString is an instance of UserAccount
(domain userName 1 UserAccount) QoSontology.kif 2191-2191 The number 1 argument of userName is an instance of UserAccount

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


(=>
    (and
        (instance ?ACCOUNT UserAccount)
        (attribute ?ACCOUNT BusinessAccount)
        (hasAccount ?USER ?ACCOUNT))
    (instance ?USER Business))
UXExperimentalTerms.kif 660-665
(=>
    (and
        (instance ?ACT ActivatingADeactivatedAccount)
        (instance ?AC UserAccount)
        (patient ?ACT ?AC))
    (and
        (holdsDuring
            (ImmediatePastFn
                (WhenFn ?ACT))
            (attribute ?AC AccountDeactivated))
        (holdsDuring
            (ImmediateFutureFn
                (WhenFn ?ACT))
            (attribute ?AC AccountActive))))
ComputingBrands.kif 4477-4486
(=>
    (and
        (instance ?DEACT DeactivatingAnAccount)
        (instance ?AC UserAccount)
        (patient ?DEACT ?AC))
    (and
        (holdsDuring
            (ImmediateFutureFn
                (WhenFn ?DEACT))
            (attribute ?AC AccountDeactivated))
        (holdsDuring
            (ImmediatePastFn
                (WhenFn ?DEACT))
            (attribute ?AC AccountActive))))
ComputingBrands.kif 4493-4502
(=>
    (instance ?ACCOUNT UserAccount)
    (exists (?STRING)
        (and
            (instance ?STRING Identifier)
            (userIDString ?STRING ?ACCOUNT))))
UXExperimentalTerms.kif 1105-1110
(=>
    (instance ?Account UserAccount)
    (exists (?User)
        (hasAccount ?User ?Account)))
QoSontology.kif 2171-2174

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


(=>
    (and
        (attribute ?ACCT ?ATTR)
        (instance ?ATTR AccountAttribute))
    (instance ?ACCT UserAccount))
UXExperimentalTerms.kif 648-652
(=>
    (and
        (instance ?TRANS FinancialTransaction)
        (attribute ?TRANS BusinessToBusiness))
    (exists (?ACCT1 ?ACCT2 ?USER1 ?USER2 ?SITE)
        (and
            (instance ?ACCT1 UserAccount)
            (instance ?ACCT2 UserAccount)
            (instance ?USER1 AutonomousAgent)
            (instance ?USER2 AutonomousAgent)
            (instance ?SITE WebSite)
            (agent ?TRANS ?USER1)
            (destination ?TRANS ?USER2)
            (instrument ?TRANS ?SITE)
            (hasAccount ?USER1 ?ACCT1)
            (hasAccount ?USER2 ?ACCT2)
            (accountAtSite ?ACCT1 ?SITE)
            (accountAtSite ?ACCT2 ?SITE)
            (attribute ?ACCT1 BusinessAccount)
            (attribute ?ACCT2 BusinessAccount))))
UXExperimentalTerms.kif 1727-1746
(=>
    (and
        (instance ?TRANS FinancialTransaction)
        (attribute ?TRANS BusinessToConsumer))
    (exists (?ACCT1 ?ACCT2 ?USER1 ?USER2 ?SITE)
        (and
            (instance ?ACCT1 UserAccount)
            (instance ?ACCT2 UserAccount)
            (instance ?USER1 AutonomousAgent)
            (instance ?USER2 AutonomousAgent)
            (instance ?SITE WebSite)
            (agent ?TRANS ?USER1)
            (destination ?TRANS ?USER2)
            (instrument ?TRANS ?SITE)
            (hasAccount ?USER1 ?ACCT1)
            (hasAccount ?USER2 ?ACCT2)
            (accountAtSite ?ACCT1 ?SITE)
            (accountAtSite ?ACCT2 ?SITE)
            (attribute ?ACCT1 BusinessAccount)
            (attribute ?ACCT2 ConsumerAccount))))
UXExperimentalTerms.kif 1759-1778
(=>
    (and
        (instance ?TRANS FinancialTransaction)
        (attribute ?TRANS ConsumerToConsumer))
    (exists (?ACCT1 ?ACCT2 ?USER1 ?USER2 ?SITE)
        (and
            (instance ?ACCT1 UserAccount)
            (instance ?ACCT2 UserAccount)
            (instance ?USER1 AutonomousAgent)
            (instance ?USER2 AutonomousAgent)
            (instance ?SITE WebSite)
            (agent ?TRANS ?USER1)
            (destination ?TRANS ?USER2)
            (instrument ?TRANS ?SITE)
            (hasAccount ?USER1 ?ACCT1)
            (hasAccount ?USER2 ?ACCT2)
            (accountAtSite ?ACCT1 ?SITE)
            (accountAtSite ?ACCT2 ?SITE)
            (attribute ?ACCT1 ConsumerAccount)
            (attribute ?ACCT2 ConsumerAccount))))
UXExperimentalTerms.kif 1791-1810
(=>
    (registeredUser ?USER ?SITE)
    (exists (?ACCT)
        (and
            (instance ?ACCT UserAccount)
            (hasAccount ?USER ?ACCT)
            (accountAtSite ?ACCT ?SITE))))
UXExperimentalTerms.kif 873-879
(=>
    (userIDString ?STRING ?ACCOUNT)
    (modalAttribute
        (not
            (exists (?ACCOUNT2)
                (and
                    (instance ?ACCOUNT2 UserAccount)
                    (userIDString ?STRING ?ACCOUNT2)))) Likely))
UXExperimentalTerms.kif 1112-1120


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