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 24823-24827 | |
(subclass Identifier Name) | Mid-level-ontology.kif 24822-24822 | 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 24828-24828 | Standard identifier is a subclass of identifier |
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 |
|