Browsing Interface : Welcome guest : log in
Home |  Graph |  LogLearn |  Editor |  ]  KB:  Language: 
  Formal Language: 



KB Term:  Term intersection
English Word: 

  DataWarehouse

Sigma KEE - DataWarehouse
DataWarehouse(data warehouse)

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


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners