![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| applicableRelation |
| appearance as argument number 1 |
|
|
| (instance applicableRelation BinaryPredicate) | Mid-level-ontology.kif 33884-33884 | applicable relation is an instance of binary predicate |
| (domain applicableRelation 1 Object) | Mid-level-ontology.kif 33885-33885 | The number 1 argument of applicable relation is an instance of object |
| (domain applicableRelation 2 Relation) | Mid-level-ontology.kif 33886-33886 | The number 2 argument of applicable relation is an instance of relation |
| (documentation applicableRelation EnglishLanguage "A relationship used in creating user interfaces from SUO-KIF that indicates where a relation should be presented as a value that a user can set for an Object. Note that this is more specific that domain, although it must be consistent with that type specification.") | Mid-level-ontology.kif 33887-33891 | The number 2 argument of applicable relation is an instance of relation |
| appearance as argument number 2 |
|
|
| (format EnglishLanguage applicableRelation "%1 can be an argument to %2") | Mid-level-ontology.kif 33893-33894 | |
| (termFormat EnglishLanguage applicableRelation "applicable relation") | domainEnglishFormat.kif 65781-65781 |
| antecedent |
|
|
| (=> (and (applicableRelation ?O ?R) (instance ?O ?OC) (domain ?R 1 ?DC)) (or (equal ?OC ?DC) (subclass ?OC ?DC))) |
Mid-level-ontology.kif 33896-33903 | If X can be an argument to Y, X is an instance of Z, and the number 1 argument of Y is an instance of W, then equal Z and W or Z is a subclass of W |