![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
PositiveInteger
|
|
|
| appearance as argument number 1 |
|
|
| (subclass FictionalText Text) | Merge.kif 15690-15690 | Fictional text is a subclass of text |
| (subclass FictionalText NarrativeText) | Merge.kif 15693-15693 | Fictional text is a subclass of narrative text |
| (documentation FictionalText EnglishLanguage "The class of Texts that purport to be largely a product of the author's imagination, i.e. the author does not believe that most of the content conveyed by the text is an accurate depiction of the real world. Note that something can be an instance of FictionalText, even if it is completely true. Whether something is a FictionalText is determined by the beliefs of the agent creating the text.") | Merge.kif 15697-15703 | Fictional text is a subclass of narrative text |
| (externalImage FictionalText "http://upload.wikimedia.org/wikipedia/commons/ b/ ba/ Alice_par_John_Tenniel_30.png") | pictureList.kif 2674-2674 | Fictional text is a subclass of narrative text |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (and (instance ?TEXT ?CLASS) (subclass ?CLASS FictionalText) (authors ?AGENT ?CLASS)) (exists (?FORM) (and (containsFormula ?TEXT ?FORM) (not (believes ?AGENT ?FORM))))) |
Merge.kif 15718-15727 | If X is an instance of Y, Y is a subclass of fictional text, and Z is the author of Y, then there exists W such that X contains the formula W and Z doesn't believe W |
| consequent |
|
|
| (=> (and (instance ?CAST DramaticCast) (member ?MEMBER ?CAST)) (exists (?TEXT ?PROP ?PROC ?SUB) (and (instance ?TEXT FictionalText) (containsInformation ?TEXT ?PROP) (realization ?PROC ?PROP) (instance ?SUB DramaticActing) (agent ?SUB ?MEMBER) (subProcess ?SUB ?PROC)))) |
Mid-level-ontology.kif 17578-17589 | If X is an instance of dramatic cast and Y is a member of X, then All of the following hold: (1) there exist Z, W,, , V (2) U such that Z is an instance of fictional text (3) Z contains information W (4) V expresses the content of W (5) U is an instance of dramatic acting (6) Y is an agent of U (7) U is a subprocess of V |