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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Identifier
Identifier(identifier)identifier

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


(documentation Identifier EnglishLanguage "Identifier is the Class of ContentBearingObjects that identify some entity, such as a bank account, a person, or a location (e.g., as identified by a specific street address or GPS coordinates), perhaps uniquely under some circumstances.") Mid-level-ontology.kif 24468-24472
(subclass Identifier Name) Mid-level-ontology.kif 24467-24467 Identifier is a subclass of name

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


(subclass EmployeeNumber Identifier) Media.kif 3026-3026 Employee number is a subclass of identifier
(subclass FormalIdentifier Identifier) Media.kif 2935-2935 Formal identifier is a subclass of identifier
(subclass PartyID Identifier) Media.kif 3020-3020 Party ID is a subclass of identifier
(subclass ProductID Identifier) Media.kif 3003-3003 Product iD is a subclass of identifier
(subclass ProprietaryIdentifier Identifier) Media.kif 3001-3001 Proprietary identifier is a subclass of identifier
(subclass StandardIdentifier Identifier) Media.kif 2933-2933 Standard identifier is a subclass of identifier
(termFormat EnglishLanguage Identifier "identifier") Mid-level-ontology.kif 24473-24473

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


(domain browserID 1 Identifier) UXExperimentalTerms.kif 915-915 The number 1 argument of browser identifier string is an instance of identifier
(domain categoryID 1 Identifier) UXExperimentalTerms.kif 205-205 The number 1 argument of category identifier string is an instance of identifier
(domain experimentID 1 Identifier) UXExperimentalTerms.kif 4221-4221 The number 1 argument of experiment identifier string is an instance of identifier
(domain userIDString 1 Identifier) UXExperimentalTerms.kif 1286-1286 The number 1 argument of user identifier string is an instance of identifier

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


(=>
    (instance ?ACCOUNT UserAccount)
    (exists (?STRING)
        (and
            (instance ?STRING Identifier)
            (userIDString ?STRING ?ACCOUNT))))
UXExperimentalTerms.kif 1302-1307
(=>
    (webVisitor ?VISITOR ?SITE)
    (exists (?ID ?BROWSER)
        (and
            (instance ?ID Identifier)
            (instance ?BROWSER WebBrowser)
            (browserID ?ID ?BROWSER ?SITE)
            (represents ?ID ?VISITOR))))
UXExperimentalTerms.kif 1406-1413


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