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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - MultipleTrackRailway
MultipleTrackRailway(multiple track railway)

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


(documentation MultipleTrackRailway EnglishLanguage "MultipleTrackRailway is the subclass of Railway whose instances consists of two or more sets of tracks running in parallel, allowing motion in both directions along a route without the need for sidings and delays.") Transportation.kif 363-366
(subclass MultipleTrackRailway Railway) Transportation.kif 362-362 Multiple track railway is a subclass of railway

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


(termFormat ChineseLanguage MultipleTrackRailway "多轨铁路") domainEnglishFormat.kif 39177-39177
(termFormat ChineseTraditionalLanguage MultipleTrackRailway "多軌鐵路") domainEnglishFormat.kif 39176-39176
(termFormat EnglishLanguage MultipleTrackRailway "multiple track railway") domainEnglishFormat.kif 39175-39175

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


(=>
    (instance ?RAIL MultipleTrackRailway)
    (exists (?TRACK1 ?TRACK2)
        (and
            (instance ?TRACK1 RailroadTrack)
            (instance ?TRACK2 RailroadTrack)
            (not
                (equal ?TRACK1 ?TRACK2))
            (part ?TRACK1 ?RAIL)
            (part ?TRACK2 ?RAIL))))
Transportation.kif 368-376

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


(<=>
    (lengthOfMultipleTrackRailway ?AREA ?LENGTH)
    (length
        (KappaFn ?RAILWAYS
            (and
                (instance ?RAILWAYS MultipleTrackRailway)
                (located ?RAILWAYS ?AREA))) ?LENGTH))
Transportation.kif 154-161 A length measure is a length of multiple track railway of a geographic area if and only if the length of the class described by a symbolic string is the length measure
(=>
    (and
        (lengthOfMultipleTrackRailway ?AREA
            (MeasureFn ?LENGTH Mile))
        (greaterThan ?LENGTH 0))
    (exists (?RAILWAY)
        (and
            (instance ?RAILWAY MultipleTrackRailway)
            (located ?RAILWAY ?AREA))))
Transportation.kif 163-171


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