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

Text (Text)

A Sentence or set of Sentences that perform a specific function related to Communication, e.g. express a discourse about a particular topic.

Ontology

SUMO / OBJECTS

Superclass(es)

[tree]
Wesen
is subclass of
  körperlicher Gegenstand  
is subclass of
  Gegenstand  
is subclass of
  selbstverbundener Gegenstand  
is subclass of
  Inhaltsgegenstand  
is subclass of
  linguistischer Ausdruck  
is subclass of
[tree]
Wesen
is subclass of
  körperlicher Gegenstand  
is subclass of
  Gegenstand  
is subclass of
  selbstverbundener Gegenstand  
is subclass of
  korpuskularer Gegenstand  
is subclass of
  Kunstprodukt  
is subclass of

is subclass of
  Text  

Subclass(es)

Film  Satz  Buch  Zusammenfassung  Artikel  Bescheinigung 

Coordinate term(s)

Kunststück  Kleidung  Gerät  Stoff  Sprache  Morphem  Phrase  Produkt  feststehendes Kunstprodukt  Wort 

Constrains relations

ReiheBandeFn  schreibt  herausgeber  veröffentlicht 

Related WordNet synsets

document
anything serving as a representation of a person's thinking by means of symbolic marks
document is kind of (all)...   document is kind of...  
text, textual matter
the words of something written; "there were more than a thousand words of text"; "they handed out the printed text of the mayor's speech"; "he wants to reconstruct the original text"
text is kind of (all)...   text is kind of...   kinds of text...   kinds of text (all)...   text is part of...   parts of text...  
textual
of or relating to or based on a text; "textual analysis"
textual pertains to noun...  
See more related synsets on a separate page.

Axioms (6)

Wenn read ist ein fall von Lesen , dann es gibt ein Text text,prop der text enthält Informationen über prop und read drükt den Inhalt von prop aus.
(=>
      (instance ?READ Reading)
      (exists
            (?TEXT ?PROP)
            (and
                  (instance ?TEXT Text)
                  (containsInformation ?TEXT ?PROP)
                  (realization ?READ ?PROP))))

Wenn pub ist ein fall von Publikation und text ist ein patient von pub , dann text ist eine teilkategorie von Text.
(=>
      (and
            (instance ?PUB Publication)
            (patient ?PUB ?TEXT))
      (subclass ?TEXT Text))

Wenn text ist ein fall von Text , dann es gibt ein Proposition prop der text enthält Informationen über prop.
(=>
      (instance ?TEXT Text)
      (exists
            (?PROP)
            (and
                  (instance ?PROP Proposition)
                  (containsInformation ?TEXT ?PROP))))

Wenn text ist ein fall von Text , dann es gibt ein Satz part der part ist ein teil von text .
(=>
      (instance ?TEXT Text)
      (exists
            (?PART)
            (and
                  (part ?PART ?TEXT)
                  (instance ?PART Sentence))))

Wenn text ist ein fall von Text , dann es gibt ein Schreiben write der text ist ein resultat von write .
(=>
      (instance ?TEXT Text)
      (exists
            (?WRITE)
            (and
                  (instance ?WRITE Writing)
                  (result ?WRITE ?TEXT))))

Wenn text ist ein fall von Zusammenfassung , dann es gibt ein Text text2 der text2 fasst das Inhalt von text zusammen.
(=>
      (instance ?TEXT Summary)
      (exists
            (?TEXT2)
            (and
                  (instance ?TEXT2 Text)
                  (subsumesContentInstance ?TEXT2 ?TEXT))))