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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - DataWarehouse
DataWarehouse

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


(documentation DataWarehouse EnglishLanguage "A Database that hasPurpose of containing information about a particular subject inScopeOfInterest of a particular AutonomousAgent.") UXExperimentalTerms.kif 2199-2200
(subclass DataWarehouse Database) UXExperimentalTerms.kif 2197-2197 DataWarehouse est une sous-classe de Database

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


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

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


(=>
    (instance ?WAREHOUSE DataWarehouse)
    (hasPurpose ?WAREHOUSE
        (exists (?AGENT)
            (and
                (instance ?AGENT AutonomousAgent)
                (forall (?DATA)
                    (and
                        (inScopeOfInterest ?DATA ?AGENT)
                        (component ?DATA ?WAREHOUSE)))))))
UXExperimentalTerms.kif 2215-2224
(=>
    (instance ?WAREHOUSE DataWarehouse)
    (hasPurpose ?WAREHOUSE
        (exists (?SUBJECT)
            (and
                (instance ?SUBJECT Proposition)
                (forall (?DATA)
                    (and
                        (refers ?DATA ?SUBJECT)
                        (component ?DATA ?WAREHOUSE)))))))
UXExperimentalTerms.kif 2204-2213


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