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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Railway
Railway(railway)
cable_railway, funicular, funicular_railway, monorail, rail, scenic_railway

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


(documentation Railway EnglishLanguage "Railway is the subclass of LandTransitways that have rails along which Trains may travel. A railway consists of the rail bed, sleepers, tracks, electric rails, switches, sensors, lights, crossing grades, and any other integral machinery or parts of a section of railway.") Transportation.kif 347-351
(externalImage Railway "http://upload.wikimedia.org/wikipedia/commons/thumb/ d/ d1/ 08_tory_railtrack_ubt.jpeg/ 120px-08_tory_railtrack_ubt.jpeg") pictureList.kif 1228-1228
(subclass Railway LandTransitway) Transportation.kif 345-345 Railway is a subclass of land transitway
(subclass Railway StationaryArtifact) Transportation.kif 346-346 Railway is a subclass of stationary artifact

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


(subclass BroadGaugeRailway Railway) Transportation.kif 353-353 Broad gauge railway is a subclass of railway
(subclass DualGaugeRailway Railway) Transportation.kif 354-354 Dual gauge railway is a subclass of railway
(subclass ElectrifiedRailway Railway) Transportation.kif 358-358 Electrified railway is a subclass of railway
(subclass MultipleTrackRailway Railway) Transportation.kif 362-362 Multiple track railway is a subclass of railway
(subclass NarrowGaugeRailway Railway) Transportation.kif 355-355 Narrow gauge railway is a subclass of railway
(subclass RailJunction Railway) Transportation.kif 2977-2977 Rail junction is a subclass of railway
(subclass StandardGaugeRailway Railway) Transportation.kif 356-356 Standard gauge railway is a subclass of railway
(termFormat ChineseLanguage Railway "铁路") domainEnglishFormat.kif 48674-48674
(termFormat ChineseTraditionalLanguage Railway "鐵路") domainEnglishFormat.kif 48673-48673
(termFormat EnglishLanguage Railway "railway") domainEnglishFormat.kif 48672-48672

appearance as argument number 3
-------------------------


(domain trackWidth 1 Railway) Transportation.kif 396-396 The number 1 argument of track width is an instance of railway

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


(=>
    (and
        (instance ?RR Railway)
        (property ?RR BroadGauge)
        (trackWidth ?RR
            (MeasureFn ?WIDTH Meter)))
    (greaterThan ?WIDTH 1.44))
Transportation.kif 403-409
(=>
    (and
        (instance ?RR Railway)
        (property ?RR NarrowGauge)
        (trackWidth ?RR
            (MeasureFn ?WIDTH Meter)))
    (lessThanOrEqualTo ?WIDTH 1.435))
Transportation.kif 453-458
(=>
    (and
        (instance ?RR Railway)
        (property ?RR StandardGauge)
        (trackWidth ?RR
            (MeasureFn ?WIDTH Meter)))
    (greaterThanOrEqualTo ?WIDTH 1.435))
Transportation.kif 427-433
(=>
    (and
        (instance ?RR Railway)
        (property ?RR StandardGauge)
        (trackWidth ?RR
            (MeasureFn ?WIDTH Meter)))
    (lessThanOrEqualTo ?WIDTH 1.44))
Transportation.kif 435-441

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


(<=>
    (totalLengthOfRailwaySystem ?AREA ?LENGTH)
    (length
        (KappaFn ?RAILWAYS
            (and
                (instance ?RAILWAYS Railway)
                (located ?RAILWAYS ?AREA))) ?LENGTH))
Transportation.kif 98-105 A length measure is a total length of railway system of a geographic area if and only if the length of the class described by a symbolic string is the length measure
(=>
    (and
        (lengthOfUnclassifiedGaugeRailway ?AREA
            (MeasureFn ?LENGTH ?UNIT))
        (instance ?UNIT UnitOfLength)
        (greaterThan ?LENGTH 0))
    (exists (?RAILWAY)
        (and
            (instance ?RAILWAY Railway)
            (located ?RAILWAY ?AREA))))
Transportation.kif 308-316
(=>
    (and
        (totalLengthOfRailwaySystem ?AREA
            (MeasureFn ?LENGTH Mile))
        (greaterThan ?LENGTH 0))
    (exists (?RAILWAY)
        (and
            (instance ?RAILWAY Railway)
            (located ?RAILWAY ?AREA))))
Transportation.kif 107-115
(=>
    (instance ?X RailVehicle)
    (hasPurpose ?X
        (exists (?EV ?RAIL)
            (and
                (instance ?RAIL Railway)
                (instance ?EV Transportation)
                (holdsDuring
                    (WhenFn ?EV)
                    (meetsSpatially ?X ?RAIL))))))
Transportation.kif 2036-2045


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