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 26285-26288
(domain siteForContact 1 ContactSite) Mid-level-ontology.kif 26283-26283 The number 1 argument of site for contact is an instance of contact site
(domain siteForContact 2 AutonomousAgent) Mid-level-ontology.kif 26284-26284 The number 2 argument of site for contact is an instance of agent
(instance siteForContact AsymmetricRelation) Mid-level-ontology.kif 26281-26281 site for contact is an instance of asymmetric relation
(instance siteForContact BinaryPredicate) Mid-level-ontology.kif 26282-26282 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 26298-26298 post contact site is a subrelation of site for contact
(subrelation telecomContactDevice siteForContact) Mid-level-ontology.kif 26547-26547 telecom contact device is a subrelation of site for contact
(termFormat EnglishLanguage siteForContact "site for contact") domainEnglishFormat.kif 65993-65993 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 28685-28696
(=>
    (telephoneNumber ?NUMBER ?AGENT)
    (siteForContact ?NUMBER ?AGENT))
Mid-level-ontology.kif 26672-26674


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