![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| plantInArea |
| appearance as argument number 1 |
|
|
| (documentation plantInArea EnglishLanguage "plantInArea is a BinaryRelation which associates the class of Plant to the area in which they grow.") | Mid-level-ontology.kif 9485-9485 | |
| (instance plantInArea BinaryPredicate) | Mid-level-ontology.kif 9486-9486 | plant in area is an instance of binary predicate |
| (domainSubclass plantInArea 1 Plant) | Mid-level-ontology.kif 9487-9487 | The number 1 argument of plant in area is a subclass of plant |
| (domain plantInArea 2 CultivatedLandArea) | Mid-level-ontology.kif 9488-9488 | The number 2 argument of plant in area is an instance of cultivated land area |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (and (instance ?G Garden) (plantInArea Plant ?G)) (hasPurpose ?G (exists (?R) (and (instance ?R RecreationOrExercise) (eventLocated ?R ?G))))) |
Mid-level-ontology.kif 9475-9483 | If X is an instance of garden and plant Located in X., then X has the purpose there exists Y such that Y is an instance of recreation or exercise and Y is located at X |
| (=> (plantInArea ?PC ?AREA) (exists (?P) (and (instance ?P ?PC) (located ?P ?AREA)))) |
Mid-level-ontology.kif 9491-9496 | If X Located in Y., then there exists Z such that Z is an instance of X and Z is located at Y |