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 / OBJECTSSuperclass(es)
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
- 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"
- textual
- of or relating to or based on a text; "textual analysis"
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))))