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

Formal Language: 



Term 1: Term 2:

(=>
    (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 1186-1201
(subclass HotelUnit StationaryArtifact) Hotel.kif 89-89 HotelUnit ist eine teilkategorie von StationaryArtifact
(subclass HotelUnit TemporaryResidence) Hotel.kif 90-90 HotelUnit ist eine teilkategorie von TemporaryResidence
(subclass HotelRoom HotelUnit) Hotel.kif 120-120 HotelRoom ist eine teilkategorie von HotelUnit
(subclass HotelVilla HotelUnit) Hotel.kif 133-133 HotelVilla ist eine teilkategorie von HotelUnit


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