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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ShipRegister
ShipRegister

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


(documentation ShipRegister EnglishLanguage "A ShipRegister is a record of each Ship and owner registered with the maritime authorities of a country or possession, colony, or territory of a country. Ships on the ShipRegister of a given region fly the flag of that region and are subject to its maritime regulations and rules of taxation.") Transportation.kif 1107-1111
(externalImage ShipRegister "http://upload.wikimedia.org/wikipedia/commons/ 1/ 11/ Coast_guard_flag.gif") pictureList.kif 6854-6854
(subclass ShipRegister ContentBearingObject) Transportation.kif 1106-1106 ShipRegister est une sous-classe de objet exprimant un sens

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


(range ShipRegisterFn ShipRegister) Transportation.kif 1134-1134 Le domaine de ShipRegisterFn est une instance de ShipRegister
(subclass FlagOfConvenienceRegister ShipRegister) Transportation.kif 1198-1198 FlagOfConvenienceRegister est une sous-classe de ShipRegister
(subclass InternalShipRegister ShipRegister) Transportation.kif 1168-1168 InternalShipRegister est une sous-classe de ShipRegister
(subclass NationalShipRegister ShipRegister) Transportation.kif 1121-1121 NationalShipRegister est une sous-classe de ShipRegister
(subclass OffshoreShipRegister ShipRegister) Transportation.kif 1182-1182 OffshoreShipRegister est une sous-classe de ShipRegister
(termFormat ChineseLanguage ShipRegister "船舶登记") domainEnglishFormat.kif 52713-52713
(termFormat ChineseTraditionalLanguage ShipRegister "船舶登記") domainEnglishFormat.kif 52712-52712
(termFormat EnglishLanguage ShipRegister "ship register") domainEnglishFormat.kif 52711-52711

appearance as argument number 3
-------------------------


(domain marineInventory 2 ShipRegister) Transportation.kif 1049-1049 Le nombre 2 argument de marineInventory est une instance de ShipRegister

antecedent
-------------------------


(=>
    (and
        (instance
            (ShipRegisterFn ?AREA) ShipRegister)
        (instance ?AREA Nation))
    (instance
        (ShipRegisterFn ?AREA) NationalShipRegister))
Transportation.kif 1145-1149
(=>
    (and
        (instance
            (ShipRegisterFn ?AREA) ShipRegister)
        (instance ?AREA OverseasArea))
    (instance
        (ShipRegisterFn ?AREA) OffshoreShipRegister))
Transportation.kif 1151-1155
(=>
    (and
        (instance ?AREA GeopoliticalArea)
        (instance
            (ShipRegisterFn ?AREA) ShipRegister))
    (possesses ?AREA
        (ShipRegisterFn ?AREA)))
Transportation.kif 1139-1143

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


(=>
    (instance ?MM
        (MerchantMarineFn ?AREA))
    (exists (?REGISTER)
        (and
            (instance ?REGISTER ShipRegister)
            (possesses ?AREA ?REGISTER)
            (marineInventory ?MM ?REGISTER))))
Transportation.kif 1113-1119


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