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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - telecomAreaCode
telecomAreaCode

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


(documentation telecomAreaCode EnglishLanguage "(telecomAreaCode ?SymbolicString TelecomNumber) means that ?SymbolicString is the part of ?TelecomNumber that follows the country code. ?SymbolicString may denote a GeographicArea in which the TelephonyDevice identified by ?TelecomNumber is located (registered), but it may also denote a call billing plan or status, as for 800 numbers in the North American Numbering Plan.") Mid-level-ontology.kif 24914-24922
(domain telecomAreaCode 1 SymbolicString) Mid-level-ontology.kif 24912-24912 The number 1 argument of telecom area code is an instance of symbolic string
(domain telecomAreaCode 2 TelecomNumber) Mid-level-ontology.kif 24913-24913 The number 2 argument of telecom area code is an instance of telecom number
(instance telecomAreaCode AsymmetricRelation) Mid-level-ontology.kif 24911-24911 telecom area code is an instance of asymmetric relation
(instance telecomAreaCode BinaryPredicate) Mid-level-ontology.kif 24910-24910 telecom area code is an instance of binary predicate
(subrelation telecomAreaCode subString) Mid-level-ontology.kif 24923-24923 telecom area code is a subrelation of sub string

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


(format ChineseLanguage telecomAreaCode "area code 在 %2 是 %1 ") domainEnglishFormat.kif 4742-4742
(format ChineseTraditionalLanguage telecomAreaCode "area code 在 %2 是 %1 ") domainEnglishFormat.kif 4741-4741
(format EnglishLanguage telecomAreaCode "the area code in %2 is %1") domainEnglishFormat.kif 4740-4740
(termFormat EnglishLanguage telecomAreaCode "telecom area code") domainEnglishFormat.kif 65951-65951

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


(=>
    (and
        (telecomAreaCode ?AC ?WHOLE)
        (telecomCountryCode ?CC ?WHOLE))
    (precedesInString ?CC ?AC ?WHOLE))
Mid-level-ontology.kif 24959-24963
(=>
    (and
        (telecomCode2 ?C2 ?WHOLE)
        (telecomAreaCode ?AC ?WHOLE))
    (precedesInString ?AC ?C2 ?WHOLE))
Mid-level-ontology.kif 24971-24975
(=>
    (and
        (telecomCoreNumber ?CN ?WHOLE)
        (telecomAreaCode ?AC ?WHOLE))
    (precedesInString ?AC ?CN ?WHOLE))
Mid-level-ontology.kif 24947-24951

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


(=>
    (and
        (instance ?X TelephoneCommunication)
        (attribute ?X Local))
    (exists (?TEL1 ?TEL2 ?ORIGIN ?DEST ?CODE)
        (and
            (origin ?X ?ORIGIN)
            (destination ?X ?DEST)
            (telephoneNumber ?TEL1 ?ORIGIN)
            (telephoneNumber ?TEL2 ?DEST)
            (telecomAreaCode ?CODE ?TEL1)
            (telecomAreaCode ?CODE ?TEL2))))
Mid-level-ontology.kif 27095-27106


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