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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - speaksLanguage
speaksLanguage

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


(documentation speaksLanguage EnglishLanguage "(speaksLanguage ?AGENT ?LANGUAGE) means that the SentientAgent ?AGENT is capable of understanding and/ or generating the Language ?LANGUAGE.") Mid-level-ontology.kif 732-734
(domain speaksLanguage 1 SentientAgent) Mid-level-ontology.kif 736-736 The number 1 argument of speaks language is an instance of sentient agent
(domain speaksLanguage 2 Language) Mid-level-ontology.kif 737-737 The number 2 argument of speaks language is an instance of language
(instance speaksLanguage BinaryPredicate) Mid-level-ontology.kif 735-735 speaks language is an instance of binary predicate

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


(format ChineseLanguage speaksLanguage "%2 %n 是 %1 的 speaks 语言") domainEnglishFormat.kif 2327-2327
(format ChineseTraditionalLanguage speaksLanguage "%2 %n 是 %1 的 speaks 語言") domainEnglishFormat.kif 2326-2326
(format EnglishLanguage speaksLanguage "%2 is %n a speaks language of %1") domainEnglishFormat.kif 2325-2325
(termFormat ChineseLanguage speaksLanguage "说语言") domainEnglishFormat.kif 54480-54480
(termFormat ChineseTraditionalLanguage speaksLanguage "說語言") domainEnglishFormat.kif 54479-54479
(termFormat EnglishLanguage speaksLanguage "speaks language") domainEnglishFormat.kif 54478-54478

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


(<=>
    (languagePercentInRegion ?L ?N ?R)
    (exists (?G1 ?G2 ?P ?P2 ?N1 ?N2)
        (and
            (located ?P ?R)
            (member ?P ?G1)
            (speaksLanguage ?P ?L)
            (memberCount ?G1 ?N1)
            (located ?P2 ?R)
            (member ?P2 ?G2)
            (memberCount ?G2 ?N2)
            (equal
                (DivisionFn ?N 100)
                (DivisionFn ?N1 ?N2)))))
People.kif 1566-1577 A real number percent of people in a geographic area speak a language if and only if there exist a collection, another collection,, , a sentient agent,, , the sentient agent2,, , the real number1 and the real number2 such that the sentient agent is located at the geographic area and the sentient agent is a member of the collection and the language is a speaks language of the sentient agent and the real number1 is a member count of the collection and the sentient agent2 is located at the geographic area and the sentient agent2 is a member of the other collection and the real number2 is a member count of the other collection and the real number and 100 is equal to the real number1 and the real number2


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