Browsing Interface
: Welcome guest :
log in
[
Home
| 
Graph
|  ]
KB:
SUMO
Language:
ChineseLanguage
ChinesePinyinWriting
ChineseSimplifiedWriting
ChineseTraditionalLanguage
EnglishLanguage
FrenchLanguage
GermanLanguage
JapaneseLanguage
SpanishLanguage
SwedishLanguage
Formal Language:
OWL
SUO-KIF
TPTP
traditionalLogic
KB Term:
Term intersection
English Word:
Any
Noun
Verb
Adjective
Adverb
stringLength
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 23813-23817
(
domain
stringLength
1
NonnegativeInteger
)
Mid-level-ontology.kif 23811-23811
The number 1 argument of
stringLength
is an
instance
of
nonnegative integer
(
domain
stringLength
2
SymbolicString
)
Mid-level-ontology.kif 23812-23812
The number 2 argument of
stringLength
is an
instance
of
symbolic string
(
instance
stringLength
BinaryPredicate
)
Mid-level-ontology.kif 23808-23808
stringLength
is an
instance
of
binary predicate
(
instance
stringLength
SingleValuedRelation
)
Mid-level-ontology.kif 23810-23810
stringLength
is an
instance
of
single valued relation
(
instance
stringLength
TotalValuedRelation
)
Mid-level-ontology.kif 23809-23809
stringLength
is an
instance
of
total valued relation
appearance as argument number 2
(
format
ChineseLanguage
stringLength
"%2 是 %1 characters long ")
domainEnglishFormat.kif 4679-4679
(
format
ChineseTraditionalLanguage
stringLength
"%2 是 %1 characters long ")
domainEnglishFormat.kif 4678-4678
(
format
EnglishLanguage
stringLength
"%2 is %1 characters long")
domainEnglishFormat.kif 4677-4677
antecedent
(<=>
(
stringLength
?INT ?STRING)
(
equal
?INT
(
StringLengthFn
?STRING)))
Mid-level-ontology.kif 23819-23821
A symbolic string
is
a nonnegative integer
characters
long
if and only if
the nonnegative integer
is
equal
to the
length
of
the symbolic string
(=>
(
and
(
instance
?STRING
AlphabeticString
)
(
stringLength
2 ?STRING))
(
instance
?STRING
Alpha2String
))
Media.kif 2980-2984
If
a symbolic string
is an
instance
of
AlphabeticString
and
the symbolic string
is 2
characters
long
,
then
the symbolic string
is an
instance
of
Alpha2String
(=>
(
and
(
instance
?STRING
AlphabeticString
)
(
stringLength
3 ?STRING))
(
instance
?STRING
Alpha3String
))
Media.kif 2965-2969
If
a symbolic string
is an
instance
of
AlphabeticString
and
the symbolic string
is 3
characters
long
,
then
the symbolic string
is an
instance
of
Alpha3String
(=>
(
and
(
instance
?STRING
DecimalDigitString
)
(
stringLength
4 ?STRING))
(
instance
?STRING
NumericString4
))
Media.kif 2947-2951
If
a symbolic string
is an
instance
of
DecimalDigitString
and
the symbolic string
is 4
characters
long
,
then
the symbolic string
is an
instance
of
NumericString4
consequent
(=>
(
codeMapping
ISO-3166-1-alpha-2
?TOKEN ?X)
(
and
(
instance
?X
GeographicArea
)
(
instance
?TOKEN
AlphabeticString
)
(
stringLength
2 ?TOKEN)))
Media.kif 2624-2629
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
AlphabeticString
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 2277-2282
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
AlphabeticString
(=>
(
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 2976-2978
If
a symbolic string
is an
instance
of
Alpha2String
,
then
the symbolic string
is 2
characters
long
(=>
(
instance
?STRING
Alpha3String
)
(
stringLength
3 ?STRING))
Media.kif 2961-2963
If
a symbolic string
is an
instance
of
Alpha3String
,
then
the symbolic string
is 3
characters
long
(=>
(
instance
?STRING
NumericString4
)
(
stringLength
4 ?STRING))
Media.kif 2943-2945
If
a symbolic string
is an
instance
of
NumericString4
,
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