(=>
(and
(instance ?TEXT ?CLASS)
(subclass ?CLASS FactualText)
(authors ?AGENT ?CLASS)
(containsFormula ?TEXT ?CONTENT))
(believes ?AGENT ?CONTENT)) |
Merge.kif 15682-15688 |
If X is an instance of Y, Y is a subclass of factual text, Z is the author of Y, and X contains the formula W, then Z believes W |
(=>
(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 |
(=>
(authors ?AGENT ?TEXTCLASS)
(exists (?PROCESS ?INSTANCE)
(and
(agent ?PROCESS ?AGENT)
(instance ?INSTANCE ?TEXTCLASS)
(result ?PROCESS ?INSTANCE)))) |
Merge.kif 15752-15758 |
If X is the author of Y, then there exist Z, W such that X is an agent of Z, W is an instance of Y, and W is a result of Z |
(=>
(and
(subclass ?PLATFORM PartyPlatform)
(authors ?PARTY ?PLATFORM)
(instance ?PARTY Organization))
(instance ?PARTY PoliticalParty)) |
Government.kif 2294-2299 |
If X is a subclass of party platform, Y is the author of X, and Y is an instance of organization, then Y is an instance of political party |
(=>
(and
(subclass ?PLATFORM PartyPlatform)
(authors ?PARTY ?PLATFORM)
(instance ?PARTY PoliticalParty)
(instance ?INST ?PLATFORM)
(containsFormula ?INST ?P))
(believes ?PARTY ?P)) |
Government.kif 2301-2308 |
If X is a subclass of party platform, Y is the author of X, Y is an instance of political party, Z is an instance of X, and Z contains the formula W, then Y believes W |
(=>
(and
(subclass ?PUB JointPublication)
(instance ?ONE ?PUB)
(containsFormula ?ONE ?CONTENT)
(authors ?JORG ?PUB))
(exists (?ORG)
(and
(subOrganization ?ORG USMilitary)
(confersObligation ?ORG ?JORG ?CONTENT)))) |
MilitaryProcesses.kif 962-971 |
If X is a subclass of joint publication, Y is an instance of X, Y contains the formula Z, and W is the author of X, then there exists V such that V is a part of the organization US military and W obligates Z to perform task of the type V |