![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| telecomAreaCode |
| appearance as argument number 1 |
|
|
| appearance as argument number 2 |
|
|
| (format EnglishLanguage telecomAreaCode "the area code in %2 is %1") | domainEnglishFormat.kif 4744-4744 | |
| (format ChineseTraditionalLanguage telecomAreaCode "area code 在 %2 是 %1 ") | domainEnglishFormat.kif 4745-4745 | |
| (format ChineseLanguage telecomAreaCode "area code 在 %2 是 %1 ") | domainEnglishFormat.kif 4746-4746 | |
| (termFormat EnglishLanguage telecomAreaCode "telecom area code") | domainEnglishFormat.kif 65987-65987 |
| antecedent |
|
|
| (=> (and (telecomCoreNumber ?CN ?WHOLE) (telecomAreaCode ?AC ?WHOLE)) (precedesInString ?AC ?CN ?WHOLE)) |
Mid-level-ontology.kif 27230-27234 | If X is the core number in Y and the area code in Y is Z, then Z precedes X in Y |
| (=> (and (telecomAreaCode ?AC ?WHOLE) (telecomCountryCode ?CC ?WHOLE)) (precedesInString ?CC ?AC ?WHOLE)) |
Mid-level-ontology.kif 27242-27246 | If the area code in X is Y and Z is the country code in X, then Z precedes Y in X |
| (=> (and (telecomCode2 ?C2 ?WHOLE) (telecomAreaCode ?AC ?WHOLE)) (precedesInString ?AC ?C2 ?WHOLE)) |
Mid-level-ontology.kif 27254-27258 | If the secondary code in X is Y and the area code in X is Z, then Z precedes Y in X |
| 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 29701-29712 | If X is an instance of telephone communication and local is an attribute of X, then All of the following hold: (1) there exist Y, Z,, , W,, , V (2) U such that X originates at W (3) X ends up at V (4) Y is the telephone number of W (5) Z is the telephone number of V (6) the area code in Y is U (7) the area code in Z is U |