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

Formal Language: 



KB Term:  Term intersection
English Word: 

  TelephoneLine

Sigma KEE - TelephoneLine
TelephoneLine(電話線)

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 3627-3628
(externalImage TelephoneLine "http://articulatesoftware.com/SUMOpictures/ telephone/ antenna.png") pictureList.kif 1569-1569
(subclass TelephoneLine WireLine) Mid-level-ontology.kif 3626-3626 子類 電話線 and 電線

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


(termFormat ChineseLanguage TelephoneLine "电话线") domainEnglishFormat.kif 57316-57316
(termFormat ChineseTraditionalLanguage TelephoneLine "電話線") domainEnglishFormat.kif 57315-57315
(termFormat EnglishLanguage TelephoneLine "telephone line") domainEnglishFormat.kif 57314-57314

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 3630-3641

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


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


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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