![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
AnimalResidence
|
|
|
| appearance as argument number 1 |
|
|
| (subclass AnimalResidence Artifact) | Mid-level-ontology.kif 8307-8307 | Animal residence is a subclass of artifact |
| (documentation AnimalResidence EnglishLanguage "An Artifact which is intended to house Animals and not Humans. Note that an AnimalResidence may or may not be a StationaryArtifact, e.g. a horse stall is stationary while a doghouse generally is not.") | Mid-level-ontology.kif 8308-8311 | Animal residence is a subclass of artifact |
| (externalImage AnimalResidence "http://upload.wikimedia.org/wikipedia/commons/ 0/ 02/ Doghouse3.jpg") | pictureList.kif 4499-4499 | Animal residence is a subclass of artifact |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?RESIDENCE AnimalResidence) (hasPurpose ?RESIDENCE (exists (?ANIMAL) (and (instance ?ANIMAL Animal) (not (instance ?ANIMAL Human)) (inhabits ?ANIMAL ?RESIDENCE))))) |
Mid-level-ontology.kif 8313-8320 | If X is an instance of animal residence, then X has the purpose there exists Y such that Y is an instance of animal, Y is not an instance of human, and Y lives in X |