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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - siteForContact
siteForContact

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


(documentation siteForContact EnglishLanguage "(siteForContact ?ContactSite ?AutonomousAgent) means that the Human or Organization ?AutonomousAgent can be reached at or via the point of contact ?ContactSite.") Mid-level-ontology.kif 26266-26269
(domain siteForContact 1 ContactSite) Mid-level-ontology.kif 26264-26264 The number 1 argument of site for contact is an instance of contact site
(domain siteForContact 2 AutonomousAgent) Mid-level-ontology.kif 26265-26265 The number 2 argument of site for contact is an instance of agent
(instance siteForContact AsymmetricRelation) Mid-level-ontology.kif 26262-26262 site for contact is an instance of asymmetric relation
(instance siteForContact BinaryPredicate) Mid-level-ontology.kif 26263-26263 site for contact is an instance of binary predicate

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


(format ChineseLanguage siteForContact "%2 能是 contacted 在 %1 ") domainEnglishFormat.kif 4534-4534
(format ChineseTraditionalLanguage siteForContact "%2 能是 contacted 在 %1 ") domainEnglishFormat.kif 4533-4533
(format EnglishLanguage siteForContact "%2 can be contacted at %1") domainEnglishFormat.kif 4532-4532
(subrelation postContactSite siteForContact) Mid-level-ontology.kif 26279-26279 post contact site is a subrelation of site for contact
(subrelation telecomContactDevice siteForContact) Mid-level-ontology.kif 26528-26528 telecom contact device is a subrelation of site for contact
(termFormat EnglishLanguage siteForContact "site for contact") domainEnglishFormat.kif 65962-65962 telecom contact device is a subrelation of site for contact

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


(=>
    (instance ?X TelephoneCommunication)
    (exists (?TEL1 ?TEL2 ?ORIGIN ?DEST)
        (and
            (origin ?X ?ORIGIN)
            (destination ?X ?DEST)
            (siteForContact ?ORIGIN ?TEL1)
            (siteForContact ?DEST ?TEL2)
            (instance ?TEL1 Telephone)
            (instance ?TEL2 Telephone)
            (instrument ?X ?TEL1)
            (instrument ?X ?TEL2))))
Mid-level-ontology.kif 28926-28937
(=>
    (telephoneNumber ?NUMBER ?AGENT)
    (siteForContact ?NUMBER ?AGENT))
Mid-level-ontology.kif 26653-26655


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