Wählen Sie Sprache: english | cesky | deutsch | italiano | simplified chinese | traditional chinese | hindi
Concept:
English word:
Home

Inhaltsgegenstand (ContentBearingObject)

Any SelfConnectedObject that expresses information.

Ontology

SUMO / BASE-ONTOLOGY

Superclass(es)

[tree]
Wesen
is subclass of
  körperlicher Gegenstand  
is subclass of
  Gegenstand  
is subclass of
  selbstverbundener Gegenstand  
is subclass of
  Inhaltsgegenstand  

Subclass(es)

Zeichenfolge  Ikon  linguistischer Ausdruck  Reihe 

Coordinate term(s)

korpuskularer Gegenstand  Nahrung  Substanz 

Constrains relations

AusgabeFn  enthältInformationen  gleichwertigeInhaltskategorie  gleichwertigeInhaltsfall  fasstInhaltsKategorieZusammen  fasstInhaltsFallZusammen 

Related WordNet synsets

communication
something that is communicated between people or groups
communication is kind of (all)...   communication is kind of...   kinds of communication...   kinds of communication (all)...  
representation
a visual or tangible rendering of someone or something
representation is kind of (all)...   representation is kind of...   kinds of representation...   kinds of representation (all)...  
See more related synsets on a separate page.

Axioms (5)

Inhaltsgegenstand ist innerlich verwandt mit enthältInformationen .
(relatedInternalConcept ContentBearingObject containsInformation)

Wenn process drükt den Inhalt von prop aus, dann es gibt ein Inhaltsgegenstand obj der obj enthält Informationen über prop.
(=>
      (realization ?PROCESS ?PROP)
      (exists
            (?OBJ)
            (and
                  (instance ?OBJ ContentBearingObject)
                  (containsInformation ?OBJ ?PROP))))

Wenn develop ist ein fall von Inhaltsentwicklung , dann es gibt ein Inhaltsgegenstand obj der obj ist ein patient von develop .
(=>
      (instance ?DEVELOP ContentDevelopment)
      (exists
            (?OBJ)
            (and
                  (instance ?OBJ ContentBearingObject)
                  (patient ?DEVELOP ?OBJ))))

Wenn communicate ist ein fall von Kommunikation , dann es gibt ein Inhaltsgegenstand obj,kognitiver Agent agent1,kognitiver Agent agent2 der obj ist ein patient von communicate und communicate ist der agent von agent1 und communicate endet an 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))))

Wenn plan ist ein fall von Plan und obj ist ein fall von Inhaltsgegenstand und obj enthält Informationen über plan, dann es gibt ein Planen planning der obj ist ein resultat von planning .
(=>
      (and
            (instance ?PLAN Plan)
            (instance ?OBJ ContentBearingObject)
            (containsInformation ?OBJ ?PLAN))
      (exists
            (?PLANNING)
            (and
                  (instance ?PLANNING Planning)
                  (result ?PLANNING ?OBJ))))