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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - TelephoneLine
TelephoneLine(telephone line)
telegraph_line, telegraph_wire, telephone_line, telephone_wire

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


(documentation TelephoneLine EnglishLanguage "A WireLine that carries telephone signals and allows users of Telephones or Telegraphs to communicate with one another.") Mid-level-ontology.kif 4077-4078
(externalImage TelephoneLine "http://articulatesoftware.com/SUMOpictures/ telephone/ antenna.png") pictureList.kif 1569-1569
(subclass TelephoneLine WireLine) Mid-level-ontology.kif 4076-4076 Telephone line is a subclass of wire line

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


(termFormat ChineseLanguage TelephoneLine "电话线") domainEnglishFormat.kif 57320-57320
(termFormat ChineseTraditionalLanguage TelephoneLine "電話線") domainEnglishFormat.kif 57319-57319
(termFormat EnglishLanguage TelephoneLine "telephone line") domainEnglishFormat.kif 57318-57318

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


(=>
    (instance ?TL TelephoneLine)
    (exists (?T1 ?T2)
        (and
            (or
                (instance ?T1 Telephone)
                (instance ?T1 Telegraph))
            (or
                (instance ?T2 Telephone)
                (instance ?T2 Telegraph))
            (not
                (equal ?T1 ?T2))
            (connects ?TL ?T1 ?T2))))
Mid-level-ontology.kif 4080-4091

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


(=>
    (instance ?X Modem)
    (hasPurpose ?X
        (exists (?ISP ?CONN)
            (and
                (instance ?ISP InternetServiceProvider)
                (connectsEngineeringComponents ?CONN ?X ?ISP)
                (instance ?CONN TelephoneLine)))))
Hotel.kif 1389-1396


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