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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - routeStart
routeStart

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


(documentation routeStart EnglishLanguage "(routeStart ?REGION ?SYSTEM) means that within the given ?SYSTEM the given ?REGION is connected to only one other Region.") Transportation.kif 3351-3353
(domain routeStart 1 Region) Transportation.kif 3349-3349 The number 1 argument of route start is an instance of region
(domain routeStart 2 TransitSystem) Transportation.kif 3350-3350 The number 2 argument of route start is an instance of transit system
(instance routeStart BinaryPredicate) Transportation.kif 3348-3348 route start is an instance of binary predicate

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


(format ChineseLanguage routeStart "%1 是 %2 的 start ") domainEnglishFormat.kif 4462-4462
(format ChineseTraditionalLanguage routeStart "%1 是 %2 的 start ") domainEnglishFormat.kif 4461-4461
(format EnglishLanguage routeStart "%1 is the start of %2") domainEnglishFormat.kif 4460-4460
(termFormat EnglishLanguage routeStart "route start") domainEnglishFormat.kif 65986-65986

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


(=>
    (and
        (distanceOnPath ?DIST ?PATH)
        (pathInSystem ?PATH ?SYS)
        (routeStart ?START ?PATH)
        (routeEnd ?END ?PATH)
        (abstractCounterpart ?GRAPH ?SYS))
    (exists (?S ?BN ?EN)
        (and
            (subGraph ?S ?GRAPH)
            (equal ?BN
                (BeginNodeFn ?GRAPH))
            (equal ?EN
                (EndNodeFn ?GRAPH))
            (abstractCounterpart ?BN ?START)
            (abstractCounterpart ?EN ?END))))
Transportation.kif 3401-3414
(=>
    (routeStart ?R ?TS)
    (exists (?T)
        (and
            (instance ?T Transitway)
            (connected ?R ?T)
            (systemPart ?T ?TS)
            (not
                (exists (?T2)
                    (and
                        (instance ?T2 Transitway)
                        (connected ?R ?T2)
                        (systemPart ?T2 ?TS)
                        (not
                            (equal ?T ?T2))))))))
Transportation.kif 3355-3369


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