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

Formal Language: 



KB Term:  Term intersection
English Word: 

  pathInSystem

Sigma KEE - pathInSystem
pathInSystem

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


(documentation pathInSystem EnglishLanguage "(pathInSystem ?PATH ?SYSTEM) means that the Physical thing ?PATH consists of one or more connected routes in the PhysicalSystem ?SYSTEM.") Transportation.kif 2719-2721
(domain pathInSystem 1 Transitway) Transportation.kif 2723-2723 系统中的路径 的 1 数量 是 公交专用道instance
(domain pathInSystem 2 TransitSystem) Transportation.kif 2724-2724 系统中的路径 的 2 数量 是 运输系统instance
(instance pathInSystem BinaryPredicate) Transportation.kif 2722-2722 系统中的路径二元谓语instance
(subrelation pathInSystem part) Transportation.kif 2725-2725 系统中的路径部分subrelation

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


(format ChineseLanguage pathInSystem "%2 %n 是 %1 在系统里的 path ") domainEnglishFormat.kif 1915-1915
(format ChineseTraditionalLanguage pathInSystem "%2 %n 是 %1 在系統裡的 path ") domainEnglishFormat.kif 1914-1914
(format EnglishLanguage pathInSystem "%2 is %n a path in system of %1") domainEnglishFormat.kif 1913-1913
(subrelation routeInSystem pathInSystem) Transportation.kif 2745-2745 系统路线系统中的路径subrelation
(termFormat ChineseLanguage pathInSystem "系统中的路径") domainEnglishFormat.kif 44778-44778
(termFormat ChineseTraditionalLanguage pathInSystem "系統中的路徑") domainEnglishFormat.kif 44777-44777
(termFormat EnglishLanguage pathInSystem "path in system") domainEnglishFormat.kif 44776-44776

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 2806-2819
(=>
    (pathInSystem ?P ?S)
    (or
        (routeInSystem ?P ?S)
        (exists (?R1 ?R2)
            (and
                (routeInSystem ?R1 ?S)
                (routeInSystem ?R2 ?S)
                (part ?R1 ?P)
                (part ?R2 ?P)
                (connected ?R1 ?R2)))))
Transportation.kif 2727-2737


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