(=>
(authors ?AGENT ?TEXTCLASS)
(exists (?PROCESS ?INSTANCE)
(and
(agent ?PROCESS ?AGENT)
(instance ?INSTANCE ?TEXTCLASS)
(result ?PROCESS ?INSTANCE)))) |
Merge.kif 15603-15609 |
|
(=>
(composer ?A ?M)
(exists (?C)
(and
(instance ?C Creation)
(agent ?C ?A)
(result ?C ?M)))) |
Music.kif 148-154 |
|
(=>
(constructionPeriod ?OBJECT ?INTERVAL)
(holdsDuring ?INTERVAL
(exists (?CONSTRUCTING)
(and
(instance ?CONSTRUCTING Constructing)
(result ?CONSTRUCTING ?OBJECT))))) |
Mid-level-ontology.kif 22425-22431 |
|
(=>
(contestEntry ?ENT ?AGENT ?CONT)
(exists (?P ?J)
(and
(instance ?P IntentionalProcess)
(agent ?P ?AGENT)
(result ?P ?ENT)
(instance ?J Judging)
(patient ?J ?ENT)))) |
Music.kif 1086-1094 |
|
(=>
(contestObject ?CONTEST ?OBJ ?AGENT)
(and
(contestParticipant ?CONTEST ?AGENT)
(exists (?MAKE ?JUDGE ?PROC ?AFTR)
(and
(instance ?MAKE Making)
(result ?MAKE ?OBJ)
(agent ?MAKE ?AGENT)
(instance ?PROC Judging)
(agent ?PROC ?JUDGE)
(patient ?PROC ?OBJ)
(result ?PROC
(subjectiveAttribute ?OBJ ?AFTR ?JUDGE))
(subProcess ?PROC ?CONTEST))))) |
Dining.kif 883-896 |
|
(=>
(contractor ?BUILDING ?CONTRACTOR)
(exists (?CONTRACT ?AGENT)
(and
(property ?CONTRACT Contract)
(partyToAgreement ?AGENT ?CONTRACT)
(partyToAgreement ?CONTRACTOR ?CONTRACT)
(confersObligation
(exists (?CONSTRUCT ?BUILDING2)
(and
(instance ?CONSTRUCT Constructing)
(agent ?CONSTRUCT ?CONTRACTOR)
(result ?CONSTRUCT ?BUILDING2)
(instance ?BUILDING2 StationaryArtifact))) ?AGENT ?CONTRACTOR)))) |
Mid-level-ontology.kif 22440-22453 |
|
(=>
(creator ?AGENT ?ENTITY)
(exists (?CREATION)
(and
(instance ?CREATION Creation)
(agent ?CREATION ?AGENT)
(result ?CREATION ?ENTITY)))) |
Mid-level-ontology.kif 15089-15095 |
|
(=>
(directed ?DIRECTOR ?MOVIE)
(exists (?FILMMAKING ?FILMCREW)
(and
(instance ?FILMMAKING FilmMaking)
(instance ?FILMCREW Organization)
(leader ?FILMCREW ?DIRECTOR)
(agent ?FILMMAKING ?FILMCREW)
(result ?FILMMAKING ?MOVIE)))) |
Mid-level-ontology.kif 22341-22349 |
|
(=>
(engineers ?AGENT ?OBJECT)
(exists (?ENGINEERING)
(and
(instance ?ENGINEERING EngineersProcess)
(agent ?ENGINEERING ?AGENT)
(result ?ENGINEERING ?OBJECT)))) |
engineering.kif 1522-1528 |
|
(=>
(equal
(MeasureFn
(PerFn
(MeasureFn ?F KilogramForce)
(MeasureFn ?A SquareMillimeter)) VickersPyramidNumber)
(VickersHardnessFn ?CLASS))
(modalAttribute
(exists (?SUB ?P ?D ?H ?S)
(and
(instance ?SUB ?CLASS)
(instance ?P Pushing)
(destination ?P ?SUB)
(instance ?D Diamond)
(shape ?D SquarePyramid)
(patient ?P ?D)
(result ?P ?H)
(instance ?H HoleRegion)
(part ?H ?SUB)
(surface ?S ?H)
(totalArea ?S
(MeasureFn ?A SquareMillimeter))
(measure ?P
(MeasureFn ?F KilogramForce)))) Likely)) |
Mid-level-ontology.kif 10473-10494 |
|
(=>
(equal
(MeasureFn ?X PoundForce)
(JankaHardnessFn ?CLASS))
(modalAttribute
(exists (?T ?W ?P ?B ?H ?S)
(and
(instance ?T ?CLASS)
(part ?W ?T)
(instance ?W Wood)
(instance ?P Pushing)
(destination ?P ?W)
(instance ?B Ball)
(material ?B Steel)
(patient ?P ?B)
(sphereRadius ?B
(MeasureFn 5.64 Millimeter))
(result ?P ?H)
(instance ?H HoleRegion)
(part ?H ?W)
(surface ?S ?W)
(distance ?S ?H
(MeasureFn 5.64 Millimeter))
(measure ?P
(MeasureFn ?X PoundForce)))) Likely)) |
Mid-level-ontology.kif 10397-10420 |
- If a real number pound force(s) is equal to The Janka Hardness of a kind of botanical tree is,
- then the statement there exist an entity, another entity,, , a third entity,, , a fourth entity,, , a fifth entity and a sixth entity such that the entity is an instance of a kind of botanical tree and the other entity is a part of the entity and the other entity is an instance of wood and the third entity is an instance of pushing and the third entity ends up at the other entity and the fourth entity is an instance of ball and steel is made of the fourth entity and the fourth entity is a patient of the third entity and the radius of the fourth entity is 5.64 millimeter(s) and the fifth entity is a result of the third entity and the fifth entity is an instance of hole and the fifth entity is a part of the other entity and the sixth entity is a surface of the other entity and the distance between the sixth entity and the fifth entity is 5.64 millimeter(s) and the measure of the third entity is the real number pound force(s) has the modal force of likely
|
(=>
(equal ?GNP
(GrossNationalProductFn ?GPA ?Y))
(exists (?PRODANDSERV)
(and
(instance ?PRODANDSERV Collection)
(monetaryValue ?PRODANDSERV ?GNP)
(=>
(and
(instance ?M Manufacture)
(result ?M ?PRODUCT)
(agent ?M ?MAKER)
(member ?MAKER
(CitizenryFn ?GPA))
(finishesDuring
(WhenFn ?M) ?Y))
(member ?PRODUCT ?PRODANDSERV))
(=>
(and
(instance ?SERVICE Process)
(attribute ?SERVICE ServiceInEconomics)
(agent ?SERVICE ?PROVIDER)
(member ?PROVIDER
(CitizenryFn ?GPA))
(finishesDuring
(WhenFn ?SERVICE) ?Y))
(member ?SERVICE ?PRODANDSERV))))) |
Economy.kif 1031-1052 |
|
(=>
(equal ?S
(RemixFn ?M ?A))
(exists (?P)
(and
(instance ?P IntentionalProcess)
(patient ?P ?M)
(agent ?P ?A)
(result ?P ?S)
(not
(equal ?S ?M))
(not
(copy ?S ?M))))) |
Music.kif 891-900 |
|
(=>
(finalExperimentReport ?CBP ?EXPERIMENT)
(exists (?RESULT)
(and
(result ?EXPERIMENT ?RESULT)
(containsInformation ?CBP ?RESULT)))) |
UXExperimentalTerms.kif 2702-2707 |
|
(=>
(fulfillingEntity ?ENTITY ?RESERVE)
(exists (?P)
(and
(instance ?P Reserving)
(destination ?P ?ENTITY)
(result ?P ?RESERVE)))) |
Dining.kif 689-695 |
|
(=>
(hasExpertise ?H Architecture)
(exists (?D ?P ?B)
(and
(instance ?D ContentDevelopment)
(agent ?D ?H)
(result ?D ?P)
(instance ?P Blueprint)
(represents ?P ?B)
(instance ?B Building)))) |
Mid-level-ontology.kif 22800-22809 |
|
(=>
(ingredient ?ING ?S)
(exists (?PROC ?X ?Y)
(and
(instance ?PROC Process)
(instance ?X ?ING)
(patient ?PROC ?X)
(instance ?Y ?S)
(result ?PROC ?Y)))) |
Merge.kif 1211-1219 |
|
(=>
(ingredientAmount ?ING ?FOOD ?AMT)
(exists (?PROC ?X ?Y)
(and
(instance ?X ?ING)
(measure ?X ?AMT)
(instance ?Y ?FOOD)
(instance ?PROC Process)
(patient ?PROC ?X)
(result ?PROC ?Y)))) |
Food.kif 1666-1675 |
|
(=>
(instance ?A Americano)
(exists (?P ?W ?E)
(and
(instance ?P Pouring)
(patient ?P ?W)
(instance ?W DrinkingWater)
(measure ?W
(MeasureFn 90 CelsiusDegree))
(destination ?P ?E)
(instance ?E Espresso)
(result ?P ?A)))) |
Food.kif 1311-1321 |
|
(=>
(instance ?A Announcement)
(exists (?CD ?I)
(and
(instance ?CD ContentDevelopment)
(result ?CD ?A)
(refers ?A ?I)
(instance ?I SocialInteraction)
(earlier
(WhenFn ?CD)
(WhenFn ?I))))) |
Mid-level-ontology.kif 15894-15904 |
|
(=>
(instance ?AC AlarmClock)
(hasPurpose ?AC
(exists (?TIME ?M ?Q)
(and
(instance ?M Measuring)
(agent ?M ?AC)
(result ?M ?Q)
(equal ?Q ?TIME)
(holdsDuring
(WhenFn ?M)
(exists (?S)
(and
(instance ?S RadiatingSound)
(agent ?S ?AC)))))))) |
Mid-level-ontology.kif 27194-27208 |
|
(=>
(instance ?ACT Fax)
(exists (?MSG)
(and
(instance ?MSG FaxMessage)
(result ?ACT ?MSG)))) |
Media.kif 1017-1022 |
|
(=>
(instance ?ACTION Creation)
(exists (?RESULT)
(result ?ACTION ?RESULT))) |
Merge.kif 12929-12932 |
|
(=>
(instance ?AGENT ChemicalAgent)
(not
(exists (?ORGANISM ?PROCESS ?SUBSTANCE)
(and
(instance ?ORGANISM Organism)
(instance ?PROCESS BiologicalProcess)
(instrument ?PROCESS ?ORGANISM)
(result ?PROCESS ?SUBSTANCE)
(copy ?SUBSTANCE ?AGENT))))) |
WMD.kif 464-473 |
|
(=>
(instance ?ARTIFACT Artifact)
(exists (?MAKING)
(and
(instance ?MAKING Making)
(result ?MAKING ?ARTIFACT)))) |
Merge.kif 15820-15825 |
|
|
Display limited to 25 items. Show next 25 |
|
Display limited to 25 items. Show next 25 |