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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - stringConcatenation
stringConcatenation

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


(documentation stringConcatenation EnglishLanguage "(stringConcatenation ?SymbolicString-1 ?SymbolicString-2 ?SymbolicString-3) means that ?SymbolicString-3 can be formed by appending ?SymbolicString-1 and ?SymbolicString-2, in order. Example: (stringConcatenation "Charles " "Darwin" "Charles Darwin") is a True Sentence.") Mid-level-ontology.kif 24488-24494
(domain stringConcatenation 1 SymbolicString) Mid-level-ontology.kif 24485-24485 The number 1 argument of string concatenation is an instance of symbolic string
(domain stringConcatenation 2 SymbolicString) Mid-level-ontology.kif 24486-24486 The number 2 argument of string concatenation is an instance of symbolic string
(domain stringConcatenation 3 SymbolicString) Mid-level-ontology.kif 24487-24487 The number 3 argument of string concatenation is an instance of symbolic string
(instance stringConcatenation SingleValuedRelation) Mid-level-ontology.kif 24484-24484 string concatenation is an instance of single valued relation
(instance stringConcatenation TernaryPredicate) Mid-level-ontology.kif 24482-24482 string concatenation is an instance of ternary predicate
(instance stringConcatenation TotalValuedRelation) Mid-level-ontology.kif 24483-24483 string concatenation is an instance of total valued relation
(subrelation stringConcatenation precedesInString) Mid-level-ontology.kif 24512-24512 string concatenation is a subrelation of precedes in string

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


(format ChineseLanguage stringConcatenation "%1 和 %2 的 concatenation 是 %3 ") domainEnglishFormat.kif 4666-4666
(format ChineseTraditionalLanguage stringConcatenation "%1 和 %2 的 concatenation 是 %3 ") domainEnglishFormat.kif 4665-4665
(format EnglishLanguage stringConcatenation "the concatenation of %1 and %2 is %3") domainEnglishFormat.kif 4664-4664
(termFormat EnglishLanguage stringConcatenation "string concatenation") domainEnglishFormat.kif 65942-65942

antecedent
-------------------------


(<=>
    (stringConcatenation ?S1 ?S2 ?S3)
    (equal ?S3
        (StringConcatenateFn ?S1 ?S2)))
Mid-level-ontology.kif 24496-24498 The concatenation of a symbolic string and another symbolic string is a third symbolic string if and only if the third symbolic string is equal to the concatenation of the symbolic string and the other symbolic string
(=>
    (and
        (fullName ?NAMESTRING ?THING)
        (keyName ?FIRST ?NAMESTRING)
        (stringConcatenation ?FIRST ?REST ?NAMESTRING))
    (fullNameIndexOrder ?NAMESTRING ?THING))
Media.kif 3312-3317
(=>
    (and
        (names ?NAMESTRING ?THING)
        (keyName ?FIRST ?NAMESTRING)
        (stringConcatenation ?FIRST ?REST ?NAMESTRING))
    (nameIndexOrder ?NAMESTRING ?THING))
Media.kif 3339-3344

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


(=>
    (and
        (fullNameIndexOrder ?NAMESTRING ?THING)
        (keyName ?FIRST ?NAMESTRING)
        (equal ?START
            (StringLengthFn ?FIRST))
        (equal ?END
            (StringLengthFn ?NAMESTRING))
        (equal ?REST
            (SubstringFn ?NAMESTRING ?START ?END)))
    (stringConcatenation ?FIRST ?REST ?NAMESTRING))
Media.kif 3319-3326
(=>
    (and
        (nameIndexOrder ?NAMESTRING ?THING)
        (keyName ?FIRST ?NAMESTRING)
        (equal ?START
            (StringLengthFn ?FIRST))
        (equal ?END
            (StringLengthFn ?NAMESTRING))
        (equal ?REST
            (SubstringFn ?NAMESTRING ?START ?END)))
    (stringConcatenation ?FIRST ?REST ?NAMESTRING))
Media.kif 3346-3353


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