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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Cable
Cable(cable)cable, coax, coax_cable, coaxial_cable, electrical_cable, ethernet_cable, line, phone_cord, phone_line, power_cable, power_line, printer_cable, subscriber_line, telephone_circuit, telephone_cord, telephone_line, transmission_line

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


(documentation Cable EnglishLanguage "Cable refers to an EngineeringConnection made of WireLine") Hotel.kif 1410-1411
(subclass Cable EngineeringConnection) Hotel.kif 1409-1409 Cable is a subclass of engineering connection

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


(termFormat EnglishLanguage Cable "cable") Hotel.kif 1412-1412

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


(=>
    (and
        (instance ?CC ComputerCable)
        (not
            (instance ?C Cable))
        (part ?C ?CC))
    (or
        (instance ?C MaleConnector)
        (instance ?C FemaleConnector)))
ComputingBrands.kif 2746-2754
(=>
    (instance ?C Cable)
    (exists (?WIRE)
        (and
            (instance ?WIRE WireLine)
            (part ?WIRE ?C))))
Hotel.kif 1414-1419

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


(=>
    (and
        (instance ?CONN WirelessNetwork)
        (instance ?COM NetworkCommunication)
        (instrument ?COM ?CONN)
        (path ?COM ?PATH))
    (exists (?PART)
        (and
            (part ?PART ?PATH)
            (not
                (instance ?PART Cable)))))
ComputingBrands.kif 1422-1432
(=>
    (and
        (instance ?MODEM CableModem)
        (instance ?COMM Communication)
        (instrument ?COMM ?MODEM))
    (exists (?CABLE)
        (and
            (instance ?CABLE Cable)
            (instrument ?COMM ?CABLE)
            (connectedEngineeringComponents ?CABLE ?MODEM))))
ComputerInput.kif 577-586
(=>
    (instance ?CC ComputerCable)
    (exists (?C)
        (and
            (instance ?C Cable)
            (part ?C ?CC))))
ComputingBrands.kif 2728-2733
(=>
    (instance ?CONN WiredInternetConnection)
    (exists (?CABLE)
        (and
            (part ?CABLE ?CONN)
            (instance ?CABLE Cable))))
Hotel.kif 1426-1431
(=>
    (instance ?CONN WirelessInternetConnection)
    (not
        (exists (?CABLE)
            (and
                (part ?CABLE ?CONN)
                (instance ?CABLE Cable)))))
Hotel.kif 1439-1445


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