Term Intersection
: Welcome guest :
log in
[
Home
| 
Graph
|  ]
KB:
SUMO
Language:
ChineseLanguage
ChinesePinyinWriting
ChineseSimplifiedWriting
ChineseTraditionalLanguage
EnglishLanguage
FrenchLanguage
GermanLanguage
JapaneseLanguage
SpanishLanguage
SwedishLanguage
Formal Language:
OWL
SUO-KIF
TPTP
traditionalLogic
Term 1:
Term 2:
(=>
(
and
(
subclass
?OBJECTTYPE
Substance
)
(
instance
?OBJECT ?OBJECTTYPE)
(
piece
?PART ?OBJECT))
(
instance
?PART ?OBJECTTYPE))
Merge.kif 1005-1010
subclass
Class
and
Substance
instance
Substance
and
Class
piece
Substance
and
Substance
instance
Substance
and
Class
(=>
(
and
(
subclass
?PROGRAM
NewsProgram
)
(
equal
?EPISODE
(
SeriesVolumeFn
?PROGRAM ?NUMBER)))
(
exists
(?DISSEMINATE)
(
and
(
instance
?DISSEMINATE
Disseminating
)
(
patient
?DISSEMINATE ?EPISODE))))
Mid-level-ontology.kif 14070-14077
subclass
Series
and
NewsProgram
equal
Text
and
SeriesVolumeFn
Series
and
PositiveInteger
Process
instance
Process
and
Disseminating
patient
Process
and
Text
(=>
(
and
(
holdsDuring
?YEAR
(
annualExportTotal
?AREA ?AMOUNT))
(
instance
?YEAR ?PERIOD)
(
or
(
subclass
?PERIOD
Year
)
(
subclass
?PERIOD
(
FiscalYearFn
?AREA))))
(
exportTotalInPeriod
?AREA ?AMOUNT ?PERIOD))
Economy.kif 2299-2306
holdsDuring
TimePosition
and
annualExportTotal
GeopoliticalArea
and
CurrencyMeasure
instance
TimePosition
and
TimeInterval
subclass
TimeInterval
and
Year
subclass
TimeInterval
and
FiscalYearFn
GeopoliticalArea
exportTotalInPeriod
GeopoliticalArea
,
CurrencyMeasure
and
TimeInterval
(=>
(
and
(
offers
?AGENT ?CATALOG)
(
catalogItem
?PROP ?CATALOG)
(
subclass
?PROP
Proposition
))
(
modalAttribute
(
exists
(?S ?X)
(
and
(
realization
?X ?PROP)
(
instance
?S
Selling
)
(
patient
?S ?X)
(
agent
?S ?AGENT)))
Possibility
))
Catalog.kif 64-75
offers
Agent
and
Catalog
catalogItem
Entity
and
Catalog
subclass
Entity
and
Proposition
modalAttribute
entity
entity
realization
entity
and
Entity
instance
entity
and
Selling
patient
entity
and
entity
agent
entity
and
Agent
and
Possibility
(=>
(
and
(
instance
?TEXT ?CLASS)
(
subclass
?CLASS
FactualText
)
(
authors
?AGENT ?CLASS)
(
subsumesContentInstance
?TEXT ?CONTENT)
(
instance
?CONTENT
Formula
))
(
believes
?AGENT ?CONTENT))
Merge.kif 15118-15125
instance
ContentBearingPhysical
and
ContentBearingObject
subclass
ContentBearingObject
and
FactualText
authors
CognitiveAgent
and
ContentBearingObject
subsumesContentInstance
ContentBearingPhysical
and
Formula
instance
Formula
and
Formula
believes
CognitiveAgent
and
Formula
(=>
(
and
(
defaultMinimumMeasure
?OBJECT
(
MeasureFn
?Q ?UNIT1))
(
subclass
?UNITCLASS
NonCompositeUnitOfMeasure
)
(
instance
?UNIT1 ?UNITCLASS))
(
modalAttribute
(
exists
(?INST ?QUANTITY ?UNIT2)
(
and
(
instance
?INST ?OBJECT)
(
measure
?INST
(
MeasureFn
?QUANTITY ?UNIT2))
(
instance
?UNIT2 ?UNITCLASS)
(
lessThan
?QUANTITY ?Q)))
Unlikely
))
Mid-level-ontology.kif 12982-12993
defaultMinimumMeasure
Object
and
MeasureFn
RealNumber
and
UnitOfMeasure
subclass
Class
and
NonCompositeUnitOfMeasure
instance
UnitOfMeasure
and
Class
modalAttribute
entity
RealNumber
UANTITY and
entity
instance
entity
and
Object
measure
entity
and
MeasureFn
RealNumber
UANTITY and
entity
instance
entity
and
Class
lessThan
RealNumber
UANTITY and
RealNumber
and
Unlikely
(=>
(
instance
?PE
ProtectiveEyewear
)
(
hasPurpose
?PE
(=>
(
and
(
instance
?PERSON
Human
)
(
wears
?PERSON ?PE))
(
exists
(?PROTECT ?EYE ?INJ)
(
and
(
instance
?PROTECT
Process
)
(
instrument
?PROTECT ?PE)
(
subclass
?INJ
(
KappaFn
?I
(
exists
(?HUMAN)
(
and
(
instance
?I
Injuring
)
(
instance
?EYE
Eye
)
(
instance
?HUMAN
Human
)
(
properPart
?EYE ?HUMAN)
(
patient
?I ?EYE)
(=>
(
holdsDuring
?T
(
patient
?I ?PERSON))
(
not
(
holdsDuring
?T
(
patient
?PROTECT ?PERSON))))))))
(
prevents
?PROTECT ?INJ))))))
Cars.kif 3485-3511
instance
Physical
and
ProtectiveEyewear
hasPurpose
Physical
and
instance
Physical
RSON and
Human
Physical
RSON は % を
wear
s %n{ない}
entity
entity
and
entity
instance
entity
and
Process
instrument
entity
and
Physical
subclass
entity
and
KappaFn
entity
and
entity
instance
entity
and
Injuring
instance
entity
and
Eye
instance
entity
and
Human
properPart
entity
and
entity
patient
entity
and
entity
holdsDuring
entity
and
patient
entity
and
Physical
RSON
holdsDuring
entity
and
patient
entity
and
Physical
RSON
prevents
entity
and
entity
(=>
(
and
(
freeRoomAmenity
?ROOM ?OBJ)
(
subclass
?OBJ
Object
)
(
instance
?R ?ROOM)
(
stays
?GUEST ?R)
(
element
?R
(
PropertyFn
?HOTEL))
(
instance
?O ?OBJ)
(
located
?O ?R)
(
instance
?P
Process
)
(
agent
?P ?GUEST)
(
or
(
patient
?P ?O)
(
instrument
?P ?O)
(
resource
?P ?O)))
(
price
?P
(
MeasureFn
0
UnitedStatesDollar
) ?HOTEL))
Hotel.kif 334-349
freeRoomAmenity
HotelUnit
and
Class
subclass
Class
and
Object
instance
TemporaryResidence
and
HotelUnit
stays
Human
and
TemporaryResidence
element
TemporaryResidence
and
PropertyFn
Agent
instance
Object
and
Class
located
Object
and
TemporaryResidence
instance
Process
and
Process
agent
Process
and
Human
patient
Process
and
Object
instrument
Process
and
Object
resource
Process
and
Object
price
Process
,
MeasureFn
0 and
UnitedStatesDollar
and
Agent
(=>
(
and
(
instance
?REL
EconomicRelation
)
(
domain
?REL 1 ?CLASS))
(
subclass
?CLASS
GeopoliticalArea
))
Mid-level-ontology.kif 16324-16328
instance
Relation
and
EconomicRelation
domain
Relation
, 1 and
Class
subclass
Class
and
GeopoliticalArea
(=>
(
and
(
instance
?AREA ?TYPE)
(
subclass
?TYPE
ClimateZone
))
(
climateTypeInArea
?AREA ?TYPE))
Geography.kif 1269-1273
instance
GeographicArea
and
ClimateZone
subclass
ClimateZone
and
ClimateZone
climateTypeInArea
GeographicArea
and
ClimateZone
(=>
(
and
(
offers
?AGENT ?CATALOG)
(
catalogItem
?CLASS ?CATALOG)
(
subclass
?CLASS
Object
)
(
instance
?PROCESSINST ?PROCESS)
(
subclass
?PROCESS
Process
)
(
instance
?OBJ ?CLASS)
(
patient
?PROCESSINST ?OBJ))
(
capability
?PROCESS
agent
?AGENT))
Catalog.kif 97-106
offers
Agent
and
Catalog
catalogItem
Entity
and
Catalog
subclass
Entity
and
Object
instance
Process
and
Process
subclass
Process
and
Process
instance
Entity
and
Entity
patient
Process
and
Entity
capability
Process
,
agent
and
Agent
(=>
(
instance
?GRAPH
Graph
)
(
subclass
(
MinimalCutSetFn
?GRAPH)
(
CutSetFn
?GRAPH)))
Merge.kif 5991-5993
instance
Graph
and
Graph
subclass
MinimalCutSetFn
Graph
and
CutSetFn
Graph
(=>
(
instance
?C
ElectricalConductor
)
(
exists
(?S)
(
and
(
subclass
?S
ConductorSubstance
)
(
material
?S ?C))))
engineering.kif 824-829
instance
CorpuscularObject
and
ElectricalConductor
Substance
subclass
Substance
and
ConductorSubstance
material
Substance
and
CorpuscularObject
(=>
(
and
(
applicableRelation
?O ?R)
(
instance
?O ?OC)
(
domain
?R 1 ?DC))
(
or
(
equal
?OC ?DC)
(
subclass
?OC ?DC)))
Mid-level-ontology.kif 30754-30761
applicableRelation
Object
and
Relation
instance
Object
and
Object
C
domain
Relation
, 1 and
Class
equal
Object
C and
Class
subclass
Object
C and
Class
(=>
(
and
(
customer
?CUST ?AGENT)
(
propertyAmenity
?AGENT ?PHYS)
(
subclass
?PHYS
Process
))
(
modalAttribute
(
exists
(?S ?LOC)
(
and
(
element
?LOC
(
PropertyFn
?AGENT))
(
agent
?S ?AGENT)
(
patient
?S ?CUST)
(
or
(
instance
?S ?PHYS)
(
and
(
instance
?PROC ?PHY)
(
subProcess
?S ?PROC)))
(
located
?S ?LOC)))
Possibility
))
Hotel.kif 502-518
customer
CognitiveAgent
and
CognitiveAgent
propertyAmenity
CognitiveAgent
and
Physical
subclass
Physical
and
Process
modalAttribute
entity
entity
element
entity
and
PropertyFn
CognitiveAgent
agent
entity
and
CognitiveAgent
patient
entity
and
CognitiveAgent
instance
entity
and
Physical
instance
entity
and
entity
subProcess
entity
and
entity
located
entity
and
entity
and
Possibility
(=>
(
instance
?INDUSTRY
Industry
)
(=>
(
and
(
member
?MEMB1 ?INDUSTRY)
(
member
?MEMB2 ?INDUSTRY))
(
exists
(?CLASS)
(
and
(
subclass
?CLASS
Corporation
)
(
immediateInstance
?MEMB1 ?CLASS)
(
immediateInstance
?MEMB2 ?CLASS)))))
Mid-level-ontology.kif 14458-14468
instance
Collection
and
Industry
member
Physical
and
Collection
member
Physical
and
Collection
Class
subclass
Class
and
Corporation
immediateInstance
Physical
and
Class
immediateInstance
Physical
and
Class
(=>
(
subclass
?C
(
CoveringFn
?B))
(
hasPurpose
?C
(
exists
(?P ?BI ?CI)
(
and
(
instance
?P
Covering
)
(
instance
?BI ?B)
(
instance
?CI ?C)
(
destination
?P ?BI)
(
patient
?P ?CI)))))
Mid-level-ontology.kif 29118-29127
subclass
Physical
and
CoveringFn
BodyPart
hasPurpose
Physical
and
entity
BodyPart
I and
Physical
I
instance
entity
and
Covering
instance
BodyPart
I and
BodyPart
instance
Physical
I and
Physical
destination
entity
and
BodyPart
I
patient
entity
and
Physical
I
(=>
(
and
(
subclass
?TYPE
Process
)
(
instance
?EVENT ?TYPE)
(
eventLocated
?EVENT ?REGION)
(
instance
?ROLE
CaseRole
)
(
instance
?OBJECT
Object
)
(
instance
?REGION
GeographicArea
)
(?ROLE ?EVENT ?OBJECT))
(
capableAtLocation
?TYPE ?ROLE ?OBJECT ?REGION))
Transportation.kif 2699-2708
subclass
Process
and
Process
instance
Process
and
Process
eventLocated
Process
and
Region
instance
CaseRole
and
CaseRole
instance
Object
and
Object
instance
Region
and
GeographicArea
CaseRole
Process
and
Object
capableAtLocation
Process
,
CaseRole
,
Object
and
Region
(=>
(
instance
?T
Truck
)
(
exists
(?L)
(
and
(
subclass
?L
Object
)
(
cargoType
?T ?L))))
Transportation.kif 2027-2032
instance
TransportationDevice
and
Truck
Object
subclass
Object
and
Object
cargoType
TransportationDevice
and
Object
(=>
(
instance
?OBJ
CorpuscularObject
)
(
exists
(?SUBSTANCE1 ?SUBSTANCE2)
(
and
(
subclass
?SUBSTANCE1
Substance
)
(
subclass
?SUBSTANCE2
Substance
)
(
material
?SUBSTANCE1 ?OBJ)
(
material
?SUBSTANCE2 ?OBJ)
(
not
(
equal
?SUBSTANCE1 ?SUBSTANCE2)))))
Merge.kif 1183-1191
instance
CorpuscularObject
and
CorpuscularObject
Substance
Substance
subclass
Substance
and
Substance
subclass
Substance
and
Substance
material
Substance
and
CorpuscularObject
material
Substance
and
CorpuscularObject
equal
Substance
and
Substance
(=>
(
and
(
instance
?AREA
LandlockedArea
)
(
subclass
?CLAIM
MaritimeClaimArea
))
(
not
(
maritimeClaimType
?AREA ?CLAIM)))
Geography.kif 990-994
instance
GeopoliticalArea
and
LandlockedArea
subclass
MaritimeClaimArea
and
MaritimeClaimArea
maritimeClaimType
GeopoliticalArea
and
MaritimeClaimArea
(=>
(
and
(
electricityConsumptionInPeriod
?AREA ?AMOUNT ?PERIOD)
(
or
(
subclass
?PERIOD
Year
)
(
subclass
?PERIOD
(
FiscalYearFn
?AREA))))
(
exists
(?YEAR)
(
and
(
instance
?YEAR ?PERIOD)
(
holdsDuring
?YEAR
(
annualElectricityConsumption
?AREA ?AMOUNT)))))
Economy.kif 2123-2132
electricityConsumptionInPeriod
GeopoliticalArea
,
PhysicalQuantity
and
TimeInterval
subclass
TimeInterval
and
Year
subclass
TimeInterval
and
FiscalYearFn
GeopoliticalArea
TimePosition
instance
TimePosition
and
TimeInterval
holdsDuring
TimePosition
and
annualElectricityConsumption
GeopoliticalArea
and
PhysicalQuantity
(=>
(
and
(
subclass
?PUB
JointPublication
)
(
instance
?ONE ?PUB)
(
containsInformation
?ONE ?CONTENT)
(
authors
?JORG ?PUB))
(
exists
(?ORG)
(
and
(
subOrganization
?ORG
USMilitary
)
(
confersObligation
?CONTENT ?JORG ?ORG))))
MilitaryProcesses.kif 940-949
subclass
ContentBearingObject
and
JointPublication
instance
ContentBearingPhysical
and
ContentBearingObject
containsInformation
ContentBearingPhysical
and
Formula
authors
Agent
and
ContentBearingObject
Organization
Organization
は組織
USMilitary
の一部では %n
confersObligation
Formula
,
Agent
and
Organization
(=>
(
and
(
guest
?CUST ?HOTEL)
(
stays
?CUST ?R)
(
element
?R
(
PropertyFn
?HOTEL))
(
instance
?R ?ROOM)
(
roomAmenity
?ROOM ?OBJ)
(
subclass
?OBJ
Object
))
(
exists
(?O)
(
and
(
instance
?O ?OBJ)
(
located
?O ?R)
(
confersRight
(
exists
(?PROC)
(
and
(
agent
?PROC ?CUST)
(
or
(
instrument
?PROC ?O)
(
patient
?PROC ?O)
(
resource
?PROC ?O)))) ?HOTEL ?CUST))))
Hotel.kif 289-308
guest
Human
and
CognitiveAgent
stays
Human
and
TemporaryResidence
element
TemporaryResidence
and
PropertyFn
CognitiveAgent
instance
TemporaryResidence
and
TemporaryResidence
OOM
roomAmenity
TemporaryResidence
OOM and
Physical
subclass
Physical
and
Object
Physical
instance
Physical
and
Physical
located
Physical
and
TemporaryResidence
confersRight
entity
agent
entity
and
Human
instrument
entity
and
Physical
patient
entity
and
Physical
resource
entity
and
Physical
,
CognitiveAgent
and
Human
(=>
(
and
(
parent
?CHILD ?PARENT)
(
subclass
?CLASS
Organism
)
(
instance
?PARENT ?CLASS))
(
instance
?CHILD ?CLASS))
Merge.kif 16097-16102
parent
Organism
and
Organism
subclass
Class
and
Organism
instance
Organism
and
Class
instance
Organism
and
Class
(=>
(
and
(
subclass
?TYPE
TransportationDevice
)
(
subclass
(
TransportationFn
?TYPE)
Transportation
)
(
instance
?TRIP
(
TransportationFn
?TYPE)))
(
exists
(?VEHICLE)
(
and
(
instance
?VEHICLE ?TYPE)
(
instrument
?TRIP ?VEHICLE))))
Transportation.kif 1572-1580
subclass
TransportationDevice
and
TransportationDevice
subclass
TransportationFn
TransportationDevice
and
Transportation
instance
Process
and
TransportationFn
TransportationDevice
Object
instance
Object
and
TransportationDevice
instrument
Process
and
Object
(=>
(
instance
?SPECIES
BiologicalSpecies
)
(
subclass
?SPECIES
Organism
))
Mid-level-ontology.kif 8759-8761
instance
Class
and
BiologicalSpecies
subclass
Class
and
Organism
(=>
(
and
(
not
(
vegetationType
?REGION ?TYPE))
(
subclass
?TYPE
Plant
)
(
instance
?REGION
GeographicArea
))
(
not
(
exists
(?PLANT)
(
and
(
instance
?PLANT ?TYPE)
(
located
?PLANT ?REGION)))))
Geography.kif 6098-6106
vegetationType
GeographicArea
and
Plant
subclass
Plant
and
Plant
instance
GeographicArea
and
GeographicArea
Physical
instance
Physical
and
Plant
located
Physical
and
GeographicArea
(=>
(
instance
?TEAM
SportsTeam
)
(
exists
(?SPORT)
(
and
(
subclass
?SPORT
Sport
)
(
capability
?SPORT
agent
?TEAM))))
Mid-level-ontology.kif 7204-7209
instance
Object
and
SportsTeam
Process
subclass
Process
and
Sport
capability
Process
,
agent
and
Object
(=>
(
and
(
instance
?TEXT ?CLASS)
(
subclass
?CLASS
FictionalText
)
(
authors
?AGENT ?CLASS))
(
exists
(?CONTENT)
(
and
(
subsumesContentInstance
?TEXT ?CONTENT)
(
instance
?CONTENT
Formula
)
(
not
(
believes
?AGENT ?CONTENT)))))
Merge.kif 15149-15158
instance
ContentBearingPhysical
and
ContentBearingObject
subclass
ContentBearingObject
and
FictionalText
authors
CognitiveAgent
and
ContentBearingObject
Formula
subsumesContentInstance
ContentBearingPhysical
and
Formula
instance
Formula
and
Formula
believes
CognitiveAgent
and
Formula
(=>
(
subclass
?VIRUS
TickBorneEncephalitisVirus
)
(
exists
(?DISEASE)
(
and
(
instance
?DISEASE
TickBorneEncephalitis
)
(
biochemicalAgentSyndrome
?VIRUS ?DISEASE))))
WMD.kif 2019-2024
subclass
BiochemicalAgent
and
TickBorneEncephalitisVirus
DiseaseOrSyndrome
instance
DiseaseOrSyndrome
and
TickBorneEncephalitis
biochemicalAgentSyndrome
BiochemicalAgent
and
DiseaseOrSyndrome
(=>
(
instance
?S
Seafood
)
(
exists
(?DA ?F)
(
and
(
instance
?DA
(
DeadFn
?F))
(
part
?S ?DA)
(
subclass
?F
Fish
))))
Food.kif 804-810
instance
Object
and
Seafood
Object
Organism
instance
Object
and
DeadFn
Organism
part
Object
and
Object
subclass
Organism
and
Fish
(=>
(
codeMapping
ISO-639-1
?TOKEN ?X)
(
or
(
instance
?X
HumanLanguage
)
(
subclass
?X
HumanLanguage
)))
Languages.kif 14705-14709
codeMapping
ISO-639-1
,
SymbolicString
and
Class
instance
Class
and
HumanLanguage
subclass
Class
and
HumanLanguage
(=>
(
and
(
paidRoomAmenity
?ROOM ?PROC)
(
subclass
?PROC
Process
))
(=>
(
and
(
instance
?R ?ROOM)
(
stays
?GUEST ?R)
(
element
?R
(
PropertyFn
?HOTEL))
(
patient
?P ?GUEST)
(
or
(
instance
?P ?PROC)
(
and
(
instance
?S ?PROC)
(
subProcess
?P ?S)))
(
located
?P ?R))
(
and
(
price
?P
(
MeasureFn
?PRICE ?U) ?HOTEL)
(
instance
?U
UnitOfCurrency
)
(
greaterThan
?PRICE 0))))
Hotel.kif 398-418
paidRoomAmenity
HotelUnit
and
Class
subclass
Class
and
Process
instance
TemporaryResidence
and
HotelUnit
stays
Human
and
TemporaryResidence
element
TemporaryResidence
and
PropertyFn
Agent
patient
Process
and
Human
instance
Process
and
Class
instance
Process
and
Class
subProcess
Process
and
Process
located
Process
and
TemporaryResidence
price
Process
,
MeasureFn
Process
RICE and
UnitOfMeasure
and
Agent
instance
UnitOfMeasure
and
UnitOfCurrency
greaterThan
Process
RICE and 0
(=>
(
subclass
?A
Antibiotic
)
(
exists
(?D)
(
and
(
instance
?D
BacterialDisease
)
(
medicine
?A ?D))))
Mid-level-ontology.kif 9239-9244
subclass
Medicine
and
Antibiotic
DiseaseOrSyndrome
instance
DiseaseOrSyndrome
and
BacterialDisease
medicine
Medicine
and
DiseaseOrSyndrome
(=>
(
and
(
instance
?T1 ?T1C)
(
instance
?T2 ?T2C)
(
not
(
equal
?T1C ?T2C))
(
not
(
subclass
?T1C ?T2C))
(
not
(
subclass
?T2C ?T1C))
(
orientation
?T1 ?T2
Adjacent
))
(
modalAttribute
(
exists
(?CT)
(
and
(
instance
?CT
ConnectiveTissue
)
(
between
?T1 ?CT ?T2)))
Likely
))
Merge.kif 14894-14910
instance
Object
and
Object
C
instance
Object
and
Object
C
equal
Object
C and
Object
C
subclass
Object
C and
Object
C
subclass
Object
C and
Object
C
orientation
Object
,
Object
and
Adjacent
modalAttribute
entity
instance
entity
and
ConnectiveTissue
between
Object
,
entity
and
Object
and
Likely
(=>
(
and
(
roomAmenity
?ROOM ?OBJ)
(
subclass
?OBJ
Object
))
(
forall
(?R)
(=>
(
instance
?R ?ROOM)
(
exists
(?O)
(
and
(
instance
?R ?ROOM)
(
instance
?O ?OBJ)
(
located
?O ?R))))))
Hotel.kif 276-287
roomAmenity
HotelUnit
and
Physical
subclass
Physical
and
Object
Object
instance
Object
and
HotelUnit
Physical
instance
Object
and
HotelUnit
instance
Physical
and
Physical
located
Physical
and
Object
(=>
(
and
(
instance
?B
Buying
)
(
patient
?B ?ITEM)
(
origin
?B ?AGENT)
(
or
(
publishedPrice
?ENT ?PRICE ?AGENT ?PS)
(
unitPrice
?ENT ?QUANT ?AGENT ?PS))
(
subclass
?ENT
Physical
)
(
immediateInstance
?ITEM ?ENT)
(
validPaymentType
?PS ?PAY))
(
modalAttribute
(
exists
(?PAYMENT)
(
and
(
instance
?PAYMENT ?PAY)
(
subProcess
?PAYMENT ?B)))
Likely
))
Catalog.kif 332-347
instance
Process
and
Buying
patient
Process
and
Entity
origin
Process
and
CognitiveAgent
publishedPrice
Entity
,
CurrencyMeasure
,
CognitiveAgent
and
PricingScheme
unitPrice
Entity
,
FunctionQuantity
,
CognitiveAgent
and
PricingScheme
subclass
Entity
and
Physical
immediateInstance
Entity
and
Entity
validPaymentType
PricingScheme
and
Payment
modalAttribute
Payment
MENT
instance
Payment
MENT and
Payment
subProcess
Payment
MENT and
Process
and
Likely
(=>
(
and
(
subclass
?PLATFORM
PartyPlatform
)
(
authors
?PARTY ?PLATFORM)
(
instance
?PARTY
Organization
))
(
instance
?PARTY
PoliticalParty
))
Government.kif 2309-2314
subclass
ContentBearingObject
and
PartyPlatform
authors
Agent
and
ContentBearingObject
instance
Agent
and
Organization
instance
Agent
and
PoliticalParty
(=>
(
and
(
instance
?PROCESS ?PROCESS_CLASS)
(
subclass
?PROCESS_CLASS
Process
)
(
instance
?ACCESSING
AccessingWebPage
)
(
instance
?AGENT
Agent
)
(
agent
?PROCESS ?AGENT)
(
agent
?ACCESSING ?AGENT)
(
during
?PROCESS ?ACCESSING)
(
instance
?TIMETOFIRST
TimeInterval
)
(
not
(
exists
(?PROCESS2)
(
and
(
instance
?PROCESS2 ?PROCESS_CLASS)
(
agent
?PROCESS2 ?AGENT)
(
during
?PROCESS2 ?ACCESSING)
(
before
(
BeginFn
(
WhenFn
?PROCESS2))
(
BeginFn
(
WhenFn
?PROCESS))))))
(
equal
(
BeginFn
(
WhenFn
?ACCESSING))
(
BeginFn
(
WhenFn
?TIMETOFIRST)))
(
equal
(
BeginFn
(
WhenFn
?PROCESS))
(
EndFn
(
WhenFn
?TIMETOFIRST))))
(
equal
(
TTFxFn
?PROCESS_CLASS ?ACCESSING) ?TIMETOFIRST))
UXExperimentalTerms.kif 1703-1725
instance
TimeInterval
and
TimeInterval
_CLASS
subclass
TimeInterval
_CLASS and
Process
instance
AccessingWebPage
and
AccessingWebPage
instance
Agent
and
Agent
agent
TimeInterval
and
Agent
agent
AccessingWebPage
and
Agent
during
TimeInterval
and
AccessingWebPage
instance
Physical
and
TimeInterval
TimeInterval
instance
TimeInterval
and
TimeInterval
_CLASS
agent
TimeInterval
and
Agent
during
TimeInterval
and
AccessingWebPage
before
BeginFn
WhenFn
TimeInterval
and
BeginFn
WhenFn
TimeInterval
equal
BeginFn
WhenFn
AccessingWebPage
and
BeginFn
WhenFn
Physical
equal
BeginFn
WhenFn
TimeInterval
and
EndFn
WhenFn
Physical
equal
TTFxFn
TimeInterval
_CLASS and
AccessingWebPage
and
Physical
(=>
(
and
(
instance
?AGENT
Agent
)
(
subclass
(
ElectionFn
?AGENT)
Election
))
(
or
(
instance
?AGENT
Organization
)
(
instance
?AGENT
GeopoliticalArea
)))
Government.kif 1677-1683
instance
Agent
and
Agent
subclass
ElectionFn
Agent
and
Election
instance
Agent
and
Organization
instance
Agent
and
GeopoliticalArea
(=>
(
and
(
subclass
?TEXT
Periodical
)
(
equal
(
SeriesVolumeFn
?TEXT ?INT1) ?VOLUME1)
(
equal
(
SeriesVolumeFn
?TEXT ?INT2) ?VOLUME2)
(
greaterThan
?INT2 ?INT1)
(
instance
?PUB1
Publication
)
(
instance
?PUB2
Publication
)
(
instance
?CBO1 ?VOLUME1)
(
instance
?CBO2 ?VOLUME2)
(
patient
?PUB1 ?CBO1)
(
patient
?PUB2 ?CBO2)
(
date
?PUB1 ?DATE1)
(
date
?PUB2 ?DATE2))
(
before
(
EndFn
?DATE1)
(
EndFn
?DATE2)))
Mid-level-ontology.kif 14088-14102
subclass
Series
and
Periodical
equal
SeriesVolumeFn
Series
and
PositiveInteger
and
Text
equal
SeriesVolumeFn
Series
and
PositiveInteger
and
Text
greaterThan
PositiveInteger
and
PositiveInteger
instance
Process
and
Publication
instance
Process
and
Publication
instance
Entity
and
Text
instance
Entity
and
Text
patient
Process
and
Entity
patient
Process
and
Entity
date
Process
and
Day
date
Process
and
Day
before
EndFn
Day
and
EndFn
Day
(=>
(
and
(
instance
?AREA ?TYPE)
(
subclass
?TYPE
MaritimeClaimArea
)
(
claimedTerritory
?AREA ?POLITY))
(
maritimeClaimType
?POLITY ?TYPE))
Geography.kif 1005-1010
instance
GeographicArea
and
MaritimeClaimArea
subclass
MaritimeClaimArea
and
MaritimeClaimArea
claimedTerritory
GeographicArea
and
GeopoliticalArea
maritimeClaimType
GeopoliticalArea
and
MaritimeClaimArea
(=>
(
and
(
attribute
?ROOM
Oversized
)
(
immediateInstance
?ROOM ?HOTELUNIT)
(
subclass
?HOTELUNIT
HotelUnit
))
(
exists
(?NORMAL ?AREA1 ?AREA2 ?U)
(
and
(
immediateInstance
?NORMAL ?HOTELUNIT)
(
instance
?U
UnitOfArea
)
(
measure
?NORMAL
(
MeasureFn
?AREA1 ?U))
(
measure
?ROOM
(
MeasureFn
?AREA2 ?U))
(
instance
?AREA1
AreaMeasure
)
(
instance
?AREA2
AreaMeasure
)
(
greaterThan
?AREA2 ?AREA1))))
Hotel.kif 1164-1179
attribute
Object
and
Oversized
immediateInstance
Object
and
Class
subclass
Class
and
HotelUnit
Physical
RealNumber
,
RealNumber
and
UnitOfMeasure
immediateInstance
Physical
and
Class
instance
UnitOfMeasure
and
UnitOfArea
measure
Physical
and
MeasureFn
RealNumber
and
UnitOfMeasure
measure
Object
and
MeasureFn
RealNumber
and
UnitOfMeasure
instance
RealNumber
and
AreaMeasure
instance
RealNumber
and
AreaMeasure
greaterThan
RealNumber
and
RealNumber
(=>
(
and
(
importTotalInPeriod
?AREA ?AMOUNT ?PERIOD)
(
or
(
subclass
?PERIOD
Year
)
(
subclass
?PERIOD
(
FiscalYearFn
?AREA))))
(
exists
(?YEAR)
(
and
(
instance
?YEAR ?PERIOD)
(
holdsDuring
?YEAR
(
annualImportTotal
?AREA ?AMOUNT)))))
Economy.kif 2593-2602
importTotalInPeriod
GeopoliticalArea
,
CurrencyMeasure
and
TimeInterval
subclass
TimeInterval
and
Year
subclass
TimeInterval
and
FiscalYearFn
GeopoliticalArea
TimePosition
instance
TimePosition
and
TimeInterval
holdsDuring
TimePosition
and
annualImportTotal
GeopoliticalArea
and
CurrencyMeasure
(=>
(
and
(
instance
?REM
OrganicObject
)
(
instance
?DEATH
Death
)
(
experiencer
?DEATH ?ORG)
(
instance
?ORG ?ORGTYPE)
(
subclass
?ORG
Organism
)
(
result
?DEATH ?REM))
(
instance
?REM
(
DeadFn
?ORGTYPE)))
Mid-level-ontology.kif 122-130
instance
Entity
and
OrganicObject
instance
Process
and
Death
experiencer
Process
and
Agent
instance
Agent
and
Agent
TYPE
subclass
Agent
and
Organism
result
Process
and
Entity
instance
Entity
and
DeadFn
Agent
TYPE
(=>
(
and
(
or
(
publishedPrice
?ENT ?PRICE ?AGENT ?PS)
(
unitPrice
?ENT ?QUANT ?AGENT ?PS))
(
subclass
?ENT
Physical
)
(
immediateInstance
?ITEM ?ENT)
(
validFor
?PS ?CUSTCLASS)
(
instance
?CUSTOMER ?CUSTCLASS))
(
modalAttribute
(=>
(
and
(
instance
?B
Buying
)
(
agent
?B ?CUSTOMER)
(
origin
?B ?AGENT)
(
patient
?B ?ITEM))
(
transactionAmount
?B ?PRICE))
Likely
))
Catalog.kif 349-365
publishedPrice
Entity
,
CurrencyMeasure
,
CognitiveAgent
and
PricingScheme
unitPrice
Entity
,
FunctionQuantity
,
CognitiveAgent
and
PricingScheme
subclass
Entity
and
Physical
immediateInstance
Entity
and
Entity
validFor
PricingScheme
and
Agent
instance
Entity
and
Agent
modalAttribute
instance
entity
and
Buying
agent
entity
and
Entity
origin
entity
and
CognitiveAgent
patient
entity
and
Entity
transactionAmount
entity
and
CurrencyMeasure
and
Likely
(=>
(
subclass
?X ?Y)
(
and
(
instance
?X
Class
)
(
instance
?Y
Class
)))
Merge.kif 135-139
subclass
Class
and
Class
instance
Class
and
Class
instance
Class
and
Class
(=>
(
instance
?HP
HearingProtection
)
(
hasPurpose
?HP
(=>
(
and
(
instance
?PERSON
Human
)
(
wears
?PERSON ?HP))
(
exists
(?PROC ?INJ)
(
and
(
instance
?PROC
Process
)
(
subclass
?INJ
(
KappaFn
?I
(
and
(
instance
?I
Injuring
)
(
exists
(?SOUND ?HEAR ?HUMAN)
(
and
(
instance
?SOUND
RadiatingSound
)
(
instance
?HEAR
Hearing
)
(
instance
?HUMAN
Human
)
(
patient
?HEAR ?SOUND)
(
experiencer
?HEAR ?HUMAN)
(
causes
?HEAR ?I)
(
experiencer
?I ?HUMAN)))
(=>
(
holdsDuring
?T
(
experiencer
?I ?PERSON))
(
not
(
holdsDuring
?T
(
patient
?PROC ?PERSON)))))))
(
prevents
?PROC ?INJ)
(
instrument
?PROC ?HP))))))
Cars.kif 3448-3478
instance
Physical
and
HearingProtection
hasPurpose
Physical
and
instance
entity
and
Human
entity
は % を
wear
s %n{ない}
entity
entity
instance
entity
and
Process
subclass
entity
and
KappaFn
entity
and
instance
entity
and
Injuring
entity
entity
and
entity
instance
entity
and
RadiatingSound
instance
entity
and
Hearing
instance
entity
and
Human
patient
entity
and
entity
experiencer
entity
and
entity
causes
entity
and
entity
experiencer
entity
and
entity
holdsDuring
entity
and
experiencer
entity
and
entity
holdsDuring
entity
and
patient
entity
and
entity
prevents
entity
and
entity
instrument
entity
and
Physical
(=>
(
instance
?CLASS
Class
)
(
subclass
?CLASS
Entity
))
Merge.kif 811-813
instance
Class
and
Class
subclass
Class
and
Entity
(=>
(
and
(
instance
?MENU
BeverageMenu
)
(
catalogItem
?X ?MENU))
(
subclass
?X
Beverage
))
Dining.kif 204-208
instance
Catalog
and
BeverageMenu
catalogItem
Entity
and
Catalog
subclass
Entity
and
Beverage
(=>
(
instance
?C
MedicalClinic
)
(
not
(
exists
(?B)
(
and
(
possesses
?C ?B)
(
subclass
?B
TemporaryResidence
)))))
Mid-level-ontology.kif 7332-7338
instance
Agent
and
MedicalClinic
Object
possesses
Agent
and
Object
subclass
Object
and
TemporaryResidence
(=>
(
and
(
exportTotalInPeriod
?AREA ?AMOUNT ?PERIOD)
(
or
(
subclass
?PERIOD
Year
)
(
subclass
?PERIOD
(
FiscalYearFn
?AREA))))
(
exists
(?YEAR)
(
and
(
instance
?YEAR ?PERIOD)
(
holdsDuring
?YEAR
(
annualExportTotal
?AREA ?AMOUNT)))))
Economy.kif 2288-2297
exportTotalInPeriod
GeopoliticalArea
,
CurrencyMeasure
and
TimeInterval
subclass
TimeInterval
and
Year
subclass
TimeInterval
and
FiscalYearFn
GeopoliticalArea
TimePosition
instance
TimePosition
and
TimeInterval
holdsDuring
TimePosition
and
annualExportTotal
GeopoliticalArea
and
CurrencyMeasure
(=>
(
and
(
subjectiveAttribute
?AGENT1
Quick
?PERSON)
(
subjectiveAttribute
?AGENT2
Slow
?PERSON)
(
instance
?PROCESS1 ?CLASS)
(
instance
?PROCESS2 ?CLASS)
(
subclass
?CLASS
Process
)
(
agent
?PROCESS1 ?AGENT1)
(
agent
?PROCESS2 ?AGENT2))
(
and
(
instance
?U
UnitOfDuration
)
(
duration
(
WhenFn
?PROCESS1)
(
MeasureFn
?TIME1 ?U))
(
duration
(
WhenFn
?PROCESS2)
(
MeasureFn
?TIME2 ?U))
(
greaterThan
?TIME2 ?TIME1)))
Dining.kif 997-1012
subjectiveAttribute
Agent
,
Quick
and
Agent
subjectiveAttribute
Agent
,
Slow
and
Agent
instance
Process
and
Class
instance
Process
and
Class
subclass
Class
and
Process
agent
Process
and
Agent
agent
Process
and
Agent
instance
UnitOfMeasure
and
UnitOfDuration
duration
WhenFn
Process
and
MeasureFn
RealNumber
and
UnitOfMeasure
duration
WhenFn
Process
and
MeasureFn
RealNumber
and
UnitOfMeasure
greaterThan
RealNumber
and
RealNumber
(=>
(
instance
?CF
CharcoalFilter
)
(
exists
(?C)
(
and
(
subclass
?C
Charcoal
)
(
material
?C ?CF))))
Cars.kif 1688-1693
instance
CorpuscularObject
and
CharcoalFilter
Substance
subclass
Substance
and
Charcoal
material
Substance
and
CorpuscularObject
(=>
(
and
(
instance
?X ?Y)
(
subclass
?Y
PureSubstance
)
(
barometricPressure
?X
(
MeasureFn
?PRES
InchMercury
))
(
greaterThan
29.92 ?PRES)
(
boilingPoint
?Y
(
MeasureFn
?BOIL
KelvinDegree
))
(
measure
?X
(
MeasureFn
?TEMP
KelvinDegree
))
(
greaterThan
?TEMP ?BOIL))
(
attribute
?X
Gas
))
Merge.kif 13551-13560
instance
Object
and
PureSubstance
subclass
PureSubstance
and
PureSubstance
barometricPressure
Object
and
MeasureFn
RealNumber
and
InchMercury
greaterThan
29.92 and
RealNumber
boilingPoint
PureSubstance
and
MeasureFn
RealNumber
and
KelvinDegree
measure
Object
and
MeasureFn
RealNumber
and
KelvinDegree
greaterThan
RealNumber
and
RealNumber
attribute
Object
and
Gas
(=>
(
and
(
subclass
?TYPE
WaterVehicle
)
(
instance
?EVENT
(
TransportationFn
?TYPE))
(
eventLocated
?EVENT ?PLACE))
(
instance
?PLACE
WaterArea
))
Transportation.kif 2294-2299
subclass
TransportationDevice
and
WaterVehicle
instance
Process
and
TransportationFn
TransportationDevice
eventLocated
Process
and
Entity
instance
Entity
and
WaterArea
(=>
(
and
(
subrelation
?PRED1 ?PRED2)
(
instance
?PRED2 ?CLASS)
(
subclass
?CLASS
InheritableRelation
))
(
instance
?PRED1 ?CLASS))
Merge.kif 198-203
subrelation
Relation
and
Relation
instance
Relation
and
Class
subclass
Class
and
InheritableRelation
instance
Relation
and
Class
(=>
(
and
(
freeRoomAmenity
?ROOM ?PROC)
(
subclass
?PROC
Process
)
(
instance
?R ?ROOM)
(
stays
?GUEST ?R)
(
element
?R
(
PropertyFn
?HOTEL))
(
patient
?P ?GUEST)
(
or
(
instance
?P ?PROC)
(
and
(
instance
?S ?PROC)
(
subProcess
?P ?S)))
(
located
?P ?R))
(
price
?P
(
MeasureFn
0.0
UnitedStatesDollar
) ?HOTEL))
Hotel.kif 351-365
freeRoomAmenity
HotelUnit
and
Class
subclass
Class
and
Process
instance
TemporaryResidence
and
HotelUnit
stays
Human
and
TemporaryResidence
element
TemporaryResidence
and
PropertyFn
Agent
patient
Process
and
Human
instance
Process
and
Class
instance
Process
and
Class
subProcess
Process
and
Process
located
Process
and
TemporaryResidence
price
Process
,
MeasureFn
0.0 and
UnitedStatesDollar
and
Agent
(=>
(
and
(
instance
?S ?C)
(
subclass
?C
Seafood
))
(
exists
(?X ?SEA)
(
and
(
meatOfAnimal
?C ?ANIMAL)
(
instance
?X ?ANIMAL)
(
instance
?SEA
BodyOfWater
)
(
inhabits
?X ?SEA))))
Food.kif 256-265
instance
Entity
and
OrganicObject
subclass
OrganicObject
and
Seafood
Organism
Entity
EA
meatOfAnimal
OrganicObject
and
Animal
instance
Organism
and
Animal
instance
Entity
EA and
BodyOfWater
inhabits
Organism
and
Entity
EA
(=>
(
immediateInstance
?ENTITY ?CLASS)
(
not
(
exists
(?SUBCLASS)
(
and
(
subclass
?SUBCLASS ?CLASS)
(
not
(
equal
?SUBCLASS ?CLASS))
(
instance
?ENTITY ?SUBCLASS)))))
Merge.kif 96-102
immediateInstance
Entity
and
Class
Class
subclass
Class
and
Class
equal
Class
and
Class
instance
Entity
and
Class
(=>
(
instance
?SH
SafetyHarness
)
(
hasPurpose
?SH
(=>
(
and
(
instance
?PERSON
Animal
)
(
wears
?PERSON ?SH))
(
exists
(?PROC ?INJ)
(
and
(
instance
?PROC
Process
)
(
instrument
?PROC ?SH)
(
patient
?PROC ?PERSON)
(
subclass
?INJ
(
KappaFn
?I
(
and
(
instance
?I
Injuring
)
(
exists
(?F ?H)
(
and
(
instance
?H
Human
)
(
experiencer
?I ?H)
(
instance
?F
Falling
)
(
experiencer
?F ?H)
(
causes
?F ?I)))
(=>
(
holdsDuring
?T
(
experiencer
?I ?PERSON))
(
not
(
holdsDuring
?T
(
patient
?PROC ?PERSON)))))))
(
prevents
?PROC ?INJ))))))
Cars.kif 3389-3418
instance
Physical
and
SafetyHarness
hasPurpose
Physical
and
instance
entity
and
Animal
entity
は % を
wear
s %n{ない}
entity
entity
instance
entity
and
Process
instrument
entity
and
Physical
patient
entity
and
entity
subclass
entity
and
KappaFn
entity
and
instance
entity
and
Injuring
entity
entity
instance
entity
and
Human
experiencer
entity
and
entity
instance
entity
and
Falling
experiencer
entity
and
entity
causes
entity
and
entity
holdsDuring
entity
and
experiencer
entity
and
entity
holdsDuring
entity
and
patient
entity
and
entity
prevents
entity
and
entity
(=>
(
and
(
subclass
?PAPER
Newspaper
)
(
instance
?WEEK
Week
))
(
exists
(?PUBLICATION ?ISSUE)
(
and
(
instance
?PUBLICATION
Publication
)
(
temporalPart
(
WhenFn
?PUBLICATION) ?WEEK)
(
result
?PUBLICATION ?ISSUE)
(
instance
?ISSUE ?PAPER))))
Mid-level-ontology.kif 14253-14262
subclass
Class
and
Newspaper
instance
TimePosition
and
Week
Process
Entity
instance
Process
and
Publication
temporalPart
WhenFn
Process
and
TimePosition
result
Process
and
Entity
instance
Entity
and
Class
(=>
(
and
(
offersAtTime
?AGENT ?CATALOG ?TIMEINT)
(
catalogItem
?CLASS ?CATALOG)
(
subclass
?CLASS
Object
)
(
instance
?PROCESSINSTANCE ?PROCESS)
(
subclass
?PROCESS
Process
)
(
instance
?OBJ ?CLASS)
(
patient
?PROCESSINSTANCE ?OBJ))
(
capabilityDuring
?PROCESS
agent
?AGENT ?TIMEINT))
Catalog.kif 136-145
offersAtTime
Agent
,
Catalog
and
TimeInterval
catalogItem
Entity
and
Catalog
subclass
Entity
and
Object
instance
Process
and
Process
subclass
Process
and
Process
instance
Entity
and
Entity
patient
Process
and
Entity
capabilityDuring
Process
,
agent
,
Agent
and
TimeInterval
(=>
(
and
(
vegetationType
?REGION ?TYPE)
(
subclass
?TYPE
Plant
)
(
instance
?REGION
GeographicArea
))
(
exists
(?PLANT)
(
and
(
instance
?PLANT ?TYPE)
(
located
?PLANT ?REGION))))
Geography.kif 6088-6096
vegetationType
GeographicArea
and
Plant
subclass
Plant
and
Plant
instance
GeographicArea
and
GeographicArea
Physical
instance
Physical
and
Plant
located
Physical
and
GeographicArea
(=>
(
and
(
instance
?R
RecreationOrExercise
)
(
instrument
?R ?RM)
(
instance
?RM
RowingMachine
)
(
experiencer
?R ?H)
(
instance
?ROW
Rowing
)
(
subProcess
?RMOT ?R)
(
subclass
?C
BodyMotion
)
(
instance
?RMOT ?C))
(
exists
(?ROWMOT)
(
and
(
instance
?ROWMOT ?C)
(
subProcess
?ROWMOT ?R)
(
agent
?ROWMOT ?H))))
Mid-level-ontology.kif 7846-7860
instance
Process
and
RecreationOrExercise
instrument
Process
and
Process
M
instance
Process
M and
RowingMachine
experiencer
Process
and
Agent
instance
Process
OW and
Rowing
subProcess
Process
MOT and
Process
subclass
Class
and
BodyMotion
instance
Process
MOT and
Class
Process
OWMOT
instance
Process
OWMOT and
Class
subProcess
Process
OWMOT and
Process
agent
Process
OWMOT and
Agent
(=>
(
and
(
electricityProductionInPeriod
?AREA ?AMOUNT ?PERIOD)
(
or
(
subclass
?PERIOD
Year
)
(
subclass
?PERIOD
(
FiscalYearFn
?AREA))))
(
exists
(?YEAR)
(
and
(
instance
?YEAR ?PERIOD)
(
holdsDuring
?YEAR
(
annualElectricityProduction
?AREA ?AMOUNT)))))
Economy.kif 1991-2000
electricityProductionInPeriod
GeopoliticalArea
,
PhysicalQuantity
and
TimeInterval
subclass
TimeInterval
and
Year
subclass
TimeInterval
and
FiscalYearFn
GeopoliticalArea
TimePosition
instance
TimePosition
and
TimeInterval
holdsDuring
TimePosition
and
annualElectricityProduction
GeopoliticalArea
and
PhysicalQuantity
(=>
(
and
(
maritimeClaimType
?AREA ?TYPE)
(
subclass
?TYPE
MaritimeClaimArea
))
(
exists
(?CLAIM)
(
and
(
instance
?CLAIM ?TYPE)
(
claimedTerritory
?CLAIM ?AREA))))
Geography.kif 996-1003
maritimeClaimType
GeopoliticalArea
and
MaritimeClaimArea
subclass
MaritimeClaimArea
and
MaritimeClaimArea
GeographicArea
instance
GeographicArea
and
MaritimeClaimArea
claimedTerritory
GeographicArea
and
GeopoliticalArea
(=>
(
and
(
instance
?ROLE
CaseRole
)
(?ROLE ?ARG1 ?ARG2)
(
instance
?ARG1 ?PROC)
(
subclass
?PROC
Process
))
(
capability
?PROC ?ROLE ?ARG2))
Merge.kif 3829-3835
instance
CaseRole
and
CaseRole
CaseRole
Entity
and
Object
instance
Entity
and
Process
subclass
Process
and
Process
capability
Process
,
CaseRole
and
Object
(=>
(
and
(
trafficableForTrafficType
?place ?type)
(
subclass
?type
Agent
)
(
instance
?mover ?type))
(
capableAtLocation
Translocation
agent
?mover ?place))
Transportation.kif 2624-2629
trafficableForTrafficType
Region
and
SelfConnectedObject
subclass
SelfConnectedObject
and
Agent
instance
Object
and
SelfConnectedObject
capableAtLocation
Translocation
,
agent
,
Object
and
Region
(=>
(
and
(
trafficableForTrafficType
?PLACE ?TYPE)
(
subclass
?TYPE
TransportationDevice
)
(
instance
?MOVER ?TYPE))
(
capableAtLocation
Transportation
instrument
?MOVER ?PLACE))
Transportation.kif 2617-2622
trafficableForTrafficType
Region
and
SelfConnectedObject
subclass
SelfConnectedObject
and
TransportationDevice
instance
Object
and
SelfConnectedObject
capableAtLocation
Transportation
,
instrument
,
Object
and
Region
(=>
(
and
(
instance
?X ?Y)
(
subclass
?Y
PureSubstance
)
(
meltingPoint
?Y
(
MeasureFn
?MELT
KelvinDegree
))
(
barometricPressure
?X
(
MeasureFn
?PRES
InchMercury
))
(
greaterThan
?PRES 29.92)
(
measure
?X
(
MeasureFn
?TEMP
KelvinDegree
))
(
lessThan
?TEMP ?MELT))
(
attribute
?X
Solid
))
Merge.kif 13573-13582
instance
Object
and
PureSubstance
subclass
PureSubstance
and
PureSubstance
meltingPoint
PureSubstance
and
MeasureFn
RealNumber
and
KelvinDegree
barometricPressure
Object
and
MeasureFn
RealNumber
and
InchMercury
greaterThan
RealNumber
and 29.92
measure
Object
and
MeasureFn
RealNumber
and
KelvinDegree
lessThan
RealNumber
and
RealNumber
attribute
Object
and
Solid
(=>
(
and
(
commemoratesDate
?HOLIDAY
(
DayFn
?DAY
(
MonthFn
?MONTH
(
YearFn
?YEAR))))
(
instance
?DATE ?HOLIDAY)
(
subclass
?HOLIDAY
FixedHoliday
)
(
lessThanOrEqualTo
?YEAR ?LATER-YEAR))
(
instance
?DATE
(
DayFn
?DAY
(
MonthFn
?MONTH
(
YearFn
?LATER-YEAR)))))
Government.kif 605-611
commemoratesDate
Holiday
and
DayFn
PositiveInteger
and
MonthFn
Month
and
YearFn
Integer
instance
Entity
and
Holiday
subclass
Holiday
and
FixedHoliday
lessThanOrEqualTo
Integer
and
entity
-YEAR
instance
Entity
and
DayFn
PositiveInteger
and
MonthFn
Month
and
YearFn
entity
-YEAR
(=>
(
and
(
electricityImportInPeriod
?AREA ?AMOUNT ?PERIOD)
(
or
(
subclass
?PERIOD
Year
)
(
subclass
?PERIOD
(
FiscalYearFn
?AREA))))
(
exists
(?YEAR)
(
and
(
instance
?YEAR ?PERIOD)
(
holdsDuring
?YEAR
(
annualElectricityImport
?AREA ?AMOUNT)))))
Economy.kif 2213-2222
electricityImportInPeriod
GeopoliticalArea
,
PhysicalQuantity
and
TimeInterval
subclass
TimeInterval
and
Year
subclass
TimeInterval
and
FiscalYearFn
GeopoliticalArea
TimePosition
instance
TimePosition
and
TimeInterval
holdsDuring
TimePosition
and
annualElectricityImport
GeopoliticalArea
and
PhysicalQuantity
(=>
(
and
(
subclass
?UNIT
AreaMeasure
)
(
measure
Alaska
(
MeasureFn
?NUMBER1 ?UNIT))
(
measure
?STATE
(
MeasureFn
?NUMBER2 ?UNIT))
(
instance
?STATE
AmericanState
)
(
not
(
equal
Alaska
?STATE)))
(
lessThan
?NUMBER2 ?NUMBER1))
CountriesAndRegions.kif 871-878
subclass
UnitOfMeasure
and
AreaMeasure
measure
Alaska
and
MeasureFn
RealNumber
and
UnitOfMeasure
measure
Physical
and
MeasureFn
RealNumber
and
UnitOfMeasure
instance
Physical
and
AmericanState
equal
Alaska
and
Physical
lessThan
RealNumber
and
RealNumber
(=>
(
and
(
customer
?CUST ?AGENT)
(
propertyAmenity
?AGENT ?PHYS)
(
subclass
?PHYS
Object
)
(
instance
?X ?PHYS))
(
confersRight
(
exists
(?PROC)
(
and
(
instance
?PROC
Process
)
(
or
(
resource
?PROC ?X)
(
instrument
?PROC ?X)
(
patient
?PROC ?X))
(
or
(
agent
?PROC ?CUST)
(
experiencer
?PROC ?CUST)))) ?AGENT ?CUST))
Hotel.kif 484-500
customer
CognitiveAgent
and
CognitiveAgent
propertyAmenity
CognitiveAgent
and
Physical
subclass
Physical
and
Object
instance
Entity
and
Physical
confersRight
entity
instance
entity
and
Process
resource
entity
and
Entity
instrument
entity
and
Entity
patient
entity
and
Entity
agent
entity
and
CognitiveAgent
experiencer
entity
and
CognitiveAgent
,
CognitiveAgent
and
CognitiveAgent
(=>
(
instance
?X
Respirator
)
(
hasPurpose
?X
(=>
(
and
(
instance
?PERSON
Animal
)
(
wears
?PERSON ?X))
(
exists
(?INHAL ?INJ ?PROTECT)
(
and
(
instance
?PROTECT
Process
)
(
instrument
?PROTECT ?X)
(
prevents
?PROTECT ?INJ)
(
subclass
?INJ
(
KappaFn
?I
(
and
(
instance
?I
Injuring
)
(
exists
(?H)
(
and
(
instance
?H
Human
)
(
patient
?I ?H)
(
instance
?INHAL
Inhaling
)
(
agent
?INHAL ?H)
(
causes
?I ?INHAL)))))))))))
Cars.kif 3533-3555
instance
Physical
and
Respirator
hasPurpose
Physical
and
instance
entity
and
Animal
entity
は % を
wear
s %n{ない}
entity
entity
and
entity
instance
entity
and
Process
instrument
entity
and
Physical
prevents
entity
and
entity
subclass
entity
and
KappaFn
entity
and
instance
entity
and
Injuring
entity
instance
entity
and
Human
patient
entity
and
entity
instance
entity
and
Inhaling
agent
entity
and
entity
causes
entity
and
entity
(=>
(
and
(
equal
?X
(
AttrFn
?CLASS ?ATTR))
(
instance
?I ?X))
(
and
(
instance
?I ?CLASS)
(
subclass
?X ?CLASS)
(
attribute
?I ?ATTR)))
Merge.kif 1720-1728
equal
Object
and
AttrFn
Object
and
Attribute
instance
Object
and
Object
instance
Object
and
Object
subclass
Object
and
Object
attribute
Object
and
Attribute
(=>
(
and
(
instance
?MENU
AlcoholMenu
)
(
catalogItem
?X ?MENU))
(
subclass
?X
AlcoholicBeverage
))
Dining.kif 215-219
instance
Catalog
and
AlcoholMenu
catalogItem
Entity
and
Catalog
subclass
Entity
and
AlcoholicBeverage
(=>
(
and
(
equal
?DEP
(
DepartmentOfPreventingFn
?COMP ?PHYS))
(
subclass
?PHYS
Process
))
(
not
(
desires
?COMP
(
exists
(?P)
(
and
(
instance
?P ?PHYS)
(
involvedInEvent
?P ?COMP))))))
Mid-level-ontology.kif 17758-17767
equal
and
DepartmentOfPreventingFn
Organization
and
Process
subclass
Process
and
Process
desires
Organization
and
entity
instance
entity
and
Process
involvedInEvent
entity
and
Organization
(=>
(
and
(
instance
?X
BreakingRecord
)
(
agent
?X ?A1))
(
exists
(?AC ?PC ?P1 ?TP ?ROLE ?L ?Q)
(
and
(
instance
?AC
Set
)
(
instance
?A1 ?AC)
(
subclass
?PC
Process
)
(
subclass
?L
Region
)
(
instance
?TP
TimePoint
)
(
instance
?Q
Quantity
)
(
instance
?P1 ?PC)
(
refers
?X ?Q)
(
refers
?Q ?P1)
(
playsRoleInEvent
?A1 ?ROLE ?P1)
(
eventLocated
?P1 ?L)
(
not
(
exists
(?A2 ?P2)
(
and
(
instance
?A2 ?AC)
(
not
(
equal
?A2 ?A1))
(
instance
?P2 ?PC)
(
holdsDuring
(
TimeIntervalFn
?TP
(
EndFn
(
WhenFn
?X)))
(
and
(
playsRoleInEvent
?A2 ?ROLE ?P2)
(
eventLocated
?P2 ?L)))))))))
Mid-level-ontology.kif 29408-29438
instance
Process
and
BreakingRecord
agent
Process
and
Agent
Class
Class
,
Process
,
TimePoint
,
CaseRole
,
Class
and
Entity
instance
Class
and
Set
instance
Agent
and
Class
subclass
Class
and
Process
subclass
Class
and
Region
instance
TimePoint
and
TimePoint
instance
Entity
and
Quantity
instance
Process
and
Class
refers
Process
and
Entity
refers
Entity
and
Process
playsRoleInEvent
Agent
,
CaseRole
and
Process
eventLocated
Process
and
Class
Entity
Entity
instance
Entity
and
Class
equal
Entity
and
Agent
instance
Entity
and
Class
holdsDuring
TimeIntervalFn
TimePoint
and
EndFn
WhenFn
Process
and
playsRoleInEvent
Entity
,
CaseRole
and
Entity
eventLocated
Entity
and
Class
(=>
(
and
(
domainSubclass
?REL ?NUMBER ?CLASS)
(
instance
?REL
Predicate
)
(?REL @ROW))
(
subclass
(
ListOrderFn
(
ListFn
@ROW) ?NUMBER) ?CLASS))
Merge.kif 2933-2938
domainSubclass
Relation
,
PositiveInteger
and
Class
instance
Relation
and
Predicate
Relation
@ROW
subclass
ListOrderFn
ListFn
@ROW and
PositiveInteger
and
Class
(=>
(
and
(
naturalHazardTypeInArea
?AREA ?TYPE)
(
subclass
?TYPE
Process
))
(
exists
(?ITEM)
(
and
(
instance
?ITEM ?TYPE)
(
located
?ITEM ?AREA)
(
overlapsTemporally
(
WhenFn
?ITEM)
(
WhenFn
?AREA)))))
Geography.kif 2283-2293
naturalHazardTypeInArea
GeographicArea
and
Physical
subclass
Physical
and
Process
Physical
instance
Physical
and
Physical
located
Physical
and
GeographicArea
overlapsTemporally
WhenFn
Physical
and
WhenFn
GeographicArea
(=>
(
and
(
holdsDuring
?YEAR
(
annualElectricityImport
?AREA ?AMOUNT))
(
instance
?YEAR ?PERIOD)
(
or
(
subclass
?PERIOD
Year
)
(
subclass
?PERIOD
(
FiscalYearFn
?AREA))))
(
electricityImportInPeriod
?AREA ?AMOUNT ?PERIOD))
Economy.kif 2224-2231
holdsDuring
TimePosition
and
annualElectricityImport
GeopoliticalArea
and
PhysicalQuantity
instance
TimePosition
and
TimeInterval
subclass
TimeInterval
and
Year
subclass
TimeInterval
and
FiscalYearFn
GeopoliticalArea
electricityImportInPeriod
GeopoliticalArea
,
PhysicalQuantity
and
TimeInterval
(=>
(
instance
?ARTIFACT
GameArtifact
)
(
exists
(?GAME)
(
and
(
subclass
?GAME
Game
)
(
capability
?GAME
instrument
?ARTIFACT))))
Mid-level-ontology.kif 16400-16405
instance
Object
and
GameArtifact
Process
subclass
Process
and
Game
capability
Process
,
instrument
and
Object
(=>
(
and
(
instance
?GEO
(
GeographicPartTypeFn
?TYPE ?AREA))
(
subclass
?TYPE
GeopoliticalArea
)
(
instance
?AREA
GeopoliticalArea
))
(
geopoliticalSubdivision
?GEO ?AREA))
Geography.kif 6619-6624
instance
GeopoliticalArea
and
GeographicPartTypeFn
GeographicArea
and
GeopoliticalArea
subclass
GeographicArea
and
GeopoliticalArea
instance
GeopoliticalArea
and
GeopoliticalArea
GeopoliticalArea
は
GeopoliticalArea
の
geopolitical
部分では %n
(=>
(
and
(
instance
?X ?Y)
(
subclass
?Y
PureSubstance
)
(
boilingPoint
?Y
(
MeasureFn
?BOIL
KelvinDegree
))
(
meltingPoint
?Y
(
MeasureFn
?MELT
KelvinDegree
))
(
measure
?X
(
MeasureFn
?TEMP
KelvinDegree
))
(
greaterThan
?TEMP ?MELT)
(
lessThan
?TEMP ?BOIL))
(
attribute
?X
Liquid
))
Merge.kif 13562-13571
instance
Object
and
PureSubstance
subclass
PureSubstance
and
PureSubstance
boilingPoint
PureSubstance
and
MeasureFn
RealNumber
and
KelvinDegree
meltingPoint
PureSubstance
and
MeasureFn
RealNumber
and
KelvinDegree
measure
Object
and
MeasureFn
RealNumber
and
KelvinDegree
greaterThan
RealNumber
and
RealNumber
lessThan
RealNumber
and
RealNumber
attribute
Object
and
Liquid
(=>
(
and
(
instance
?MENU
WineMenu
)
(
catalogItem
?X ?MENU))
(
subclass
?X
WineMenu
))
Dining.kif 225-229
instance
Catalog
and
WineMenu
catalogItem
Entity
and
Catalog
subclass
Entity
and
WineMenu
(=>
(
and
(
holdsDuring
?YEAR
(
annualElectricityConsumption
?AREA ?AMOUNT))
(
instance
?YEAR ?PERIOD)
(
or
(
subclass
?PERIOD
Year
)
(
subclass
?PERIOD
(
FiscalYearFn
?AREA))))
(
electricityConsumptionInPeriod
?AREA ?AMOUNT ?PERIOD))
Economy.kif 2134-2141
holdsDuring
TimePosition
and
annualElectricityConsumption
GeopoliticalArea
and
PhysicalQuantity
instance
TimePosition
and
TimeInterval
subclass
TimeInterval
and
Year
subclass
TimeInterval
and
FiscalYearFn
GeopoliticalArea
electricityConsumptionInPeriod
GeopoliticalArea
,
PhysicalQuantity
and
TimeInterval
(=>
(
and
(
holdsDuring
?YEAR
(
annualImportTotal
?AREA ?AMOUNT))
(
instance
?YEAR ?PERIOD)
(
or
(
subclass
?PERIOD
Year
)
(
subclass
?PERIOD
(
FiscalYearFn
?AREA))))
(
importTotalInPeriod
?AREA ?AMOUNT ?PERIOD))
Economy.kif 2604-2611
holdsDuring
TimePosition
and
annualImportTotal
GeopoliticalArea
and
CurrencyMeasure
instance
TimePosition
and
TimeInterval
subclass
TimeInterval
and
Year
subclass
TimeInterval
and
FiscalYearFn
GeopoliticalArea
importTotalInPeriod
GeopoliticalArea
,
CurrencyMeasure
and
TimeInterval
(=>
(
instance
?X
Protecting
)
(
hasPurpose
?X
(
exists
(?OBJ)
(
and
(
instance
?OBJ
Object
)
(
patient
?X
Object
)
(
subclass
?HARM
(
KappaFn
?H
(
and
(
or
(
instance
?H
CriminalAction
)
(
instance
?H
Damaging
))
(=>
(
holdsDuring
?T
(
patient
?H ?OBJ))
(
not
(
holdsDuring
?T
(
patient
?X ?OBJ)))))))
(
or
(
prevents
?X ?HARM)
(
hinders
?X ?HARM))))))
Mid-level-ontology.kif 17773-17794
instance
Physical
and
Protecting
hasPurpose
Physical
and
entity
instance
entity
and
Object
patient
Physical
and
Object
subclass
entity
and
KappaFn
entity
and
instance
entity
and
CriminalAction
instance
entity
and
Damaging
holdsDuring
entity
and
patient
entity
and
entity
holdsDuring
entity
and
patient
Physical
and
entity
prevents
Physical
and
entity
hinders
Physical
and
entity
(=>
(
and
(
instance
?MENU
Menu
)
(
catalogItem
?X ?MENU))
(
subclass
?X
(
FoodForFn
Human
)))
Dining.kif 178-182
instance
Catalog
and
Menu
catalogItem
Entity
and
Catalog
subclass
Entity
and
FoodForFn
Human
(=>
(
and
(
weaponCarryingCapability
?MV ?WC ?COUNT)
(
instance
?WEAPON ?WC)
(
capability
?PC ?ROLE ?WEAPON)
(
or
(
subclass
?PC
Shooting
)
(
subclass
?PC
Damaging
)))
(
capability
?PC ?ROLE ?MV))
MilitaryDevices.kif 35-43
weaponCarryingCapability
MilitaryVehicle
,
Weapon
and
PositiveInteger
instance
Object
and
Weapon
capability
Process
,
CaseRole
and
Object
subclass
Process
and
Shooting
subclass
Process
and
Damaging
capability
Process
,
CaseRole
and
MilitaryVehicle
(=>
(
and
(
functionRoomAmenity
?FR ?PHY)
(
instance
?RM ?FR)
(
element
?RM
(
PropertyFn
?HOTEL))
(
instance
?RENT
Renting
)
(
patient
?RENT ?RM)
(
agent
?RENT ?HOTEL)
(
destination
?RENT ?CUST)
(
subclass
?PHY
Object
))
(
modalAttribute
(
exists
(?O ?P)
(
and
(
instance
?O ?PHY)
(
instance
?P
Process
)
(
or
(
resource
?P ?O)
(
instrument
?P ?O)
(
patient
?P ?O))
(
or
(
agent
?P ?CUST)
(
experiencer
?P ?CUST))))
Possibility
))
Hotel.kif 790-811
functionRoomAmenity
HotelFunctionRoom
and
Physical
instance
Entity
and
HotelFunctionRoom
element
Entity
and
PropertyFn
Agent
instance
Process
and
Renting
patient
Process
and
Entity
agent
Process
and
Agent
destination
Process
and
Entity
subclass
Physical
and
Object
modalAttribute
entity
entity
instance
entity
and
Physical
instance
entity
and
Process
resource
entity
and
entity
instrument
entity
and
entity
patient
entity
and
entity
agent
entity
and
Entity
experiencer
entity
and
Entity
and
Possibility
(=>
(
and
(
instance
?SEQ
SequenceFunction
)
(
range
?SEQ ?CLASS))
(
subclass
?CLASS
Integer
))
Merge.kif 3320-3324
instance
Function
and
SequenceFunction
range
Function
and
Class
subclass
Class
and
Integer
(=>
(
instance
?C
Caterpillar
)
(
and
(
attribute
?C
Larval
)
(
or
(
subclass
?C
Moth
)
(
subclass
?B
Butterfly
))))
Mid-level-ontology.kif 12079-12085
instance
Object
and
Caterpillar
attribute
Object
and
Larval
subclass
Object
and
Moth
subclass
Class
and
Butterfly
(=>
(
and
(
holdsDuring
?YEAR
(
annualElectricityProduction
?AREA ?AMOUNT))
(
instance
?YEAR ?PERIOD)
(
or
(
subclass
?PERIOD
Year
)
(
subclass
?PERIOD
(
FiscalYearFn
?AREA))))
(
electricityProductionInPeriod
?AREA ?AMOUNT ?PERIOD))
Economy.kif 2002-2009
holdsDuring
TimePosition
and
annualElectricityProduction
GeopoliticalArea
and
PhysicalQuantity
instance
TimePosition
and
TimeInterval
subclass
TimeInterval
and
Year
subclass
TimeInterval
and
FiscalYearFn
GeopoliticalArea
electricityProductionInPeriod
GeopoliticalArea
,
PhysicalQuantity
and
TimeInterval
(=>
(
and
(
capability
?PC ?ROLE ?MV)
(
subclass
?PC
Shooting
))
(
exists
(?WEAPON)
(
and
(
instance
?WEAPON
Weapon
)
(
part
?WEAPON ?MV)
(
capability
?PC ?ROLE ?WEAPON))))
MilitaryDevices.kif 48-56
capability
Process
,
CaseRole
and
Object
subclass
Process
and
Shooting
Object
instance
Object
and
Weapon
part
Object
and
Object
capability
Process
,
CaseRole
and
Object
(=>
(
and
(
naturalHazardTypeInArea
?AREA ?TYPE)
(
subclass
?TYPE
Object
))
(
exists
(?ITEM)
(
and
(
instance
?ITEM ?TYPE)
(
located
?ITEM ?AREA))))
Geography.kif 2274-2281
naturalHazardTypeInArea
GeographicArea
and
Physical
subclass
Physical
and
Object
Physical
instance
Physical
and
Physical
located
Physical
and
GeographicArea
(=>
(
and
(
paidRoomAmenity
?ROOM ?OBJ)
(
subclass
?OBJ
Object
))
(=>
(
and
(
instance
?R ?ROOM)
(
stays
?GUEST ?R)
(
element
?R
(
PropertyFn
?HOTEL))
(
instance
?O ?OBJ)
(
located
?O ?R)
(
instance
?P
Process
)
(
agent
?P ?GUEST)
(
or
(
located
?P ?O)
(
patient
?P ?O)
(
instrument
?P ?O)
(
resource
?P ?O)))
(
and
(
price
?P
(
MeasureFn
?PRICE ?U) ?HOTEL)
(
instance
?U
UnitOfCurrency
)
(
greaterThan
?PRICE 0))))
Hotel.kif 374-396
paidRoomAmenity
HotelUnit
and
Class
subclass
Class
and
Object
instance
TemporaryResidence
and
HotelUnit
stays
Human
and
TemporaryResidence
element
TemporaryResidence
and
PropertyFn
Agent
instance
Object
and
Class
located
Object
and
TemporaryResidence
instance
Process
and
Process
agent
Process
and
Human
located
Process
and
Object
patient
Process
and
Object
instrument
Process
and
Object
resource
Process
and
Object
price
Process
,
MeasureFn
Process
RICE and
UnitOfMeasure
and
Agent
instance
UnitOfMeasure
and
UnitOfCurrency
greaterThan
Process
RICE and 0
(=>
(
instance
?CATALOG
Catalog
)
(
exists
(?X)
(
and
(
subclass
?X
Agent
)
(
offers
?X ?CATALOG))))
Catalog.kif 36-41
instance
Abstract
and
Catalog
Agent
subclass
Agent
and
Agent
offers
Agent
and
Abstract
(=>
(
and
(
subclass
?PLATFORM
PartyPlatform
)
(
authors
?PARTY ?PLATFORM)
(
instance
?PARTY
PoliticalParty
)
(
instance
?INST ?PLATFORM)
(
containsInformation
?INST ?PROP))
(
believes
?PARTY ?PROP))
Government.kif 2316-2323
subclass
ContentBearingObject
and
PartyPlatform
authors
CognitiveAgent
and
ContentBearingObject
instance
CognitiveAgent
and
PoliticalParty
instance
ContentBearingPhysical
and
ContentBearingObject
containsInformation
ContentBearingPhysical
and
Formula
believes
CognitiveAgent
and
Formula
(=>
(
and
(
or
(
publishedPrice
?ENT ?PRICE ?AGENT ?PS)
(
unitPrice
?ENT ?QUANT ?AGENT ?PS))
(
subclass
?ENT
Physical
)
(
immediateInstance
?ITEM ?ENT)
(
validityPeriod
?PS ?TIMEINT))
(
holdsDuring
?TIMEINT
(
modalAttribute
(=>
(
and
(
instance
?S
Selling
)
(
agent
?S ?AGENT)
(
patient
?S ?ITEM))
(
transactionAmount
?S ?PRICE))
Likely
)))
Catalog.kif 367-382
publishedPrice
Entity
,
CurrencyMeasure
,
CognitiveAgent
and
PricingScheme
unitPrice
Entity
,
FunctionQuantity
,
CognitiveAgent
and
PricingScheme
subclass
Entity
and
Physical
immediateInstance
Entity
and
Entity
validityPeriod
PricingScheme
and
TimeInterval
holdsDuring
TimeInterval
and
modalAttribute
instance
entity
and
Selling
agent
entity
and
CognitiveAgent
patient
entity
and
Entity
transactionAmount
entity
and
CurrencyMeasure
and
Likely
(=>
(
and
(
instance
?SEAT
AuditoriumSeat
)
(
part
?SEAT ?AUDITORIUM)
(
part
?STAGE ?AUDITORIUM)
(
instance
?AUDITORIUM
Auditorium
)
(
instance
?STAGE
PerformanceStage
)
(
located
?PERSON ?SEAT)
(
instance
?PERSON
Human
)
(
subclass
?SEE
Seeing
)
(
forall
(?INST)
(=>
(
instance
?INST ?SEE)
(
patient
?INST ?STAGE))))
(
capability
?SEE
agent
?PERSON))
Mid-level-ontology.kif 7011-7025
instance
Object
and
AuditoriumSeat
part
Object
and
Object
part
Object
and
Object
instance
Object
and
Auditorium
instance
Object
and
PerformanceStage
located
Object
and
Object
instance
Object
and
Human
subclass
Process
and
Seeing
Process
instance
Process
and
Process
patient
Process
and
Object
capability
Process
,
agent
and
Object
(=>
(
instance
?M
Meat
)
(
exists
(?DA ?AC)
(
and
(
instance
?DA
(
DeadFn
?AC))
(
part
?M ?DA)
(
subclass
?AC
Animal
))))
Food.kif 237-243
instance
Object
and
Meat
Object
Organism
instance
Object
and
DeadFn
Organism
part
Object
and
Object
subclass
Organism
and
Animal
(=>
(
and
(
defaultMaximumMeasure
?OBJECT
(
MeasureFn
?Q ?UNIT1))
(
subclass
?UNITCLASS
NonCompositeUnitOfMeasure
)
(
instance
?UNIT1 ?UNITCLASS))
(
modalAttribute
(
exists
(?INST ?QUANTITY ?UNIT2)
(
and
(
instance
?INST ?OBJECT)
(
measure
?INST
(
MeasureFn
?QUANTITY ?UNIT2))
(
instance
?UNIT2 ?UNITCLASS)
(
greaterThan
(
MeasureFn
?QUANTITY ?UNIT2)
(
MeasureFn
?Q ?UNIT1))))
Unlikely
))
Mid-level-ontology.kif 13013-13024
defaultMaximumMeasure
Object
and
MeasureFn
RealNumber
and
UnitOfMeasure
subclass
Class
and
NonCompositeUnitOfMeasure
instance
UnitOfMeasure
and
Class
modalAttribute
entity
RealNumber
UANTITY and
entity
instance
entity
and
Object
measure
entity
and
MeasureFn
RealNumber
UANTITY and
entity
instance
entity
and
Class
greaterThan
MeasureFn
RealNumber
UANTITY and
entity
and
MeasureFn
RealNumber
and
UnitOfMeasure
and
Unlikely
(=>
(
instance
?I
ResistorElement
)
(
exists
(?S)
(
and
(
subclass
?S
InsulatorSubstance
)
(
material
?S ?I))))
engineering.kif 853-858
instance
CorpuscularObject
and
ResistorElement
Substance
subclass
Substance
and
InsulatorSubstance
material
Substance
and
CorpuscularObject
(=>
(
and
(
roomAmenity
?ROOM ?SVC)
(
part
?ROOM ?HOTEL)
(
subclass
?SVC
Process
))
(
modalAttribute
(
exists
(?X ?S)
(
and
(
instance
?X ?ROOM)
(
agent
?S ?HOTEL)
(
or
(
instance
?S ?SVC)
(
and
(
instance
?PROC ?SVC)
(
subProcess
?S ?PROC)))
(
located
?S ?X)))
Possibility
))
Hotel.kif 310-325
roomAmenity
HotelUnit
and
Physical
part
HotelUnit
and
Object
subclass
Physical
and
Process
modalAttribute
entity
entity
instance
entity
and
HotelUnit
agent
entity
and
Object
instance
entity
and
Physical
instance
entity
and
Physical
subProcess
entity
and
entity
located
entity
and
entity
and
Possibility
(=>
(
and
(
offers
?AGENT ?CATALOG)
(
catalogItem
?OBJ ?CATALOG)
(
subclass
?OBJ
Physical
))
(
modalAttribute
(
exists
(?S ?X)
(
and
(
instance
?X ?OBJ)
(
instance
?S
Selling
)
(
agent
?S ?AGENT)
(
patient
?S ?X)))
Possibility
))
Catalog.kif 51-62
offers
Agent
and
Catalog
catalogItem
Entity
and
Catalog
subclass
Entity
and
Physical
modalAttribute
entity
entity
instance
entity
and
Entity
instance
entity
and
Selling
agent
entity
and
Agent
patient
entity
and
entity
and
Possibility
(=>
(
and
(
instance
?WATER
River
)
(
trafficableForTrafficType
?WATER ?TYPE)
(
subclass
?TYPE
WaterVehicle
))
(
instance
?WATER
Waterway
))
Transportation.kif 1683-1688
instance
Object
and
River
trafficableForTrafficType
Object
and
SelfConnectedObject
subclass
SelfConnectedObject
and
WaterVehicle
instance
Object
and
Waterway
(=>
(
instance
?CH
Charcoal
)
(
exists
(?C ?W)
(
and
(
subclass
?C
Combustion
)
(
instance
?W
Wood
)
(
result
?C ?CH)
(
resource
?C ?W))))
Cars.kif 1674-1681
instance
Entity
and
Charcoal
Class
Object
subclass
Class
and
Combustion
instance
Object
and
Wood
result
Class
and
Entity
resource
Class
and
Object
(=>
(
instance
?COIN
CurrencyCoin
)
(
exists
(?METAL)
(
and
(
subclass
?METAL
Metal
)
(
material
?METAL ?COIN))))
Mid-level-ontology.kif 3552-3557
instance
CorpuscularObject
and
CurrencyCoin
Substance
subclass
Substance
and
Metal
material
Substance
and
CorpuscularObject
(=>
(
and
(
instance
?CS1 ?CLASS)
(
subclass
?CLASS
CompoundSubstance
)
(
not
(
exists
(?CS2)
(
and
(
instance
?CS2 ?CLASS)
(
part
?CS2 ?CS1))))
(
molecularRatio
?ECLASS ?N ?CLASS)
(
instance
?G
Group
)
(
member
?E ?G)
(
part
?E ?CS1)
(
instance
?E ?ECLASS))
(
memberCount
?G ?N))
Cars.kif 1772-1786
instance
Object
and
CompoundSubstance
subclass
CompoundSubstance
and
CompoundSubstance
Object
instance
Object
and
CompoundSubstance
part
Object
and
Object
molecularRatio
ElementalSubstance
,
Integer
and
CompoundSubstance
instance
Collection
and
Group
member
Object
and
Collection
part
Object
and
Object
instance
Object
and
ElementalSubstance
memberCount
Collection
and
Integer
(=>
(
and
(
instance
?PUB
Publication
)
(
patient
?PUB ?TEXT))
(
subclass
?TEXT
Text
))
Merge.kif 12613-12617
instance
Process
and
Publication
patient
Process
and
Class
subclass
Class
and
Text
(=>
(
and
(
holdsDuring
?YEAR
(
annualElectricityExport
?AREA ?AMOUNT))
(
instance
?YEAR ?PERIOD)
(
or
(
subclass
?PERIOD
Year
)
(
subclass
?PERIOD
(
FiscalYearFn
?AREA))))
(
electricityExportInPeriod
?AREA ?AMOUNT ?PERIOD))
Economy.kif 2178-2185
holdsDuring
TimePosition
and
annualElectricityExport
GeopoliticalArea
and
PhysicalQuantity
instance
TimePosition
and
TimeInterval
subclass
TimeInterval
and
Year
subclass
TimeInterval
and
FiscalYearFn
GeopoliticalArea
electricityExportInPeriod
GeopoliticalArea
,
PhysicalQuantity
and
TimeInterval
(=>
(
and
(
electricityExportInPeriod
?AREA ?AMOUNT ?PERIOD)
(
or
(
subclass
?PERIOD
Year
)
(
subclass
?PERIOD
(
FiscalYearFn
?AREA))))
(
exists
(?YEAR)
(
and
(
instance
?YEAR ?PERIOD)
(
holdsDuring
?YEAR
(
annualElectricityExport
?AREA ?AMOUNT)))))
Economy.kif 2167-2176
electricityExportInPeriod
GeopoliticalArea
,
PhysicalQuantity
and
TimeInterval
subclass
TimeInterval
and
Year
subclass
TimeInterval
and
FiscalYearFn
GeopoliticalArea
TimePosition
instance
TimePosition
and
TimeInterval
holdsDuring
TimePosition
and
annualElectricityExport
GeopoliticalArea
and
PhysicalQuantity
(=>
(
and
(
subclass
?X ?Y)
(
instance
?Z ?X))
(
instance
?Z ?Y))
Merge.kif 141-145
subclass
Class
and
Class
instance
Entity
and
Class
instance
Entity
and
Class
(=>
(
and
(
playsRoleInEvent
?OBJ ?ROLE ?EVENT)
(
instance
?EVENT ?CLASS)
(
subclass
?CLASS
Process
)
(
time
?EVENT ?TIME)
(
eventLocated
?EVENT ?PLACE))
(
playsRoleInEventOfType
?OBJ ?ROLE ?CLASS ?TIME ?PLACE))
Mid-level-ontology.kif 22683-22690
playsRoleInEvent
Object
,
CaseRole
and
Process
instance
Process
and
Process
subclass
Process
and
Process
time
Process
and
TimePosition
eventLocated
Process
and
Object
playsRoleInEventOfType
Object
,
CaseRole
,
Process
,
TimePosition
and
Object
(
instance
subclass
BinaryPredicate
)
Merge.kif 127-127
instance
subclass
and
BinaryPredicate
(
instance
subclass
PartialOrderingRelation
)
Merge.kif 128-128
instance
subclass
and
PartialOrderingRelation
Sigma web home
Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is
open source software
produced by
Articulate Software
and its partners