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



KB Term:  Term intersection
English Word: 

  inString

Sigma KEE - inString
inString

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


(instance inString BinaryPredicate) Mid-level-ontology.kif 26669-26669 in string is an instance of binary predicate
(domain inString 1 Character) Mid-level-ontology.kif 26670-26670 The number 1 argument of in string is an instance of character
(domain inString 2 SymbolicString) Mid-level-ontology.kif 26671-26671 The number 2 argument of in string is an instance of symbolic string
(documentation inString EnglishLanguage "(inString ?Character ?SymbolicString) means that ?Character is part of ?SymbolicString. See also subString.") Mid-level-ontology.kif 26672-26674 The number 2 argument of in string is an instance of symbolic string
(subrelation inString part) Mid-level-ontology.kif 26675-26675 in string is a subrelation of part

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


(format EnglishLanguage inString "%1 is part of %2") domainEnglishFormat.kif 3706-3706
(format ChineseTraditionalLanguage inString "%1 是 %2 的 part ") domainEnglishFormat.kif 3707-3707
(format ChineseLanguage inString "%1 是 %2 的 part ") domainEnglishFormat.kif 3708-3708
(termFormat EnglishLanguage inString "in string") domainEnglishFormat.kif 65872-65872

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


(=>
    (and
        (subString ?S1 ?S2)
        (inString ?CH ?S1))
    (inString ?CH ?S2))
Mid-level-ontology.kif 26706-26710 If X is a sub-string of Y and Z is part of X, then Z is part of Y
(=>
    (and
        (acronym ?STRING ?THING)
        (inString ?CHAR ?STRING))
    (instance ?CHAR AlphabeticCharacter))
Mid-level-ontology.kif 29859-29863 If X is an acronym for Y and Z is part of X, then Z is an instance of alphabetic character

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


(=>
    (and
        (instance ?STRING SymbolicString)
        (part ?CHAR ?STRING)
        (instance ?CHAR Character))
    (inString ?CHAR ?STRING))
Mid-level-ontology.kif 26677-26682 If X is an instance of symbolic string, Y is a part of X, and Y is an instance of character, then Y is part of X
(=>
    (and
        (subString ?S1 ?S2)
        (inString ?CH ?S1))
    (inString ?CH ?S2))
Mid-level-ontology.kif 26706-26710 If X is a sub-string of Y and Z is part of X, then Z is part of Y
(=>
    (instance ?ANS AlphaNumericString)
    (exists (?A ?N)
        (and
            (instance ?A AlphabeticCharacter)
            (inString ?A ?ANS)
            (instance ?N DigitCharacter)
            (inString ?N ?ANS))))
Media.kif 2888-2895 If X is an instance of alpha numeric string, then there exist Y, Z such that Y is an instance of alphabetic character, Y is part of X, Z is an instance of digit character, and Z is part of X


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners