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

Formal Language: 



KB Term:  Term intersection
English Word: 

  routeStart

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 2789-2791
(domain routeStart 1 Region) Transportation.kif 2787-2787 Il numero 1 argomenti di routeStart è un istanza di Regione
(domain routeStart 2 TransitSystem) Transportation.kif 2788-2788 Il numero 2 argomenti di routeStart è un istanza di TransitSystem
(instance routeStart BinaryPredicate) Transportation.kif 2786-2786 routeStart è un' istanza di PredicatoBinario

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


(format ChineseLanguage routeStart "%1 是 %2 的 start ") domainEnglishFormat.kif 4458-4458
(format ChineseTraditionalLanguage routeStart "%1 是 %2 的 start ") domainEnglishFormat.kif 4457-4457
(format EnglishLanguage routeStart "%1 is the start of %2") domainEnglishFormat.kif 4456-4456
(termFormat EnglishLanguage routeStart "route start") domainEnglishFormat.kif 65932-65932

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 2839-2852
(=>
    (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 2793-2807


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 is open source software produced by Articulate Software and its partners