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 24535-24539
(subclass Identifier Name) Mid-level-ontology.kif 24534-24534 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 24540-24540

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


(domain browserID 1 Identifier) UXExperimentalTerms.kif 732-732 The number 1 argument of browser identifier string is an instance of identifier
(domain categoryID 1 Identifier) UXExperimentalTerms.kif 163-163 The number 1 argument of category identifier string is an instance of identifier
(domain experimentID 1 Identifier) UXExperimentalTerms.kif 4015-4015 The number 1 argument of experiment identifier string is an instance of identifier
(domain userIDString 1 Identifier) UXExperimentalTerms.kif 1089-1089 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 1105-1110
(=>
    (webVisitor ?VISITOR ?SITE)
    (exists (?ID ?BROWSER)
        (and
            (instance ?ID Identifier)
            (instance ?BROWSER WebBrowser)
            (browserID ?ID ?BROWSER ?SITE)
            (represents ?ID ?VISITOR))))
UXExperimentalTerms.kif 1209-1216


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