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


KB Term:  Term intersection
English Word: 

Sigma KEE - VisualContentBearingObject
VisualContentBearingObjectsight

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


(documentation VisualContentBearingObject EnglishLanguage "Instances of VisualContentBearingObject are ContentBearingObjects that are intended to convey meaning as the result of being seen.") Mid-level-ontology.kif 28101-28104
(subclass VisualContentBearingObject ContentBearingObject) Mid-level-ontology.kif 28099-28099 VisualContentBearingObject is a subclass of content bearing object
(subclass VisualContentBearingObject VisualContentBearingPhysical) Mid-level-ontology.kif 28100-28100 VisualContentBearingObject is a subclass of VisualContentBearingPhysical

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


(subclass ArtWork VisualContentBearingObject) Mid-level-ontology.kif 28111-28111 Art work is a subclass of VisualContentBearingObject
(subclass HardcopyDocument VisualContentBearingObject) Media.kif 1030-1030 HardcopyDocument is a subclass of VisualContentBearingObject
(subclass Image VisualContentBearingObject) Mid-level-ontology.kif 28106-28106 Image is a subclass of VisualContentBearingObject
(subclass PrintedSheet VisualContentBearingObject) Media.kif 1065-1065 PrintedSheet is a subclass of VisualContentBearingObject
(termFormat EnglishLanguage VisualContentBearingObject "visual content bearing object") domainEnglishFormat.kif 65698-65698 PrintedSheet is a subclass of VisualContentBearingObject

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


(<=>
    (and
        (instance ?COPY Photocopying)
        (patient ?COPY ?OBJ1)
        (instance ?OBJ1 VisualContentBearingObject)
        (containsInformation ?OBJ1 ?INFO1))
    (exists (?OBJ2 ?INFO2)
        (and
            (result ?COPY ?OBJ2)
            (instance ?OBJ2 VisualContentBearingObject)
            (containsInformation ?OBJ2 ?INFO2)
            (equal ?INFO1 ?INFO2))))
Mid-level-ontology.kif 28218-28229 A process is an instance of Photocopying and a ContentBearingPhysical is a patient of the process and the ContentBearingPhysical is an instance of VisualContentBearingObject and the ContentBearingPhysical contains information a proposition if and only if there exist another ContentBearingPhysical and another proposition such that the other ContentBearingPhysical is a result of the process and the other ContentBearingPhysical is an instance of VisualContentBearingObject and the other ContentBearingPhysical contains information the other proposition and equal the proposition and the other proposition
(=>
    (and
        (instance ?X Photocopier)
        (instrument ?COPY ?X)
        (instance ?COPY Photocopying)
        (patient ?COPY ?OBJ1)
        (instance ?OBJ1 TwoDimensionalObject)
        (instance ?OBJ1 VisualContentBearingObject)
        (containsInformation ?OBJ1 ?INFO))
    (exists (?OBJ2 ?SHEET)
        (and
            (result ?COPY ?OBJ2)
            (instance ?OBJ2 TwoDimensionalObject)
            (instance ?OBJ2 VisualContentBearingObject)
            (containsInformation ?OBJ2 ?INFO)
            (located ?OBJ2 ?SHEET)
            (instance ?SHEET PrintedSheet))))
Mid-level-ontology.kif 28188-28204

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


(<=>
    (and
        (instance ?COPY Photocopying)
        (patient ?COPY ?OBJ1)
        (instance ?OBJ1 VisualContentBearingObject)
        (containsInformation ?OBJ1 ?INFO1))
    (exists (?OBJ2 ?INFO2)
        (and
            (result ?COPY ?OBJ2)
            (instance ?OBJ2 VisualContentBearingObject)
            (containsInformation ?OBJ2 ?INFO2)
            (equal ?INFO1 ?INFO2))))
Mid-level-ontology.kif 28218-28229 A process is an instance of Photocopying and a ContentBearingPhysical is a patient of the process and the ContentBearingPhysical is an instance of VisualContentBearingObject and the ContentBearingPhysical contains information a proposition if and only if there exist another ContentBearingPhysical and another proposition such that the other ContentBearingPhysical is a result of the process and the other ContentBearingPhysical is an instance of VisualContentBearingObject and the other ContentBearingPhysical contains information the other proposition and equal the proposition and the other proposition
(=>
    (and
        (instance ?X Photocopier)
        (instrument ?COPY ?X)
        (instance ?COPY Photocopying)
        (patient ?COPY ?OBJ1)
        (instance ?OBJ1 TwoDimensionalObject)
        (instance ?OBJ1 VisualContentBearingObject)
        (containsInformation ?OBJ1 ?INFO))
    (exists (?OBJ2 ?SHEET)
        (and
            (result ?COPY ?OBJ2)
            (instance ?OBJ2 TwoDimensionalObject)
            (instance ?OBJ2 VisualContentBearingObject)
            (containsInformation ?OBJ2 ?INFO)
            (located ?OBJ2 ?SHEET)
            (instance ?SHEET PrintedSheet))))
Mid-level-ontology.kif 28188-28204

statement
-------------------------


(decreasesLikelihood
    (exists (?X ?CUT ?PAPER ?CBO ?INFO)
        (and
            (instance ?X PaperShredder)
            (instance ?CUT Cutting)
            (instrument ?CUT ?X)
            (instance ?PAPER Paper)
            (patient ?CUT ?PAPER)
            (located ?CBO ?PAPER)
            (instance ?CBO VisualContentBearingObject)
            (containsInformation ?CBO ?INFO)))
    (exists (?READ)
        (and
            (instance ?READ Interpreting)
            (patient ?READ ?INFO)
            (earlier
                (WhenFn ?CUT)
                (WhenFn ?READ)))))
Mid-level-ontology.kif 19759-19776 There exist ?X, ?CUT,, , ?PAPER,, , ?CBO and ?INFO such that ?X is an instance of PaperShredder and ?CUT is an instance of cutting and ?X is an instrument for ?CUT and ?PAPER is an instance of Paper and ?PAPER is a patient of ?CUT and ?CBO is located at ?PAPER and ?CBO is an instance of VisualContentBearingObject and ?CBO contains information ?INFO decreases likelihood of there exists ?READ such that ?READ is an instance of Interpreting and ?INFO is a patient of ?READ and the time of existence of ?CUT happens earlier than the time of existence of ?READ


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