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


KB Term:  Term intersection
English Word: 

Sigma KEE - permanentCropLandArea
permanentCropLandArea

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


(documentation permanentCropLandArea EnglishLanguage "(permanentCropLandArea ?REGION ?AMOUNT) means that the GeographicArea ?REGION has ?AMOUNT of land under cultivation with crops that are not replanted after each harvest. This includes orchards, vineyards, coffee and rubber plantations. Cf. permanentCropLandArea.") Geography.kif 3511-3515
(domain permanentCropLandArea 1 GeographicArea) Geography.kif 3508-3508 The number 1 argument of permanent crop land area is an instance of geographic area
(domain permanentCropLandArea 2 ConstantQuantity) Geography.kif 3509-3509 The number 2 argument of permanent crop land area is an instance of constant quantity
(instance permanentCropLandArea BinaryPredicate) Geography.kif 3507-3507 permanent crop land area is an instance of binary predicate

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


(format ChineseLanguage permanentCropLandArea "%2 %n 是 %1 的 permanent 农作地区") domainEnglishFormat.kif 1955-1955
(format ChineseTraditionalLanguage permanentCropLandArea "%2 %n 是 %1 的 permanent 農作地區") domainEnglishFormat.kif 1954-1954
(format EnglishLanguage permanentCropLandArea "%2 is %n a permanent crop land area of %1") domainEnglishFormat.kif 1953-1953
(termFormat ChineseLanguage permanentCropLandArea "永久性农田面积") domainEnglishFormat.kif 45247-45247
(termFormat ChineseTraditionalLanguage permanentCropLandArea "永久性農田面積") domainEnglishFormat.kif 45246-45246
(termFormat EnglishLanguage permanentCropLandArea "permanent crop land area") domainEnglishFormat.kif 45245-45245

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


(=>
    (and
        (permanentCropLandArea ?REGION
            (MeasureFn ?FRACTION ?UNIT))
        (greaterThanOrEqualTo ?FRACTION 0.0)
        (totalArea ?REGION
            (MeasureFn ?TOTAL ?UNIT))
        (instance ?UNIT UnitOfArea)
        (equal ?AMOUNT
            (MultiplicationFn ?FRACTION ?TOTAL)))
    (permanentCropLandArea ?REGION
        (MeasureFn ?AMOUNT ?UNIT)))
Geography.kif 3517-3528
(=>
    (and
        (permanentCropLandArea ?REGION
            (MeasureFn ?FRACTION ?UNIT))
        (greaterThanOrEqualTo ?FRACTION 0.0)
        (totalArea ?REGION
            (MeasureFn ?TOTAL ?UNIT))
        (instance ?UNIT UnitOfArea))
    (exists (?PERMCROP)
        (and
            (instance ?PERMCROP PermanentCropLand)
            (geographicSubregion ?PERMCROP ?REGION)
            (measure ?PERMCROP
                (MeasureFn
                    (MultiplicationFn ?FRACTION ?TOTAL) ?UNIT)))))
Geography.kif 3530-3544

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


(=>
    (and
        (permanentCropLandArea ?REGION
            (MeasureFn ?FRACTION ?UNIT))
        (greaterThanOrEqualTo ?FRACTION 0.0)
        (totalArea ?REGION
            (MeasureFn ?TOTAL ?UNIT))
        (instance ?UNIT UnitOfArea)
        (equal ?AMOUNT
            (MultiplicationFn ?FRACTION ?TOTAL)))
    (permanentCropLandArea ?REGION
        (MeasureFn ?AMOUNT ?UNIT)))
Geography.kif 3517-3528


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