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

Formal Language: 



KB Term:  Term intersection
English Word: 

  UserAccount

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 2036-2038
(externalImage UserAccount "http://upload.wikimedia.org/wikipedia/commons/ 9/ 99/ Gnucash-account-summary.png") pictureList.kif 10331-10331
(subclass UserAccount Account) ComputingBrands.kif 4540-4540 UserAccountAccountsubclass では %n
(subclass UserAccount ContentBearingObject) QoSontology.kif 2035-2035 UserAccountコンテンツベアリングオブジェクトsubclass では %n

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


(subclass AppleID UserAccount) ComputingBrands.kif 2001-2001 Apple IDUserAccountsubclass では %n
(termFormat ChineseLanguage UserAccount "用户帐号") domainEnglishFormat.kif 60851-60851
(termFormat ChineseTraditionalLanguage UserAccount "用戶帳號") domainEnglishFormat.kif 60850-60850
(termFormat EnglishLanguage UserAccount "user account") domainEnglishFormat.kif 60849-60849

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


(domain accountAtSite 1 UserAccount) UXExperimentalTerms.kif 776-776 accountAtSite の数値 1 引数は UserAccountinstance では %n
(domain accountInformation 1 UserAccount) ComputingBrands.kif 4409-4409 accountInformation の数値 1 引数は UserAccountinstance では %n
(domain accountPhoneNumber 1 UserAccount) ComputingBrands.kif 4155-4155 accountPhoneNumber の数値 1 引数は UserAccountinstance では %n
(domain accountUsed 2 UserAccount) ComputingBrands.kif 4160-4160 accountUsed の数値 2 引数は UserAccountinstance では %n
(domain deviceAccount 1 UserAccount) ComputingBrands.kif 3948-3948 deviceAccount の数値 1 引数は UserAccountinstance では %n
(domain hasAccount 2 UserAccount) QoSontology.kif 2071-2071 hasAccount の数値 2 引数は UserAccountinstance では %n
(domain loggedInDuring 2 UserAccount) ComputingBrands.kif 4328-4328 loggedInDuring の数値 2 引数は UserAccountinstance では %n
(domain password 2 UserAccount) QoSontology.kif 2098-2098 password の数値 2 引数は UserAccountinstance では %n
(domain recoveryKey 2 UserAccount) ComputingBrands.kif 4419-4419 recoveryKey の数値 2 引数は UserAccountinstance では %n
(domain trustedDevice 1 UserAccount) ComputingBrands.kif 4283-4283 trustedDevice の数値 1 引数は UserAccountinstance では %n
(domain userFeedbackScore 1 UserAccount) UXExperimentalTerms.kif 888-888 userFeedbackScore の数値 1 引数は UserAccountinstance では %n
(domain userIDString 2 UserAccount) UXExperimentalTerms.kif 1288-1288 userIDString の数値 2 引数は UserAccountinstance では %n
(domain userName 1 UserAccount) QoSontology.kif 2060-2060 userName の数値 1 引数は UserAccountinstance では %n

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


(=>
    (and
        (instance ?ACCOUNT UserAccount)
        (attribute ?ACCOUNT BusinessAccount)
        (hasAccount ?USER ?ACCOUNT))
    (instance ?USER Business))
UXExperimentalTerms.kif 822-827
(=>
    (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 4480-4489
(=>
    (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 4496-4505
(=>
    (instance ?ACCOUNT UserAccount)
    (exists (?STRING)
        (and
            (instance ?STRING Identifier)
            (userIDString ?STRING ?ACCOUNT))))
UXExperimentalTerms.kif 1302-1307
(=>
    (instance ?Account UserAccount)
    (exists (?User)
        (hasAccount ?User ?Account)))
QoSontology.kif 2040-2043

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


(=>
    (and
        (attribute ?ACCT ?ATTR)
        (instance ?ATTR AccountAttribute))
    (instance ?ACCT UserAccount))
UXExperimentalTerms.kif 805-809
(=>
    (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 1933-1952
(=>
    (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 1965-1984
(=>
    (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 1997-2016
(=>
    (registeredUser ?USER ?SITE)
    (exists (?ACCT)
        (and
            (instance ?ACCT UserAccount)
            (hasAccount ?USER ?ACCT)
            (accountAtSite ?ACCT ?SITE))))
UXExperimentalTerms.kif 1070-1076
(=>
    (userIDString ?STRING ?ACCOUNT)
    (modalAttribute
        (not
            (exists (?ACCOUNT2)
                (and
                    (instance ?ACCOUNT2 UserAccount)
                    (userIDString ?STRING ?ACCOUNT2)))) Likely))
UXExperimentalTerms.kif 1309-1317


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