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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ShortSeaPassengerShip
ShortSeaPassengerShip

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 2434-2434

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


(instance FerryBoat ShortSeaPassengerShip) Transportation.kif 2495-2495
(termFormat ChineseLanguage ShortSeaPassengerShip "近海客船") domainEnglishFormat.kif 52833-52833
(termFormat ChineseTraditionalLanguage ShortSeaPassengerShip "近海客船") domainEnglishFormat.kif 52832-52832
(termFormat EnglishLanguage ShortSeaPassengerShip "short sea passenger ship") domainEnglishFormat.kif 52831-52831

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