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



KB Term:  Term intersection
English Word: 

  lengthOfUnpavedHighway

Sigma KEE - lengthOfUnpavedHighway
lengthOfUnpavedHighway

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


(instance lengthOfUnpavedHighway BinaryPredicate) Transportation.kif 594-594 length of unpaved highway is an instance of binary predicate
(domain lengthOfUnpavedHighway 1 GeographicArea) Transportation.kif 595-595 The number 1 argument of length of unpaved highway is an instance of geographic area
(domain lengthOfUnpavedHighway 2 LengthMeasure) Transportation.kif 596-596 The number 2 argument of length of unpaved highway is an instance of length measure
(documentation lengthOfUnpavedHighway EnglishLanguage "(lengthOfUnpavedHighway ?AREA ?LENGTH) means that the total length of UnsurfacedRoadway in the GeographicArea ?AREA is ?LENGTH.") Transportation.kif 597-599 The number 2 argument of length of unpaved highway is an instance of length measure

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


(format EnglishLanguage lengthOfUnpavedHighway "%2 is %n a length of unpaved highway of %1") domainEnglishFormat.kif 1521-1521
(format ChineseTraditionalLanguage lengthOfUnpavedHighway "%2 %n 是 %1 的未鋪設高速公路 length ") domainEnglishFormat.kif 1522-1522
(format ChineseLanguage lengthOfUnpavedHighway "%2 %n 是 %1 的未铺设高速公路 length ") domainEnglishFormat.kif 1523-1523
(termFormat EnglishLanguage lengthOfUnpavedHighway "length of unpaved highway") domainEnglishFormat.kif 34045-34045
(termFormat ChineseTraditionalLanguage lengthOfUnpavedHighway "未鋪砌的公路的長度") domainEnglishFormat.kif 34046-34046
(termFormat ChineseLanguage lengthOfUnpavedHighway "未铺砌的公路的长度") domainEnglishFormat.kif 34047-34047

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


(=>
    (and
        (totalLengthOfHighwaySystem ?AREA
            (MeasureFn ?LENGTH ?UNIT))
        (lengthOfPavedHighway ?AREA
            (MeasureFn ?LENGTH1 ?UNIT))
        (lengthOfUnpavedHighway ?AREA
            (MeasureFn ?LENGTH2 ?UNIT)))
    (equal ?LENGTH
        (AdditionFn ?LENGTH1 ?LENGTH2)))
Transportation.kif 503-508 If X Y(s) is a total length of highway system of Z, W Y(s) is a length of paved highway of Z, and V Y(s) is a length of unpaved highway of Z, then equal X and (W and V)
(=>
    (and
        (totalLengthOfHighwaySystem ?AREA
            (MeasureFn ?LENGTH ?UNIT))
        (lengthOfPavedHighway ?AREA
            (MeasureFn ?LENGTH1 ?UNIT))
        (lengthOfUnpavedHighway ?AREA
            (MeasureFn ?LENGTH2 ?UNIT))
        (instance ?UNIT UnitOfLength))
    (totalLengthOfHighwaySystem ?AREA
        (MeasureFn
            (AdditionFn ?LENGTH1 ?LENGTH2) ?UNIT)))
Transportation.kif 510-517 If X Y(s) is a total length of highway system of Z, W Y(s) is a length of paved highway of Z, V Y(s) is a length of unpaved highway of Z, and Y is an instance of unit of length, then (W and V) Y(s) is a total length of highway system of Z
(=>
    (and
        (totalLengthOfHighwaySystem ?AREA
            (MeasureFn ?TOTAL ?UNIT))
        (lengthOfUnpavedHighway ?AREA
            (MeasureFn ?UNPAVED ?UNIT)))
    (greaterThanOrEqualTo ?TOTAL ?UNPAVED))
Transportation.kif 527-533 If X Y(s) is a total length of highway system of Z and W Y(s) is a length of unpaved highway of Z, then X is greater than or equal to W
(<=>
    (lengthOfUnpavedHighway ?AREA ?LENGTH)
    (length
        (KappaFn ?HIGHWAYS
            (and
                (instance ?HIGHWAYS UnsurfacedRoadway)
                (located ?HIGHWAYS ?AREA))) ?LENGTH))
Transportation.kif 601-608 X is a length of unpaved highway of Y if and only if the length of the class described by Z is X
(=>
    (and
        (lengthOfUnpavedHighway ?AREA
            (MeasureFn ?LENGTH ?UNIT))
        (instance ?UNIT UnitOfLength)
        (greaterThan ?LENGTH 0))
    (exists (?HIGHWAY)
        (and
            (instance ?HIGHWAY UnsurfacedRoadway)
            (located ?HIGHWAY ?AREA))))
Transportation.kif 610-618 If X Y(s) is a length of unpaved highway of Z, Y is an instance of unit of length, and X is greater than 0, then there exists W such that W is an instance of unsurfaced roadway and W is located at Z


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners