![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| Identifier(identifier) | identifier |
| appearance as argument number 1 |
|
|
| (subclass Identifier Name) | Mid-level-ontology.kif 26833-26833 | Identifier is a subclass of name |
| (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 26834-26838 | Identifier is a subclass of name |
| appearance as argument number 2 |
|
|
| appearance as argument number 3 |
|
|
| (domain categoryID 1 Identifier) | UXExperimentalTerms.kif 163-163 | The number 1 argument of category identifier string is an instance of identifier |
| (domain browserID 1 Identifier) | UXExperimentalTerms.kif 732-732 | The number 1 argument of browser 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 |
| (domain experimentID 1 Identifier) | UXExperimentalTerms.kif 4012-4012 | The number 1 argument of experiment identifier string is an instance of identifier |
| consequent |
|
|
| (=> (instance ?ACCOUNT UserAccount) (exists (?STRING) (and (instance ?STRING Identifier) (userIDString ?STRING ?ACCOUNT)))) |
UXExperimentalTerms.kif 1105-1110 | If X is an instance of user account, then there exists Y such that Y is an instance of identifier and the ID for X is Y |
| (=> (webVisitor ?VISITOR ?SITE) (exists (?ID ?BROWSER) (and (instance ?ID Identifier) (instance ?BROWSER WebBrowser) (browserID ?ID ?BROWSER ?SITE) (represents ?ID ?VISITOR)))) |
UXExperimentalTerms.kif 1209-1216 | If X is a visitor to Y, then there exist Z, W such that Z is an instance of identifier, W is an instance of web browser, Z is the ID of W when accessing Y, and Z expresses X |