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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - systemPart
systemPart

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


(documentation systemPart ChineseLanguage "(systemPart ?PART ?SYSTEM)的意思是 Physical 物体 ?PART 是 PhysicalSystem ?SYSTEM 的一个 SystemElement。") chinese_format.kif 2389-2390
(documentation systemPart EnglishLanguage "(systemPart ?PART ?SYSTEM) means that the Physical thing ?PART is a SystemElement in the PhysicalSystem ?SYSTEM.") Merge.kif 6138-6140
(documentation systemPart JapaneseLanguage "(systemPart ?PART ?SYSTEM) とは、Physical事 ?PARTが PhysicalSystem の SystemElement であることを意味する。") japanese_format.kif 1069-1070
(domain systemPart 1 Physical) Merge.kif 6135-6135
(domain systemPart 2 PhysicalSystem) Merge.kif 6136-6136
(instance systemPart BinaryPredicate) Merge.kif 6134-6134

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


(format ChineseLanguage systemPart "%2 %n 是 %1 的 system 部分") domainEnglishFormat.kif 2435-2435
(format ChineseTraditionalLanguage systemPart "%2 %n 是 %1 的 system 部分") domainEnglishFormat.kif 2434-2434
(format EnglishLanguage systemPart "%2 is %n a system part of %1") domainEnglishFormat.kif 2433-2433
(termFormat ChineseLanguage systemPart "系统部分") domainEnglishFormat.kif 56671-56671
(termFormat ChineseTraditionalLanguage systemPart "系統部分") domainEnglishFormat.kif 56670-56670
(termFormat EnglishLanguage systemPart "system part") domainEnglishFormat.kif 56669-56669

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


(=>
    (and
        (instance ?SYSTEM TransitSystem)
        (systemPart ?PART ?SYSTEM))
    (instance ?PART Transitway))
Transportation.kif 2880-2884
(=>
    (and
        (instance ?TS TransitSystem)
        (instance ?T Transitway)
        (abstractCounterpart ?G ?TS)
        (systemPart ?T ?TS))
    (exists (?GA)
        (and
            (instance ?GA GraphArc)
            (abstractCounterpart ?GA ?T)
            (graphPart ?GA ?G))))
Transportation.kif 2846-2856
(=>
    (and
        (instance ?TS TransitSystem)
        (instance ?TJ TransitwayJunction)
        (abstractCounterpart ?G ?TS)
        (systemPart ?TJ ?TS))
    (exists (?GN)
        (and
            (instance ?GN GraphNode)
            (abstractCounterpart ?GN ?TJ)
            (graphPart ?GN ?G))))
Transportation.kif 2858-2868
(=>
    (and
        (subSystem ?SUB ?SYSTEM)
        (systemPart ?PART ?SUB))
    (systemPart ?PART ?SYSTEM))
Merge.kif 6142-6146

consequent
-------------------------


(=>
    (and
        (subSystem ?SUB ?SYSTEM)
        (systemPart ?PART ?SUB))
    (systemPart ?PART ?SYSTEM))
Merge.kif 6142-6146
(=>
    (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 2783-2797
(=>
    (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 2760-2774


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