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


KB Term:  Term intersection
English Word: 

Sigma KEE - ContentBearingObject
ContentBearingObject(content bearing object)ABA_transit_number, BIN, C, C_clef, Christian_name, F_clef, G_clef, I.D., ID, John_Hancock, Labanotation, Latin_square, Lukasiewicz_notation, MEDLARS, Mass_card, Medical_Literature_Analysis_and_Retrieval_System, Polish_notation, Princeton_WordNet, Social_Security_number, Station_of_the_Cross, Universal_Product_Code, WordNet, a.k.a., accentual_system, acciaccatura, accidental, accolade, actuarial_table, address, adducing, adult, adumbration, aerogram, aerogramme, air_letter, air_mail, airmail, airmail_letter, algorism, alias, alla_breve, allograph, allusion, also_known_as, alto_clef, anon., anonymous, antigenic_determinant, appoggiatura, argument...

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


(subclass ContentBearingObject CorpuscularObject) Merge.kif 1417-1417 Content bearing object is a subclass of corpuscular object
(subclass ContentBearingObject ContentBearingPhysical) Merge.kif 1418-1418 Content bearing object is a subclass of content bearing physical
(relatedInternalConcept ContentBearingObject containsInformation) Merge.kif 1419-1419 Content bearing object is internally related to contains information
(documentation ContentBearingObject EnglishLanguage "Any SelfConnectedObject that expresses content. This content may be a Proposition, e.g. when the ContentBearingObject is a Sentence or Text, or it may be a representation of an abstract or physical object, as with an Icon, a Word or a Phrase.") Merge.kif 1421-1424 Content bearing object is internally related to contains information

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


(subclass Recording ContentBearingObject) Merge.kif 1475-1475 Recording is a subclass of content bearing object
(subclass Text ContentBearingObject) Merge.kif 15652-15652 Text is a subclass of content bearing object
(rangeSubclass EditionFn ContentBearingObject) Merge.kif 15794-15794 The values returned by edition are subclasses of content bearing object
(subclass VisualContentBearingObject ContentBearingObject) Merge.kif 16141-16141 Visual content bearing object is a subclass of content bearing object
(subclass Compass ContentBearingObject) Mid-level-ontology.kif 2832-2832 Compass is a subclass of content bearing object
(subclass SheetMusic ContentBearingObject) Mid-level-ontology.kif 15966-15966 Sheet music is a subclass of content bearing object
(subclass HolidayCard ContentBearingObject) Mid-level-ontology.kif 16428-16428 Holiday card is a subclass of content bearing object
(subclass Sign ContentBearingObject) Mid-level-ontology.kif 18691-18691 Sign is a subclass of content bearing object
(subclass PlayingCard ContentBearingObject) Mid-level-ontology.kif 18697-18697 Playing card is a subclass of content bearing object
(subclass Descriptor ContentBearingObject) Mid-level-ontology.kif 26779-26779 Descriptor is a subclass of content bearing object
(subclass DescriptorPart ContentBearingObject) Mid-level-ontology.kif 26796-26796 Descriptor part is a subclass of content bearing object
(subclass Document ContentBearingObject) Mid-level-ontology.kif 28897-28897 Document is a subclass of content bearing object
(subclass Account ContentBearingObject) ComputingBrands.kif 4451-4451 Account is a subclass of content bearing object
(subclass ConstitutionDocument ContentBearingObject) Government.kif 646-646 Constitution document is a subclass of content bearing object
(subclass MultipoleDiagram ContentBearingObject) engineering.kif 373-373 Multipole diagram is a subclass of content bearing object
(subclass WebDocument ContentBearingObject) engineering.kif 1788-1788 Web document is a subclass of content bearing object
(termFormat EnglishLanguage ContentBearingObject "content bearing object") english_format.kif 872-872 Web document is a subclass of content bearing object

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


(domainSubclass authors 2 ContentBearingObject) Merge.kif 15743-15743 The number 2 argument of authors is a subclass of content bearing object
(domainSubclass EditionFn 1 ContentBearingObject) Merge.kif 15792-15792 The number 1 argument of edition is a subclass of content bearing object
(domain record 1 ContentBearingObject) Mid-level-ontology.kif 15891-15891 The number 1 argument of record is an instance of content bearing object
(domain dataStored 1 ContentBearingObject) Mid-level-ontology.kif 15915-15915 The number 1 argument of data stored is an instance of content bearing object
(domain inventory 1 ContentBearingObject) Mid-level-ontology.kif 24949-24949 The number 1 argument of inventory is an instance of content bearing object
(domain deceptiveIdentifier 1 ContentBearingObject) Mid-level-ontology.kif 25593-25593 The number 1 argument of deceptive identifier is an instance of content bearing object
(domain cardCode 1 ContentBearingObject) FinancialOntology.kif 3557-3557 The number 1 argument of card code is an instance of content bearing object

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


(=>
    (and
        (instance ?EVENT Planning)
        (result ?EVENT ?CBO)
        (instance ?CBO ContentBearingObject))
    (exists (?PLAN)
        (and
            (instance ?PLAN Plan)
            (containsInformation ?CBO ?PLAN))))
Merge.kif 11087-11095 If X is an instance of planning, Y is a result of X, and Y is an instance of content bearing object, then there exists Z such that Z is an instance of plan and Y contains information Z
(=>
    (and
        (instance ?INTERPRET Interpreting)
        (agent ?INTERPRET ?AGENT)
        (patient ?INTERPRET ?CONTENT)
        (instance ?CONTENT ContentBearingObject))
    (exists (?PROP)
        (holdsDuring
            (EndFn
                (WhenFn ?INTERPRET))
            (believes ?AGENT
                (containsInformation ?CONTENT ?PROP)))))
Merge.kif 11110-11122 If X is an instance of interpreting, Y is an agent of X, Z is a patient of X, and Z is an instance of content bearing object, then there exists W such that Y believes Z contains information W holds during the end of the time of existence of X
(=>
    (and
        (instance ?PLAN Plan)
        (instance ?OBJ ContentBearingObject)
        (containsInformation ?OBJ ?PLAN))
    (exists (?PLANNING)
        (and
            (instance ?PLANNING Planning)
            (result ?PLANNING ?OBJ))))
Merge.kif 17155-17163 If X is an instance of plan, Y is an instance of content bearing object, and Y contains information X, then there exists Z such that Z is an instance of planning and Y is a result of Z
(=>
    (and
        (instance ?X ContentBearingObject)
        (attribute ?X Braille))
    (exists (?H)
        (and
            (instance ?H Human)
            (attribute ?H Blind)
            (capability Interpreting agent ?H)
            (capability Interpreting patient ?X))))
Dining.kif 244-253 If X is an instance of content bearing object and braille is an attribute of X, then there exists Y such that Y is an instance of human, blindness is an attribute of Y, Y is capable of doing interpreting as a agent, and X is capable of doing interpreting as a patient
(=>
    (and
        (instance ?PROP Proposition)
        (instance ?CBO ContentBearingObject)
        (containsInformation ?CBO ?PROP)
        (instance ?COMM Communication)
        (patient ?COMM ?CBO))
    (represents ?COMM ?PROP))
Geography.kif 4457-4464 If X is an instance of proposition, Y is an instance of content bearing object, Y contains information X, Z is an instance of communication, and Y is a patient of Z, then Z expresses X

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


(=>
    (realization ?PROCESS ?PROP)
    (exists (?OBJ)
        (and
            (instance ?OBJ ContentBearingObject)
            (containsInformation ?OBJ ?PROP))))
Merge.kif 4722-4727 If X expresses the content of Y, then there exists Z such that Z is an instance of content bearing object and Z contains information Y
(=>
    (instance ?DEVELOP ContentDevelopment)
    (exists (?OBJ)
        (and
            (instance ?OBJ ContentBearingObject)
            (result ?DEVELOP ?OBJ))))
Merge.kif 12965-12970 If X is an instance of content development, then there exists Y such that Y is an instance of content bearing object and Y is a result of X
(=>
    (instance ?DA DisplayArtifact)
    (hasPurpose ?DA
        (exists (?P ?D ?I)
            (and
                (instance ?P Putting)
                (instance ?D Disseminating)
                (instance ?I ContentBearingObject)
                (patient ?P ?I)
                (patient ?D ?I)
                (destination ?P ?DA)))))
Mid-level-ontology.kif 3940-3950 If X is an instance of display artifact, then All of the following hold: (1) X has the purpose there exist Y, Z (2) W such that Y is an instance of putting (3) Z is an instance of disseminating (4) W is an instance of content bearing object (5) W is a patient of Y (6) W is a patient of Z (7) Y ends up at X
(=>
    (attribute ?X Braille)
    (instance ?X ContentBearingObject))
Dining.kif 240-242 If braille is an attribute of X, then X is an instance of content bearing object


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-18d41916 (2026-05-02) is open source software produced by Articulate Software and its partners