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 725-727 | |
(domain speaksLanguage 1 SentientAgent) | Mid-level-ontology.kif 729-729 | The number 1 argument of speaks language is an instance of sentient agent |
(domain speaksLanguage 2 Language) | Mid-level-ontology.kif 730-730 | The number 2 argument of speaks language is an instance of language |
(instance speaksLanguage BinaryPredicate) | Mid-level-ontology.kif 728-728 | 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 54520-54520 | |
(termFormat ChineseTraditionalLanguage speaksLanguage "說語言") | domainEnglishFormat.kif 54519-54519 | |
(termFormat EnglishLanguage speaksLanguage "speaks language") | domainEnglishFormat.kif 54518-54518 |
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 |