Browsing Interface
: Welcome guest :
log in
[
Home
| 
Graph
|  ]
KB:
SUMO
Language:
ChineseLanguage
ChinesePinyinWriting
ChineseSimplifiedWriting
ChineseTraditionalLanguage
EnglishLanguage
Englishlanguage
FrenchLanguage
GermanLanguage
Hindi
ItalianLanguage
JapaneseLanguage
PortugueseLanguage
SpanishLanguage
SwedishLanguage
cb
cz
de
hi
ro
sv
tg
Formal Language:
OWL
SUO-KIF
TPTP
traditionalLogic
KB Term:
Term intersection
English Word:
Any
Noun
Verb
Adjective
Adverb
Entity
Sigma KEE - stringLength
stringLength
appearance as argument number 1
(
documentation
stringLength
EnglishLanguage
"(
stringLength
?
NonnegativeInteger
?
SymbolicString
) means that the number of
Character
s in ?
SymbolicString
is ?
NonnegativeInteger
. Example: (
stringLength
14 "Charles Darwin"), which is a
True
Sentence
.")
Mid-level-ontology.kif 26122-26126
(
domain
stringLength
1
NonnegativeInteger
)
Mid-level-ontology.kif 26120-26120
The number 1 argument of
string length
is an
instance
of
nonnegative integer
(
domain
stringLength
2
SymbolicString
)
Mid-level-ontology.kif 26121-26121
The number 2 argument of
string length
is an
instance
of
symbolic string
(
instance
stringLength
BinaryPredicate
)
Mid-level-ontology.kif 26117-26117
string length
is an
instance
of
binary predicate
(
instance
stringLength
SingleValuedRelation
)
Mid-level-ontology.kif 26119-26119
string length
is an
instance
of
single valued relation
(
instance
stringLength
TotalValuedRelation
)
Mid-level-ontology.kif 26118-26118
string length
is an
instance
of
total valued relation
appearance as argument number 2
(
format
ChineseLanguage
stringLength
"%2 是 %1 characters long ")
domainEnglishFormat.kif 4674-4674
(
format
ChineseTraditionalLanguage
stringLength
"%2 是 %1 characters long ")
domainEnglishFormat.kif 4673-4673
(
format
EnglishLanguage
stringLength
"%2 is %1 characters long")
domainEnglishFormat.kif 4672-4672
(
termFormat
EnglishLanguage
stringLength
"string length")
domainEnglishFormat.kif 65970-65970
antecedent
(<=>
(
stringLength
?INT ?STRING)
(
equal
?INT
(
StringLengthFn
?STRING)))
Mid-level-ontology.kif 26128-26130
A symbolic string
is
a nonnegative integer
characters
long
if and only if
equal
the nonnegative integer
and the
length
of
the symbolic string
(=>
(
and
(
instance
?STRING
AlphabeticString
)
(
stringLength
2 ?STRING))
(
instance
?STRING
Alpha2String
))
Media.kif 2994-2998
If
a symbolic string
is an
instance
of
alphabetic string
and
the symbolic string
is 2
characters
long
,
then
the symbolic string
is an
instance
of
alpha2 string
(=>
(
and
(
instance
?STRING
AlphabeticString
)
(
stringLength
3 ?STRING))
(
instance
?STRING
Alpha3String
))
Media.kif 2979-2983
If
a symbolic string
is an
instance
of
alphabetic string
and
the symbolic string
is 3
characters
long
,
then
the symbolic string
is an
instance
of
alpha3 string
(=>
(
and
(
instance
?STRING
DecimalDigitString
)
(
stringLength
4 ?STRING))
(
instance
?STRING
NumericString4
))
Media.kif 2961-2965
If
a symbolic string
is an
instance
of
decimal digit string
and
the symbolic string
is 4
characters
long
,
then
the symbolic string
is an
instance
of
numeric string4
consequent
(=>
(
codeMapping
ISO_3166_1_alpha_2
?TOKEN ?X)
(
and
(
instance
?X
GeographicArea
)
(
instance
?TOKEN
AlphabeticString
)
(
stringLength
2 ?TOKEN)))
Media.kif 2638-2643
If
a symbolic string
in
ISO_3166_1_alpha_2
denotes
an entity
,
then
the entity
is an
instance
of
geographic area
and
the symbolic string
is an
instance
of
alphabetic string
and
the symbolic string
is 2
characters
long
(=>
(
codeMapping
ISO_4217_A
?TOKEN ?X)
(
and
(
instance
?X
UnitOfMeasure
)
(
stringLength
3 ?TOKEN)
(
instance
?TOKEN
AlphabeticString
)))
Media.kif 2288-2293
If
a symbolic string
in
ISO_4217_A
denotes
an entity
,
then
the entity
is an
instance
of
unit of measure
and
the symbolic string
is 3
characters
long
and
the symbolic string
is an
instance
of
alphabetic string
(=>
(
codeMapping
ISO_639_1
?TOKEN ?X)
(
stringLength
2 ?TOKEN))
Languages.kif 14711-14713
If
a symbolic string
in
ISO_639_1
denotes
an entity
,
then
the symbolic string
is 2
characters
long
(=>
(
instance
?STRING
Alpha2String
)
(
stringLength
2 ?STRING))
Media.kif 2990-2992
If
a symbolic string
is an
instance
of
alpha2 string
,
then
the symbolic string
is 2
characters
long
(=>
(
instance
?STRING
Alpha3String
)
(
stringLength
3 ?STRING))
Media.kif 2975-2977
If
a symbolic string
is an
instance
of
alpha3 string
,
then
the symbolic string
is 3
characters
long
(=>
(
instance
?STRING
NumericString4
)
(
stringLength
4 ?STRING))
Media.kif 2957-2959
If
a symbolic string
is an
instance
of
numeric string4
,
then
the symbolic string
is 4
characters
long
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 is
open source software
produced by
Articulate Software
and its partners