Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ShortSeaPassengerShip
ShortSeaPassengerShip(short sea passenger ship)

appearance as argument number 1
-------------------------


(externalImage ShortSeaPassengerShip "http://upload.wikimedia.org/wikipedia/ commons/ 7/ 70/ Hkstarferry.JPG") pictureList.kif 1985-1985
(subclass ShortSeaPassengerShip PassengerShip) Transportation.kif 2440-2440 Short sea passenger ship is a subclass of passenger ship

appearance as argument number 2
-------------------------


(instance FerryBoat ShortSeaPassengerShip) Transportation.kif 2517-2517 Ferry boat is an instance of short sea passenger ship
(termFormat ChineseLanguage ShortSeaPassengerShip "近海客船") domainEnglishFormat.kif 52835-52835
(termFormat ChineseTraditionalLanguage ShortSeaPassengerShip "近海客船") domainEnglishFormat.kif 52834-52834
(termFormat EnglishLanguage ShortSeaPassengerShip "short sea passenger ship") domainEnglishFormat.kif 52833-52833

consequent
-------------------------


(=>
    (and
        (instance ?X WaterTransportationService)
        (serviceProvider ?X ?Y)
        (attribute ?Y CoastalAndGreatLakesPassengerTransportation))
    (exists (?CRUISE ?SHIP ?WATER)
        (and
            (subProcess ?CRUISE ?X)
            (instance ?CRUISE WaterTransportation)
            (instrument ?CRUISE ?SHIP)
            (instance ?SHIP PassengerShip)
            (eventLocated ?CRUISE ?WATER)
            (instance ?WATER WaterArea)
            (geographicSubregion ?WATER UnitedStates)
            (not
                (exists (?FERRY)
                    (and
                        (instance ?FERRY ShortSeaPassengerShip)
                        (equal ?SHIP ?FERRY)))))))
naics.kif 8207-8225
(=>
    (and
        (instance ?X WaterTransportationService)
        (serviceProvider ?X ?Y)
        (attribute ?Y DeepSeaPassengerTransportation))
    (exists (?CRUISE ?SHIP)
        (and
            (subProcess ?CRUISE ?X)
            (instance ?CRUISE WaterTransportation)
            (instrument ?CRUISE ?SHIP)
            (instance ?SHIP PassengerShip)
            (eventLocated ?CRUISE WorldOcean)
            (not
                (exists (?FERRY)
                    (and
                        (instance ?FERRY ShortSeaPassengerShip)
                        (equal ?SHIP ?FERRY)))))))
naics.kif 8159-8175


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



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