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

Formal Language: 


KB Term:  Term intersection
English Word: 

  permanentCropLandArea

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 2277-2281
(domain permanentCropLandArea 1 GeographicArea) Geography.kif 2274-2274 The number 1 argument of permanent crop land area is an instance of geographic area
(domain permanentCropLandArea 2 ConstantQuantity) Geography.kif 2275-2275 The number 2 argument of permanent crop land area is an instance of constant quantity
(instance permanentCropLandArea BinaryPredicate) Geography.kif 2273-2273 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 45248-45248
(termFormat ChineseTraditionalLanguage permanentCropLandArea "永久性農田面積") domainEnglishFormat.kif 45247-45247
(termFormat EnglishLanguage permanentCropLandArea "permanent crop land area") domainEnglishFormat.kif 45246-45246

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 2283-2294
(=>
    (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 2296-2310

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 2283-2294


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

Show without tree


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