![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
DataWarehouse
|
|
|
| appearance as argument number 1 |
|
|
| (subclass DataWarehouse Database) | UXExperimentalTerms.kif 2198-2198 | Data warehouse is a subclass of database |
| (documentation DataWarehouse EnglishLanguage "A Database that hasPurpose of containing information about a particular subject inScopeOfInterest of a particular AutonomousAgent.") | UXExperimentalTerms.kif 2200-2201 | Data warehouse is a subclass of database |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage DataWarehouse "data warehouse") | UXExperimentalTerms.kif 2203-2203 |
| antecedent |
|
|
| (=> (instance ?WAREHOUSE DataWarehouse) (hasPurpose ?WAREHOUSE (exists (?SUBJECT) (and (instance ?SUBJECT Proposition) (forall (?DATA) (and (refers ?DATA ?SUBJECT) (component ?DATA ?WAREHOUSE))))))) |
UXExperimentalTerms.kif 2205-2214 | If X is an instance of data warehouse, then X has the purpose there exists Y such that Y is an instance of proposition, Z Z includes a reference to Y, and Z is a component of X |
| (=> (instance ?WAREHOUSE DataWarehouse) (hasPurpose ?WAREHOUSE (exists (?AGENT) (and (instance ?AGENT AutonomousAgent) (forall (?DATA) (and (inScopeOfInterest ?DATA ?AGENT) (component ?DATA ?WAREHOUSE))))))) |
UXExperimentalTerms.kif 2216-2225 | If X is an instance of data warehouse, then X has the purpose there exists Y such that Y is an instance of agent, Z Z is interested in Y, and Z is a component of X |