content bearing object (ContentBearingObject)
Any SelfConnectedObject that expresses
information.
Ontology
SUMO / BASE-ONTOLOGYSuperclass(es)
Subclass(es)
symbolic string
icon
linguistic expression
series
Coordinate term(s)
corpuscular object
food
substance
Constrains relations
edition fn
contains information
equivalent content class
equivalent content instance
subsumes content class
subsumes content instance
Related WordNet synsets
- communication
- something that is communicated between people or groups
- representation
- a visual or tangible rendering of someone or something
See more related synsets on a separate page.
Axioms (5)
content bearing object is internally related to contains information.
(relatedInternalConcept ContentBearingObject containsInformation)
If process expresses the content of prop, then there exists content bearing object obj so that obj contains information prop.
(=>
(realization ?PROCESS ?PROP)
(exists
(?OBJ)
(and
(instance ?OBJ ContentBearingObject)
(containsInformation ?OBJ ?PROP))))
If develop is an instance of content development, then there exists content bearing object obj so that obj is a patient of develop.
(=>
(instance ?DEVELOP ContentDevelopment)
(exists
(?OBJ)
(and
(instance ?OBJ ContentBearingObject)
(patient ?DEVELOP ?OBJ))))
If communicate is an instance of communication, then there exist content bearing object obj,cognitive agent agent1,cognitive agent agent2 so that obj is a patient of communicate and communicate is an agent of agent1 and communicate ends at agent2.
(=>
(instance ?COMMUNICATE Communication)
(exists
(?OBJ ?AGENT1 ?AGENT2)
(and
(instance ?OBJ ContentBearingObject)
(patient ?COMMUNICATE ?OBJ)
(instance ?AGENT1 CognitiveAgent)
(agent ?COMMUNICATE ?AGENT1)
(instance ?AGENT2 CognitiveAgent)
(destination ?COMMUNICATE ?AGENT2))))
If plan is an instance of plan and obj is an instance of content bearing object and obj contains information plan, then there exists planning planning so that obj is a result of planning.
(=>
(and
(instance ?PLAN Plan)
(instance ?OBJ ContentBearingObject)
(containsInformation ?OBJ ?PLAN))
(exists
(?PLANNING)
(and
(instance ?PLANNING Planning)
(result ?PLANNING ?OBJ))))