(<=>
(customer ?AGENT1 ?AGENT2)
(exists (?SERVICE)
(and
(instance ?SERVICE FinancialTransaction)
(agent ?SERVICE ?AGENT2)
(destination ?SERVICE ?AGENT1)))) |
Mid-level-ontology.kif 7396-7402 |
A cognitive agent is a customer of another cognitive agent if and only if there exists a process such that the process is an instance of financial transaction and the cognitive agent is an agent of the process and the process ends up at the other cognitive agent |
(<=>
(instance ?Feedback Feedback)
(exists (?RM ?Process ?Program)
(and
(rMProgramOf ?RM ?Program)
(programRunning ?Process ?Program)
(instance ?Send DataTransfer)
(patient ?Send ?Feedback)
(destination ?Send ?RM)))) |
QoSontology.kif 674-682 |
An entity is an instance of feedback if and only if there exist a resource management program, a computer process and a software system such that the software system is a rM program-of of the resource management program and the software system is a program running of the computer process and a process is an instance of data transfer and the entity is a patient of the process and the process ends up at the resource management program |
(=>
(almaMater ?PERSON ?SCHOOL)
(exists (?EV)
(and
(instance ?EV EducationalProcess)
(destination ?EV ?PERSON)
(eventLocated ?EV ?SCHOOL)
(holdsDuring
(WhenFn ?EV)
(attribute ?PERSON Student))))) |
Mid-level-ontology.kif 16271-16280 |
|
(=>
(and
(agent ?Purchase ?Buyer)
(origin ?Purchase ?Seller)
(patient ?Purchase ?Object)
(monetaryValue ?Object ?Money))
(exists (?Payment)
(and
(subProcess ?Payment ?Purchase)
(instance ?Payment Payment)
(transactionAmount ?Payment ?Money)
(origin ?Payment ?Buyer)
(destination ?Payment ?Seller)))) |
FinancialOntology.kif 487-499 |
|
(=>
(and
(attribute ?M DemoRecording)
(instance ?M Recording))
(hasPurpose ?M
(exists (?D ?G ?MUSIC)
(and
(instance ?D Demonstrating)
(record ?M ?MUSIC)
(patient ?D ?MUSIC)
(destination ?D ?G)
(instance ?G GroupOfPeople))))) |
Music.kif 406-417 |
|
(=>
(and
(attribute ?X Waiter)
(instance ?X Human)
(employs ?REST ?X)
(instance ?REST Restaurant)
(customer ?CUST ?REST)
(located ?CUST ?TABLE)
(instance ?TABLE Table))
(and
(possesses ?REST ?KITCHEN)
(instance ?KITCHEN KitchenArea)
(instance ?DINING DiningArea)
(located ?TABLE ?DINING)
(hasPurpose ?X
(and
(instance ?C Carrying)
(agent ?C ?X)
(origin ?C ?KITCHEN)
(destination ?C ?TABLE)
(patient ?C ?FOOD)
(instance ?FOOD
(FoodForFn Human)))))) |
Mid-level-ontology.kif 19919-19940 |
|
(=>
(and
(capability ValetParking agent ?AGENT)
(customer ?CUST ?AGENT)
(located ?AGENT ?LOC)
(instance ?D Arriving)
(agent ?D ?CUST)
(patient ?D ?VEHICLE)
(destination ?D ?LOC))
(and
(occupiesPosition ?VALET Valet ?AGENT)
(modalAttribute
(exists (?VP)
(and
(instance ?VP ValetParking)
(agent ?VP ?VALET)
(patient ?VP ?VEHICLE)
(destination ?VP ?PARK)
(instance ?PARK ParkingRegion))) Possibility))) |
TransportDetail.kif 153-171 |
|
(=>
(and
(connectedPeripheral ?COD ?C)
(instance ?COD ComputerOutputDevice))
(capability ?COD destination DataTransfer)) |
ComputingBrands.kif 3510-3514 |
|
(=>
(and
(customer ?CUST ?AGENT)
(corkageFee ?AMT ?ITEM ?AGENT)
(instance ?X ?ITEM)
(not
(exists (?B)
(and
(instance ?B Buying)
(patient ?B ?X)
(destination ?B ?CUST)
(origin ?B ?AGENT))))
(instance ?D Drinking)
(agent ?D ?CUST)
(resource ?D ?X))
(exists (?C)
(and
(instance ?C Corkage)
(agent ?C ?CUST)
(refers ?C ?X)
(destination ?C ?AGENT)))) |
Dining.kif 130-150 |
|
(=>
(and
(customer ?CUST ?AGENT)
(employs ?AGENT ?X)
(attribute ?AGENT TravelerAccommodation)
(attribute ?X Porter)
(possesses ?CUST ?LUGGAGE)
(instance ?LUGGAGE TravelContainer))
(exists (?ROOM ?CARRY)
(and
(instance ?ROOM HotelUnit)
(instance ?CARRY Carrying)
(agent ?CARRY ?X)
(or
(destination ?CARRY ?ROOM)
(origin ?CARRY ?ROOM))))) |
Hotel.kif 2365-2380 |
|
(=>
(and
(engineeringSubcomponent ?DEVICE1 Internet)
(engineeringSubcomponent ?DEVICE2 Internet)
(not
(equal ?DEVICE1 ?DEVICE2)))
(hasPurpose Internet
(exists (?COMM)
(and
(instance ?COMM Communication)
(agent ?COMM ?DEVICE1)
(destination ?COMM ?DEVICE2)
(instrument ?COMM Internet))))) |
Hotel.kif 1325-1336 |
|
(=>
(and
(holdsDuring ?T
(measure ?C ?S))
(engineIdleSpeed ?E ?S)
(instance ?A Automobile)
(part ?E ?A)
(part ?C ?E))
(modalAttribute
(not
(exists (?P ?GP)
(and
(during ?P ?T)
(instance ?P Pushing)
(destination ?P ?GP)
(part ?GP ?A)))) Likely)) |
Cars.kif 2567-2583 |
|
(=>
(and
(holdsDuring ?T1
(and
(attribute ?P Expellee)
(citizen ?P ?HOME-NATION)))
(instance ?T1 TimeInterval))
(exists (?TRANS ?NATION)
(and
(instance ?NATION Nation)
(not
(equal ?NATION ?HOME-NATION))
(instance ?TRANS Translocation)
(origin ?TRANS ?NATION)
(patient ?TRANS ?P)
(destination ?TRANS ?HOME-NATION)
(temporalPart ?T1
(WhenFn ?TRANS))))) |
MilitaryPersons.kif 151-167 |
|
(=>
(and
(instance ?ARTERY PulmonaryArtery)
(instance ?TRANSFER Transfer)
(patient ?TRANSFER ?BLOOD)
(instrument ?TRANSFER ?ARTERY)
(instance ?BLOOD Blood))
(exists (?LUNG)
(and
(instance ?LUNG Lung)
(destination ?TRANSFER ?LUNG)))) |
Mid-level-ontology.kif 10643-10653 |
|
(=>
(and
(instance ?AUCTIONING Auctioning)
(instance ?BIDDER1 Agent)
(instance ?BIDDER2 Agent)
(instance ?ITEM Object)
(instance ?U UnitOfCurrency)
(patient ?AUCTIONING ?ITEM)
(bidPrice ?ITEM
(MeasureFn ?OFFER1 ?U) ?BIDDER1)
(bidPrice ?ITEM
(MeasureFn ?OFFER2 ?U) ?BIDDER2)
(greaterThan ?OFFER1 ?OFFER2))
(destination ?AUCTIONING ?BIDDER1)) |
UXExperimentalTerms.kif 437-448 |
|
(=>
(and
(instance ?BORROW Borrowing)
(agent ?BORROW ?AGENT1)
(origin ?BORROW ?AGENT2)
(patient ?BORROW ?OBJECT))
(exists (?LEND)
(and
(instance ?LEND Lending)
(agent ?LEND ?AGENT2)
(destination ?LEND ?AGENT1)
(patient ?LEND ?OBJECT)))) |
Merge.kif 11564-11575 |
|
(=>
(and
(instance ?BUY Buying)
(agent ?BUY ?AGENT))
(destination ?BUY ?AGENT)) |
Merge.kif 11728-11732 |
|
(=>
(and
(instance ?BUY Buying)
(agent ?BUY ?AGENT1)
(origin ?BUY ?AGENT2)
(patient ?BUY ?OBJECT))
(exists (?SELL)
(and
(instance ?SELL Selling)
(agent ?SELL ?AGENT2)
(destination ?SELL ?AGENT1)
(patient ?SELL ?OBJECT)))) |
Merge.kif 11751-11762 |
|
(=>
(and
(instance ?C Convoy)
(member ?X1 ?C)
(member ?X2 ?C)
(not
(equal ?X1 ?X2)))
(exists (?P1 ?P2 ?D)
(and
(instance ?P1 Transportation)
(instance ?P2 Transportation)
(agent ?P1 ?X1)
(agent ?P2 ?X2)
(destination ?P1 ?D)
(destination ?P2 ?D)))) |
Military.kif 108-122 |
|
(=>
(and
(instance ?DRIVING Driving)
(subProcess ?TRANSPORT ?DRIVING)
(instance ?TRANSPORT Transportation)
(destination ?DRIVING ?DEST))
(destination ?TRANSPORT ?DEST)) |
Mid-level-ontology.kif 23006-23012 |
|
(=>
(and
(instance ?DUSTSTORM DustStorm)
(instance ?WIND Wind)
(subProcess ?DUSTSTORM ?WIND))
(exists (?TRANSLOCATE ?PM ?SAND ?A1 ?A2 ?STRONG)
(and
(instance ?A1 LandArea)
(eventLocated ?WIND ?A1)
(surfaceWindSpeed ?A1
(MeasureFn ?STRONG KnotUnitOfSpeed))
(greaterThan ?STRONG 30.0)
(instance ?TRANSLOCATE Translocation)
(subProcess ?TRANSLOCATE ?DUSTSTORM)
(objectTransferred ?TRANSLOCATE ?PM)
(objectTransferred ?TRANSLOCATE ?SAND)
(instance ?PM ParticulateMatter)
(instance ?SAND Sand)
(instance ?A2 LandArea)
(destination ?TRANSLOCATE ?A2)
(not
(overlapsSpatially ?A1 ?A2))))) |
Weather.kif 1274-1295 |
- If a process is an instance of dust storm and another process is an instance of wind and the process is a subprocess of the other process,
- then there exist a transfer, an object,, , another object,, , a third object,, , an entity and a real number such that the third object is an instance of land area and the other process is located at 2 and the real number knot unit of speed(s) is a surface wind speed of the third object and the real number is greater than 30.0 and the transfer is an instance of translocation and the transfer is a subprocess of the process and the object transferred in the transfer is the object and the object transferred in the transfer is the other object and the object is an instance of PM and the other object is an instance of sand and the entity is an instance of land area and the transfer ends up at the entity and the third object and the entity is not overlapsSpatially
|
(=>
(and
(instance ?Depositing DepositingACheck)
(patient ?Depositing ?Check)
(instance ?Check Check)
(checkAccount ?Check ?Account)
(monetaryValue ?Check ?Amount))
(exists (?Deposit)
(and
(instance ?Deposit Deposit)
(destination ?Deposit
(CurrencyFn ?Account))
(transactionAmount ?Deposit ?Amount)))) |
FinancialOntology.kif 340-351 |
|
(=>
(and
(instance ?E Edema)
(experiencer ?E ?A))
(exists (?T ?P ?L)
(and
(instance ?T Transfer)
(instance ?L Liquid)
(instance ?P BodyPart)
(part ?P ?A)
(destination ?T ?P)
(moves ?T ?L)
(subProcess ?T ?E)))) |
Mid-level-ontology.kif 9532-9544 |
|
(=>
(and
(instance ?EV Evacuation)
(origin ?EV ?O)
(agent ?EV ?A))
(exists (?T ?TA)
(and
(instance ?T Transportation)
(destination ?T ?O)
(or
(subOrganization ?TA ?A)
(member ?TA ?A)
(equal ?TA ?A))
(or
(agent ?T ?TA)
(patient ?T ?TA))))) |
MilitaryProcesses.kif 2553-2568 |
|
(=>
(and
(instance ?EV Evacuation)
(origin ?EV ?OR)
(destination ?EV ?D))
(exists (?L)
(and
(instance ?L Translocation)
(subProcess ?L ?EV)
(destination ?L ?D)
(origin ?L ?OR)))) |
MilitaryProcesses.kif 2500-2510 |
|
|
Display limited to 25 items. Show next 25 |
|
Display limited to 25 items. Show next 25 |