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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - routeEnd
routeEnd

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


(documentation routeEnd EnglishLanguage "(routeEnd ?REGION ?SYSTEM) means that within the given ?SYSTEM the given ?REGION is connected to only one other Region.") Transportation.kif 2824-2826
(domain routeEnd 1 Region) Transportation.kif 2822-2822 Il numero 1 argomenti di routeEnd è un istanza di Regione
(domain routeEnd 2 TransitSystem) Transportation.kif 2823-2823 Il numero 2 argomenti di routeEnd è un istanza di TransitSystem
(instance routeEnd BinaryPredicate) Transportation.kif 2821-2821 routeEnd è un' istanza di PredicatoBinario

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


(format ChineseLanguage routeEnd "%1 是 %2 的 end ") domainEnglishFormat.kif 4454-4454
(format ChineseTraditionalLanguage routeEnd "%1 是 %2 的 end ") domainEnglishFormat.kif 4453-4453
(format EnglishLanguage routeEnd "%1 is the end of %2") domainEnglishFormat.kif 4452-4452
(termFormat EnglishLanguage routeEnd "route end") domainEnglishFormat.kif 65931-65931

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 2851-2864
(=>
    (routeEnd ?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 2828-2842


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