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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - RegistryTon
RegistryTon(registry ton)

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


(documentation RegistryTon EnglishLanguage "RegistryTon is a unit of measure used to represent the Gross Registered Tonnage (GRT) capacity of Ships. GRT is based on a volume measure, with one RegistryTon equal to a volume of 100 cubic feet.") Mid-level-ontology.kif 15034-15037
(instance RegistryTon UnitOfVolume) Mid-level-ontology.kif 15033-15033 Registry ton is an instance of unit of volume

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


(names "Gross Ton" RegistryTon) Mid-level-ontology.kif 15032-15032 Registry ton has &ames$"name" "Gross Ton"
(names "Registry Ton" RegistryTon) Mid-level-ontology.kif 15031-15031 Registry ton has &ames$"name" "Registry Ton"
(termFormat ChineseLanguage RegistryTon "注册表吨") domainEnglishFormat.kif 49260-49260 Registry ton has &ames$"name" "Registry Ton"
(termFormat ChineseTraditionalLanguage RegistryTon "註冊表噸") domainEnglishFormat.kif 49259-49259 Registry ton has &ames$"name" "Registry Ton"
(termFormat EnglishLanguage RegistryTon "registry ton") domainEnglishFormat.kif 49258-49258 Registry ton has &ames$"name" "Registry Ton"

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


(=>
    (and
        (instance ?SHIP MerchantMarineShip)
        (measure ?SHIP
            (MeasureFn ?GRT RegistryTon)))
    (greaterThanOrEqualTo ?GRT 1000))
Transportation.kif 1029-1033

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


(=>
    (and
        (instance ?UNIT UnitOfMass)
        (fleetGrossRegisteredTonnage ?FLEET
            (MeasureFn ?NUMBER ?UNIT)))
    (equal ?UNIT RegistryTon))
Transportation.kif 996-1000
(=>
    (equal ?NUMBER
        (MultiplicationFn 1.0 ?NUMBER))
    (equal
        (MeasureFn ?NUMBER RegistryTon)
        (MeasureFn
            (MultiplicationFn ?NUMBER 100.0) CubicFoot)))
Mid-level-ontology.kif 15039-15043


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