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



KB Term:  Term intersection
English Word: 

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 3860-3862
(instance pathInSystem BinaryPredicate) Transportation.kif 3863-3863 path in system is an instance of binary predicate
(domain pathInSystem 1 Transitway) Transportation.kif 3864-3864 The number 1 argument of path in system is an instance of transitway
(domain pathInSystem 2 TransitSystem) Transportation.kif 3865-3865 The number 2 argument of path in system is an instance of transit system
(subrelation pathInSystem part) Transportation.kif 3866-3866 path in system is a subrelation of part

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


(subrelation routeInSystem pathInSystem) Transportation.kif 3886-3886 route in system is a subrelation of path in system
(format EnglishLanguage pathInSystem "%2 is %n a path in system of %1") domainEnglishFormat.kif 1917-1917 route in system is a subrelation of path in system
(format ChineseTraditionalLanguage pathInSystem "%2 %n 是 %1 在系統裡的 path ") domainEnglishFormat.kif 1918-1918 route in system is a subrelation of path in system
(format ChineseLanguage pathInSystem "%2 %n 是 %1 在系统里的 path ") domainEnglishFormat.kif 1919-1919 route in system is a subrelation of path in system
(termFormat EnglishLanguage pathInSystem "path in system") domainEnglishFormat.kif 44771-44771 route in system is a subrelation of path in system
(termFormat ChineseTraditionalLanguage pathInSystem "系統中的路徑") domainEnglishFormat.kif 44772-44772 route in system is a subrelation of path in system
(termFormat ChineseLanguage pathInSystem "系统中的路径") domainEnglishFormat.kif 44773-44773 route in system is a subrelation of path in system

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


(=>
    (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 3868-3878 If X is a path in system of Y, then X is a route in system of Y or there exist Z, W such that X is a route in system of Z, X is a route in system of W, Z is a part of Y, W is a part of Y, and Z is connected to W
(=>
    (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 3947-3960 If the distance of X is Y, Z is a path in system of X, W is the start of X, V is the end of X, and the abstract counterpart of Z is U, then All of the following hold: (1) there exist T, S (2) R such that T is a subgraph of U (3) equal S (4) the beginning of U (5) equal R (6) the end of U (7) the abstract counterpart of W is S (8) the abstract counterpart of V is R


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners