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


KB Term:  Term intersection
English Word: 

Sigma KEE - DataWarehouse
DataWarehouse(data warehouse)

appearance as argument number 1
-------------------------


(subclass DataWarehouse Database) UXExperimentalTerms.kif 2197-2197 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 2199-2200 Data warehouse is a subclass of database

appearance as argument number 2
-------------------------


(termFormat EnglishLanguage DataWarehouse "data warehouse") UXExperimentalTerms.kif 2202-2202

antecedent
-------------------------


(=>
    (instance ?WAREHOUSE DataWarehouse)
    (hasPurpose ?WAREHOUSE
        (exists (?SUBJECT)
            (and
                (instance ?SUBJECT Proposition)
                (forall (?DATA)
                    (and
                        (refers ?DATA ?SUBJECT)
                        (component ?DATA ?WAREHOUSE)))))))
UXExperimentalTerms.kif 2204-2213 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 2215-2224 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 full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners