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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - lengthOfPavedHighway
lengthOfPavedHighway

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


(documentation lengthOfPavedHighway EnglishLanguage "(lengthOfPavedHighway ?AREA ?LENGTH) means that the total length of SurfacedRoadway in the GeographicArea ?AREA is ?LENGTH.") Transportation.kif 538-540
(domain lengthOfPavedHighway 1 GeographicArea) Transportation.kif 536-536 Le nombre 1 argument de lengthOfPavedHighway est une instance de secteur g�ographique
(domain lengthOfPavedHighway 2 LengthMeasure) Transportation.kif 537-537 Le nombre 2 argument de lengthOfPavedHighway est une instance de mesure de longueur
(instance lengthOfPavedHighway BinaryPredicate) Transportation.kif 535-535 lengthOfPavedHighway est une instance de pr�dicat binaire

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


(format ChineseLanguage lengthOfPavedHighway "%2 %n 是 %1 的铺设铁路 length ") domainEnglishFormat.kif 1507-1507
(format ChineseTraditionalLanguage lengthOfPavedHighway "%2 %n 是 %1 的鋪設鐵路 length ") domainEnglishFormat.kif 1506-1506
(format EnglishLanguage lengthOfPavedHighway "%2 is %n a length of paved highway of %1") domainEnglishFormat.kif 1505-1505
(termFormat ChineseLanguage lengthOfPavedHighway "铺设高速公路的长度") domainEnglishFormat.kif 34019-34019
(termFormat ChineseTraditionalLanguage lengthOfPavedHighway "鋪設高速公路的長度") domainEnglishFormat.kif 34018-34018
(termFormat EnglishLanguage lengthOfPavedHighway "length of paved highway") domainEnglishFormat.kif 34017-34017

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


(<=>
    (lengthOfPavedHighway ?AREA ?LENGTH)
    (length
        (KappaFn ?HIGHWAYS
            (and
                (instance ?HIGHWAYS SurfacedRoadway)
                (located ?HIGHWAYS ?AREA))) ?LENGTH))
Transportation.kif 542-549 lengthOfPavedHighway secteur g�ographique and mesure de longueur le longueur de la classe d�crite par cha�ne sympbolique est mesure de longueur
(=>
    (and
        (instance ?UNIT UnitOfLength)
        (lengthOfExpresswaySystem ?AREA
            (MeasureFn ?LENGTH1 ?UNIT))
        (lengthOfPavedHighway ?AREA
            (MeasureFn ?LENGTH2 ?UNIT)))
    (greaterThanOrEqualTo ?LENGTH2 ?LENGTH1))
Transportation.kif 587-592
(=>
    (and
        (lengthOfPavedHighway ?AREA
            (MeasureFn ?LENGTH ?UNIT))
        (instance ?UNIT UnitOfLength)
        (greaterThan ?LENGTH 0))
    (exists (?HIGHWAY)
        (and
            (instance ?HIGHWAY SurfacedRoadway)
            (located ?HIGHWAY ?AREA))))
Transportation.kif 551-559
(=>
    (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
(=>
    (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
(=>
    (and
        (totalLengthOfHighwaySystem ?AREA
            (MeasureFn ?TOTAL ?UNIT))
        (lengthOfPavedHighway ?AREA
            (MeasureFn ?PAVED ?UNIT)))
    (greaterThanOrEqualTo ?TOTAL ?PAVED))
Transportation.kif 519-525


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