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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - StringConcatenateFn
StringConcatenateFn

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


(documentation StringConcatenateFn EnglishLanguage "The result of applying this Function to two SymbolicString arguments is a third SymbolicString that is the concatenation of the two arguments. Example: (equal "Charles Darwin" (StringConcatenateFn "Charles " "Darwin")).") Mid-level-ontology.kif 24476-24480
(domain StringConcatenateFn 1 SymbolicString) Mid-level-ontology.kif 24473-24473 Le nombre 1 argument de StringConcatenateFn est une instance de cha�ne sympbolique
(domain StringConcatenateFn 2 SymbolicString) Mid-level-ontology.kif 24474-24474 Le nombre 2 argument de StringConcatenateFn est une instance de cha�ne sympbolique
(instance StringConcatenateFn BinaryFunction) Mid-level-ontology.kif 24470-24470 StringConcatenateFn est une instance de fonction binaire
(instance StringConcatenateFn SingleValuedRelation) Mid-level-ontology.kif 24472-24472 StringConcatenateFn est une instance de relation simple
(instance StringConcatenateFn TotalValuedRelation) Mid-level-ontology.kif 24471-24471 StringConcatenateFn est une instance de relation total
(range StringConcatenateFn SymbolicString) Mid-level-ontology.kif 24475-24475 Le domaine de StringConcatenateFn est une instance de cha�ne sympbolique

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


(format ChineseLanguage StringConcatenateFn "%1 和 %2 的 concatenation ") domainEnglishFormat.kif 4662-4662
(format ChineseTraditionalLanguage StringConcatenateFn "%1 和 %2 的 concatenation ") domainEnglishFormat.kif 4661-4661
(format EnglishLanguage StringConcatenateFn "the concatenation of %1 and %2") domainEnglishFormat.kif 4660-4660
(termFormat EnglishLanguage StringConcatenateFn "string concatenate fn") domainEnglishFormat.kif 65544-65544

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


(<=>
    (stringConcatenation ?S1 ?S2 ?S3)
    (equal ?S3
        (StringConcatenateFn ?S1 ?S2)))
Mid-level-ontology.kif 24496-24498 stringConcatenation cha�ne sympbolique, cha�ne sympbolique and cha�ne sympbolique cha�ne sympbolique est StringConcatenateFn cha�ne sympbolique and cha�ne sympbolique


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