Term Intersection : Welcome guest : log in
Home |  Graph |  LogLearn |  ]  KB:  Language:    Formal Language: 


Term 1: Term 2:

(=>
    (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 815-836 如果 All of the following hold: (1) X 的使用对于 Y 是免费 (2) Z and Y (3) 元件 Z and 属性 W (4) V and (5) 患者 V and Z (6) agent V and W (7) 目的地 V and U (8) 子类 X and Object, 然后 模态属性 有存在 T, S 这样 T and X, S and Process, 资源 S and T, 仪器 S and T, 患者 S and T, 和 agent S and U, 或 体验者 S and U and 可能性
(=>
    (and
        (equal ?P
            (OrganicObjectFn ?ORG))
        (subclass ?P Object))
    (exists (?R ?O)
        (and
            (instance ?R
                (DeadFn ?ORG))
            (part ?R ?O)
            (instance ?O ?ORG))))
Economy.kif 5603-5612 如果 equal X and OrganicObjectFn Y子类 X and Object, 然后 有存在 Z, W 这样 Z and 一个 dead Y, 部分 Z and W, 和 W and Y
(=>
    (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 281-292 如果 XamenityY子类 X and Object, 然后 For all Object Z: 如果 Z and Y, 然后 有存在 W 这样 Z and Y, W and X, 和 位于 W and Z
(=>
    (and
        (subclass ?TYPE Translocation)
        (instance ?EVENT ?TYPE)
        (eventLocated ?EVENT ?REGION)
        (instance ?ROLE CaseRole)
        (instance ?OBJECT Object)
        (instance ?REGION GeographicArea)
        (capability ?TYPE ?ROLE ?OBJECT))
    (capableAtLocation ?TYPE ?ROLE ?OBJECT ?REGION))
Transportation.kif 3727-3736 如果 All of the following hold: (1) 子类 X and 易位 (2) Y and X (3) YlocatedZ (4) W and CaseRole (5) V and Object (6) Z and GeographicArea (7) 能力 X, W and V, 然后 X capable 在地点 W 对于 VZ 在一起
(=>
    (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 ?HOTEL ?CUST
                (exists (?PROC)
                    (and
                        (agent ?PROC ?CUST)
                        (or
                            (instrument ?PROC ?O)
                            (patient ?PROC ?O)
                            (resource ?PROC ?O))))))))
Hotel.kif 294-313 如果 All of the following hold: (1) X 是在 Yguest (2) X staysZ (3) 元件 Z and 属性 Y (4) Z and W (5) VamenityW (6) 子类 V and Object, 然后 有存在 U 这样 U and V, 位于 U and Z, 赋予权利 Y, X and 有存在 T 这样 agent T and X, 和 仪器 T and U, 患者 T and U, 或 资源 T and U
(=>
    (and
        (paidRoomAmenity ?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
            (located ?P ?R)
            (patient ?P ?O)
            (instrument ?P ?O)
            (resource ?P ?O)))
    (exists (?PRICE ?U)
        (and
            (price ?O
                (MeasureFn ?PRICE ?U) ?GUEST)
            (instance ?U UnitOfCurrency)
            (greaterThan ?PRICE 0))))
Hotel.kif 396-417 如果 All of the following hold: (1) X 的 承租人 能 pay 去使用 Y (2) 子类 Y and Object (3) Z and X (4) W staysZ (5) 元件 Z and 属性 V (6) U and Y (7) 位于 U and Z (8) T and Process (9) agent T and W (10) At least one of the following holds: (1) 位于 T and Z (2) 患者 T and U (3) 仪器 T and U (4) 资源 T and U, 然后 有存在 S, R 这样 U 是 对于 Wprice 测量 S and R, R and UnitOfCurrency, 和 比较多 S and 0
(=>
    (and
        (customer ?CUST ?AGENT)
        (propertyAmenity ?AGENT ?PHYS)
        (subclass ?PHYS Object)
        (instance ?X ?PHYS))
    (confersRight ?AGENT ?CUST
        (exists (?PROC)
            (and
                (instance ?PROC Process)
                (or
                    (resource ?PROC ?X)
                    (instrument ?PROC ?X)
                    (patient ?PROC ?X))
                (or
                    (agent ?PROC ?CUST)
                    (experiencer ?PROC ?CUST))))))
Hotel.kif 504-520 如果 XYcustomer, XZ, 子类 Z and Object, 和 W and Z, 然后 赋予权利 X, Y and 有存在 V 这样 V and Process, 资源 V and W, 仪器 V and W, 患者 V and W, 和 agent V and Y, 或 体验者 V and Y
(=>
    (and
        (instance ?ROBOT CarryBot)
        (instance ?INSTANCE ?OBJECT)
        (subclass ?OBJECT Object)
        (widthLimit ?ROBOT
            (MeasureFn ?WIDTHLIMIT ?UNIT))
        (or
            (and
                (defaultMaximumLength ?OBJECT
                    (MeasureFn ?LENGTH ?UNIT))
                (defaultMaximumWidth ?OBJECT
                    (MeasureFn ?WIDTH ?UNIT))
                (defaultMaximumHeight ?OBJECT
                    (MeasureFn ?HEIGHT ?UNIT))
                (greaterThan ?LENGTH ?WIDTHLIMIT)
                (greaterThan ?WIDTH ?WIDTHLIMIT)
                (greaterThan ?HEIGHT ?WIDTHLIMIT))
            (and
                (defaultMaximumSphereRadius ?OBJECT
                    (MeasureFn ?RADIUS ?UNIT))
                (greaterThan
                    (MultiplicationFn ?RADIUS 2) ?WIDTHLIMIT))))
    (not
        (canCarry ?ROBOT ?INSTANCE)))
Robot.kif 28-52 如果 X and CarryBot, Y and Z, 子类 Z and Object, widthLimit X and 测量 W and V, 和 All of the following hold: (1) Zmaximum 预期长度是 测量 U and V (2) Zmaximum 预期宽度是 测量 T and V (3) Zmaximum 预期高度是 测量 S and V (4) 比较多 U and W (5) 比较多 T and W (6) 比较多 S and WZmaximum 預期半径是 测量 R and V比较多 乘法 R and 2 and W, 然后 canCarry X and Y
(=>
    (instance ?X Protecting)
    (hasPurpose ?X
        (exists (?OBJ ?T ?H ?HARM)
            (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 20352-20373 如果 X and Protecting, 然后 有目的 X and 有存在 YZ,, , W, and, V 这样 Y and Object, 患者 X and Object, 子类 V and 卡帕 W and W and 犯罪行为, W and Damaging, 持有期间 Z and 患者 W and Y持有期间 Z and 患者 X and Y, 和 防止 X and V, 或 X hinders V
(=>
    (instance ?T Truck)
    (exists (?L)
        (and
            (subclass ?L Object)
            (cargoType ?T ?L))))
Transportation.kif 2174-2179 如果 X and 卡车, 然后 有存在 Y 这样 子类 Y and ObjectYXcargo 种类
(=>
    (and
        (equal ?P
            (OrganicObjectFn ?ORG))
        (subclass ?P Object))
    (or
        (subclass ?ORG Organism)
        (subclass ?ORG AnatomicalStructure)))
Economy.kif 5594-5601 如果 equal X and OrganicObjectFn Y子类 X and Object, 然后 子类 Y and Organism子类 Y and AnatomicalStructure
(=>
    (and
        (attribute ?X DutyFree)
        (instance ?X Store))
    (exists (?AREA ?OBJ ?O ?SELL)
        (and
            (instance ?AREA GeopoliticalArea)
            (located ?X ?AREA)
            (subclass ?O Object)
            (importCommodityType ?AREA ?O)
            (instance ?OBJ ?O)
            (instance ?SELL Selling)
            (patient ?SELL ?OBJ)
            (located ?SELL ?X))))
Hotel.kif 1489-1502 如果 attribute X and DutyFree X and 商店, 然后 All of the following hold: (1) 有存在 YZ,, , W, and (2) V 这样 Y and GeopoliticalArea (3) 位于 X and Y (4) 子类 W and Object (5) WYimport 商品种类 (6) Z and W (7) V and Selling (8) 患者 V and Z (9) 位于 V and X
(=>
    (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 98-107 如果 All of the following hold: (1) X offers 拍卖样品在 Y (2) Z 是在 Y (3) 子类 Z and Object (4) W and V (5) 子类 V and Process (6) U and Z (7) 患者 W and U, 然后 能力 V, agent and X
(=>
    (and
        (lengthLimit ?ROBOT
            (MeasureFn ?LENGTHLIMIT ?UNIT))
        (instance ?INSTANCE ?OBJECT)
        (subclass ?OBJECT Object)
        (or
            (and
                (defaultMaximumLength ?OBJECT
                    (MeasureFn ?LENGTH ?UNIT))
                (defaultMaximumWidth ?OBJECT
                    (MeasureFn ?WIDTH ?UNIT))
                (defaultMaximumHeight ?OBJECT
                    (MeasureFn ?HEIGHT ?UNIT)))
            (or
                (and
                    (greaterThan ?LENGTH ?LENGTHLIMIT)
                    (greaterThan ?WIDTH ?LENGTHLIMIT))
                (and
                    (greaterThan ?LENGTH ?LENGTHLIMIT)
                    (greaterThan ?HEIGHT ?LENGTHLIMIT))
                (and
                    (greaterThan ?WIDTH ?LENGTHLIMIT)
                    (greaterThan ?HEIGHT ?LENGTHLIMIT)))
            (and
                (defaultMaximumSphereRadius ?OBJECT
                    (MeasureFn ?RADIUS ?UNIT))
                (greaterThan
                    (MultiplicationFn ?RADIUS 2)
                    (DivisionFn ?LENGTHLIMIT 2)))))
    (not
        (canCarry ?ROBOT ?INSTANCE)))
Robot.kif 61-86 如果 lengthLimit X and 测量 Y and Z, W and V, 子类 V and Object, 和 At least one of the following holds: (1) Vmaximum 预期长度是 测量 U and Z, Vmaximum 预期宽度是 测量 T and Z, 和 Vmaximum 预期高度是 测量 S and Z (2) At least one of the following holds: (1) 比较多 U and Y比较多 T and Y (2) 比较多 U and Y比较多 S and Y (3) 比较多 T and Y比较多 S and Y (3) Vmaximum 預期半径是 测量 R and Z比较多 乘法 R and 2 and Y and 2, 然后 canCarry X and W
(=>
    (and
        (massLimit ?ROBOT
            (MeasureFn ?MASSLIMIT ?UNITOFMASS))
        (instance ?INSTANCE ?OBJECT)
        (subclass ?OBJECT Object)
        (instance ?UNITOFMASS UnitOfMass)
        (defaultMaximumMeasure ?OBJECT
            (MeasureFn ?NUM ?UNITOFMASS))
        (greaterThan ?NUM ?MASSLIMIT))
    (not
        (canCarry ?ROBOT ?INSTANCE)))
Robot.kif 94-103 如果 All of the following hold: (1) massLimit X and 测量 Y and Z (2) W and V (3) 子类 V and Object (4) Z and UnitOfMass (5) Vmaximum 预期价值是 测量 U and Z (6) 比较多 U and Y, 然后 canCarry X and W
(=>
    (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 ?O
        (MeasureFn 0 UnitedStatesDollar) ?GUEST))
Hotel.kif 346-361 如果 All of the following hold: (1) X 的使用是对于 Y 免费 (2) 子类 X and Object (3) Z and Y (4) W staysZ (5) 元件 Z and 属性 V (6) U and X (7) 位于 U and Z (8) T and Process (9) agent T and W (10) At least one of the following holds: (1) 患者 T and U (2) 仪器 T and U (3) 资源 T and U, 然后 U 是 对于 Wprice 测量 0 and 美国美元
(=>
    (and
        (offersAtTime ?AGENT ?CATALOG ?TIMEINT)
        (catalogItem ?CLASS ?CATALOG)
        (subclass ?CLASS Object)
        (instance ?PROCESSINSTANCE ?PROCESS)
        (subclass ?PROCESS Process)
        (instance ?OBJ ?CLASS)
        (patient ?PROCESSINSTANCE ?OBJ)
        (instance ?TIMEINT ?TIME)
        (subclass ?TIME TimeInterval))
    (capabilityDuring ?PROCESS agent ?AGENT ?TIME))
Catalog.kif 139-150 如果 All of the following hold: (1) X offers 拍卖样品在 Y 在其间 Z (2) W 是在 Y (3) 子类 W and Object (4) V and U (5) 子类 U and Process (6) T and W (7) 患者 V and T (8) Z and S (9) 子类 S and TimeInterval, 然后 Xcapable 当成 agentU 在期间 S
(=>
    (and
        (naturalHazardTypeInArea ?AREA ?TYPE)
        (subclass ?TYPE Object))
    (exists (?ITEM)
        (and
            (instance ?ITEM ?TYPE)
            (located ?ITEM ?AREA))))
Geography.kif 3726-3733 如果 X 是区域 Ynatural 有害类别 和 子类 X and Object, 然后 有存在 Z 这样 Z and X位于 Z and Y
(subclass Object Physical) Merge.kif 839-839 子类 Object and Physical
(subclass TornadoDamage Object) Weather.kif 3379-3379 子类 龙卷风损害 and Object
(subclass Shrapnel Object) MilitaryDevices.kif 2253-2253 子类 Shrapnel and Object
(subclass Magnet Object) Cars.kif 3944-3944 子类 Magnet and Object
(subclass TwoDimensionalObject Object) Mid-level-ontology.kif 5291-5291 子类 二维物体 and Object
(subclass TransitwayObstacle Object) Mid-level-ontology.kif 16775-16775 子类 过境障碍 and Object
(subclass ContactSite Object) Mid-level-ontology.kif 26952-26952 子类 ContactSite and Object
(subclass SphericalObject Object) Mid-level-ontology.kif 27986-27986 子类 SphericalObject and Object
(subclass SelfConnectedObject Object) Merge.kif 855-855 子类 SelfConnectedObject and Object
(subclass Region Object) Merge.kif 1286-1286 子类 Region and Object
(subclass AutonomousAgent Object) Merge.kif 1591-1591 子类 AutonomousAgent and Object
(subclass AstronomicalBody Object) Merge.kif 14197-14197 子类 AstronomicalBody and Object
(subclass Artifact Object) Merge.kif 15853-15853 子类 Artifact and Object


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