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



KB Term:  Term intersection
English Word: 

Sigma KEE - PseudoGraph
PseudoGraph(pseudo graph)

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


(subclass PseudoGraph Graph) Merge.kif 5921-5921 Pseudo graph is a subclass of graph
(documentation PseudoGraph EnglishLanguage "The Class of pseudographs. A pseudograph is a Graph containing at least one GraphLoop.") Merge.kif 5923-5924 Pseudo graph is a subclass of graph
(externalImage PseudoGraph "http://upload.wikimedia.org/wikipedia/commons/ a/ a7/ Multigraph.svg") pictureList.kif 1940-1940 Pseudo graph is a subclass of graph

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


(termFormat EnglishLanguage PseudoGraph "pseudo graph") english_format.kif 1089-1089

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


(=>
    (instance ?GRAPH PseudoGraph)
    (exists (?LOOP)
        (and
            (instance ?LOOP GraphLoop)
            (graphPart ?LOOP ?GRAPH))))
Merge.kif 5926-5931 If X is an instance of pseudo graph, then there exists Y such that Y is an instance of graph loop and Y is a part of X

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


(=>
    (and
        (instance ?LOOP GraphLoop)
        (graphPart ?LOOP ?GRAPH))
    (instance ?GRAPH PseudoGraph))
Merge.kif 5933-5937 If X is an instance of graph loop and X is a part of Y, then Y is an instance of pseudo graph


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