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 6129-6131
(documentation systemPart JapaneseLanguage "(systemPart ?PART ?SYSTEM) とは、Physical事 ?PARTが PhysicalSystem の SystemElement であることを意味する。") japanese_format.kif 1069-1070
(domain systemPart 1 Physical) Merge.kif 6126-6126 The number 1 argument of system part is an instance of physical
(domain systemPart 2 PhysicalSystem) Merge.kif 6127-6127 The number 2 argument of system part is an instance of physical system
(instance systemPart BinaryPredicate) Merge.kif 6125-6125 system part is an instance of binary predicate

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


(format ChineseLanguage systemPart "%2 %n 是 %1 的 system 部分") domainEnglishFormat.kif 2439-2439
(format ChineseTraditionalLanguage systemPart "%2 %n 是 %1 的 system 部分") domainEnglishFormat.kif 2438-2438
(format EnglishLanguage systemPart "%2 is %n a system part of %1") domainEnglishFormat.kif 2437-2437
(termFormat ChineseLanguage systemPart "系统部分") domainEnglishFormat.kif 56704-56704
(termFormat ChineseTraditionalLanguage systemPart "系統部分") domainEnglishFormat.kif 56703-56703
(termFormat EnglishLanguage systemPart "system part") domainEnglishFormat.kif 56702-56702

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


(=>
    (and
        (instance ?SYSTEM TransitSystem)
        (systemPart ?PART ?SYSTEM))
    (instance ?PART Transitway))
Transportation.kif 3473-3477
(=>
    (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 3441-3451
(=>
    (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 3453-3463
(=>
    (and
        (subSystem ?SUB ?SYSTEM)
        (systemPart ?PART ?SUB))
    (systemPart ?PART ?SYSTEM))
Merge.kif 6133-6137

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


(=>
    (and
        (subSystem ?SUB ?SYSTEM)
        (systemPart ?PART ?SUB))
    (systemPart ?PART ?SYSTEM))
Merge.kif 6133-6137
(=>
    (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 3378-3392
(=>
    (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 3355-3369


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