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


KB Term:  Term intersection
English Word: 

Sigma KEE - ContentBearingPhysical
ContentBearingPhysical(content bearing physical)aliyah, radiophoto, radiophotograph

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


(subclass ContentBearingPhysical Physical) Merge.kif 1335-1335 Content bearing physical is a subclass of physical
(documentation ContentBearingPhysical EnglishLanguage "Any Object or Process that expresses content. This covers Objects that contain a Proposition, such as a book, as well as ManualSignLanguage, which may similarly contain a Proposition.") Merge.kif 1337-1340 Content bearing physical is a subclass of physical

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


(subclass ContentBearingProcess ContentBearingPhysical) Merge.kif 1347-1347 Content bearing process is a subclass of content bearing physical
(subclass ContentBearingObject ContentBearingPhysical) Merge.kif 1359-1359 Content bearing object is a subclass of content bearing physical
(subclass SymbolicString ContentBearingPhysical) Merge.kif 1367-1367 Symbolic string is a subclass of content bearing physical
(subclass Icon ContentBearingPhysical) Merge.kif 1409-1409 Icon is a subclass of content bearing physical
(subclass LinguisticExpression ContentBearingPhysical) Merge.kif 1427-1427 Linguistic expression is a subclass of content bearing physical
(subclass VisualContentBearingPhysical ContentBearingPhysical) Merge.kif 16015-16015 Visual content bearing physical is a subclass of content bearing physical
(subclass Brand ContentBearingPhysical) Hotel.kif 1288-1288 Brand is a subclass of content bearing physical
(termFormat EnglishLanguage ContentBearingPhysical "content bearing physical") domainEnglishFormat.kif 16944-16944 Brand is a subclass of content bearing physical
(termFormat ChineseTraditionalLanguage ContentBearingPhysical "內容承載物理") domainEnglishFormat.kif 16945-16945 Brand is a subclass of content bearing physical
(termFormat ChineseLanguage ContentBearingPhysical "内容承载物理") domainEnglishFormat.kif 16946-16946 Brand is a subclass of content bearing physical

appearance as argument number 3
-------------------------


(domain containsInformation 1 ContentBearingPhysical) Merge.kif 1387-1387 The number 1 argument of contains information is an instance of content bearing physical
(domain containsFormula 1 ContentBearingPhysical) Merge.kif 1397-1397 The number 1 argument of contains formula is an instance of content bearing physical
(domain language 1 ContentBearingPhysical) Merge.kif 1529-1529 The number 1 argument of language is an instance of content bearing physical
(domainSubclass equivalentContentClass 1 ContentBearingPhysical) Merge.kif 4540-4540 The number 1 argument of equivalent content class is a subclass of content bearing physical
(domainSubclass equivalentContentClass 2 ContentBearingPhysical) Merge.kif 4541-4541 The number 2 argument of equivalent content class is a subclass of content bearing physical
(domainSubclass subsumesContentClass 1 ContentBearingPhysical) Merge.kif 4566-4566 The number 1 argument of subsumes content class is a subclass of content bearing physical
(domainSubclass subsumesContentClass 2 ContentBearingPhysical) Merge.kif 4567-4567 The number 2 argument of subsumes content class is a subclass of content bearing physical
(domain equivalentContentInstance 1 ContentBearingPhysical) Merge.kif 4596-4596 The number 1 argument of equivalent content instance is an instance of content bearing physical
(domain equivalentContentInstance 2 ContentBearingPhysical) Merge.kif 4597-4597 The number 2 argument of equivalent content instance is an instance of content bearing physical
(domain subsumesContentInstance 1 ContentBearingPhysical) Merge.kif 4623-4623 The number 1 argument of subsumes content instance is an instance of content bearing physical
(domain subsumesContentInstance 2 ContentBearingPhysical) Merge.kif 4624-4624 The number 2 argument of subsumes content instance is an instance of content bearing physical
(domainSubclass titles 2 ContentBearingPhysical) Mid-level-ontology.kif 16261-16261 The number 2 argument of titles is a subclass of content bearing physical
(domain actedIn 2 ContentBearingPhysical) Mid-level-ontology.kif 23047-23047 The number 2 argument of acted in is an instance of content bearing physical
(domain recordForAgreement 1 ContentBearingPhysical) Law.kif 481-481 The number 1 argument of record for agreement is an instance of content bearing physical
(domain experimentUpdate 1 ContentBearingPhysical) UXExperimentalTerms.kif 2672-2672 The number 1 argument of live experiment update is an instance of content bearing physical
(domain finalExperimentReport 1 ContentBearingPhysical) UXExperimentalTerms.kif 2693-2693 The number 1 argument of final experiment report is an instance of content bearing physical

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


(=>
    (instance ?OBJ ContentBearingPhysical)
    (exists (?THING)
        (represents ?OBJ ?THING)))
Merge.kif 1342-1345 If X is an instance of content bearing physical, then there exists Y such that X expresses Y
(=>
    (and
        (instance ?DECIDE Deciding)
        (agent ?DECIDE ?A)
        (patient ?DECIDE ?S)
        (instance ?S Set)
        (result ?DECIDE ?X)
        (instance ?X ContentBearingPhysical))
    (containsFormula ?X
        (holdsDuring
            (FutureFn
                (WhenFn ?DECIDE))
            (exists (?M)
                (and
                    (element ?M ?S)
                    (instance ?M IntentionalProcess)
                    (agent ?M ?A))))))
Merge.kif 12214-12230 If All of the following hold: (1) X is an instance of deciding (2) Y is an agent of X (3) Z is a patient of X (4) Z is an instance of set (5) W is a result of X (6) W is an instance of content bearing physical, then W contains the formula there exists V such that V is an element of Z, V is an instance of intentional process, and Y is an agent of V holds during after the time of existence of X

consequent
-------------------------


(=>
    (and
        (instance ?PLAN Plan)
        (instance ?PROC Process)
        (represents ?PLAN ?PROC))
    (exists (?PLANNING ?CBO)
        (and
            (instance ?PLANNING Planning)
            (instance ?CBO ContentBearingPhysical)
            (containsInformation ?CBO ?PLAN)
            (result ?PLANNING ?CBO)
            (earlier
                (BeginFn
                    (WhenFn ?PLANNING))
                (BeginFn
                    (WhenFn ?PROC)))
            (earlier
                (EndFn
                    (WhenFn ?PLANNING))
                (EndFn
                    (WhenFn ?PROC))))))
Military.kif 32-44 If X is an instance of plan, Y is an instance of process, and X expresses Y, then All of the following hold: (1) there exist Z (2) W such that Z is an instance of planning (3) W is an instance of content bearing physical (4) W contains information X (5) W is a result of Z (6) the beginning of the time of existence of Z happens earlier than the beginning of the time of existence of Y (7) the end of the time of existence of Z happens earlier than the end of the time of existence of Y


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.0-c58f641d (2026-04-12) is open source software produced by Articulate Software and its partners