Browsing Interface
: Welcome guest :
log in
[
Home
| 
Graph
|  ]
KB:
SUMO
Language:
ChineseLanguage
ChinesePinyinWriting
ChineseSimplifiedWriting
ChineseTraditionalLanguage
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
StringLengthFn
Sigma KEE - StringLengthFn
StringLengthFn
appearance as argument number 1
(
documentation
StringLengthFn
EnglishLanguage
"This
UnaryFunction
takes a
SymbolicString
as its sole argument. The result of evaluating a term formed with
StringLengthFn
is a
NonnegativeInteger
that denotes the number of
Character
s in the
SymbolicString
. Example: (
equal
14 (
StringLengthFn
"Charles Darwin")).")
Mid-level-ontology.kif 26101-26106
(
domain
StringLengthFn
1
SymbolicString
)
Mid-level-ontology.kif 26099-26099
The number 1 argument of
string length fn
is an
instance
of
symbolic string
(
instance
StringLengthFn
SingleValuedRelation
)
Mid-level-ontology.kif 26098-26098
String length fn
is an
instance
of
single valued relation
(
instance
StringLengthFn
TotalValuedRelation
)
Mid-level-ontology.kif 26097-26097
String length fn
is an
instance
of
total valued relation
(
instance
StringLengthFn
UnaryFunction
)
Mid-level-ontology.kif 26096-26096
String length fn
is an
instance
of
unary function
(
range
StringLengthFn
NonnegativeInteger
)
Mid-level-ontology.kif 26100-26100
The
range
of
string length fn
is an instance of
nonnegative integer
appearance as argument number 2
(
format
ChineseLanguage
StringLengthFn
"%1 的
length
")
domainEnglishFormat.kif 4678-4678
(
format
ChineseTraditionalLanguage
StringLengthFn
"%1 的
length
")
domainEnglishFormat.kif 4677-4677
(
format
EnglishLanguage
StringLengthFn
"the
length
of %1")
domainEnglishFormat.kif 4676-4676
(
termFormat
EnglishLanguage
StringLengthFn
"string length fn")
domainEnglishFormat.kif 65538-65538
antecedent
(=>
(
and
(
equal
?OUT
(
ReverseFn
?IN))
(
equal
?LEN
(
StringLengthFn
?IN))
(
greaterThan
?LEN 1)
(
greaterThan
?N 0)
(
lessThan
?N ?LEN)
(
equal
?PIVOT
(
CeilingFn
(
DivisionFn
(
SubtractionFn
?LEN 1) 2)))
(
equal
?NEW
(
AdditionFn
(
SubtractionFn
?PIVOT ?N) ?PIVOT))
(
equal
?S
(
SubstringFn
?IN ?N
(
AdditionFn
1 ?N))))
(
equal
?S
(
SubstringFn
?OUT ?NEW
(
AdditionFn
1 ?NEW))))
Media.kif 3052-3073
If
equal
a symbolic string
and the reverse of
another symbolic string
and
equal
a nonnegative integer
and the
length
of
the other symbolic string
and
the nonnegative integer
is
greater
than 1 and
another nonnegative integer
is
greater
than 0 and
the other nonnegative integer
is
less
than
the nonnegative integer
and
equal
an integer
and the
ceiling
of (
the nonnegative integer
and 1) and 2 and
equal
the other nonnegative integer
EW and ((
the integer
and
the other nonnegative integer
) and
the integer
) and
equal
a third symbolic string
and the
sub
-string of
the other symbolic string
from
the other nonnegative integer
to (1 and
the other nonnegative integer
),
then
equal
the third symbolic string
and the
sub
-string of
the symbolic string
from
the other nonnegative integer
EW to (1 and
the other nonnegative integer
EW)
(=>
(
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 3303-3310
If the
index
order
name
of
an entity
is
a symbolic string
and
another symbolic string
is a
key
in
the symbolic string
and
equal
a nonnegative integer
and the
length
of
the other symbolic string
and
equal
another nonnegative integer
and the
length
of
the symbolic string
and
equal
a third symbolic string
and the
sub
-string of
the symbolic string
from
the nonnegative integer
to
the other nonnegative integer
,
then the
concatenation
of
the other symbolic string
and
the third symbolic string
is
the symbolic string
(=>
(
and
(
instance
?AID
AppleID
)
(
password
?AID ?N)
(
equal
?L
(
StringLengthFn
?N)))
(
greaterThan
?L 7))
ComputingBrands.kif 2018-2023
If
a computer password
is an
instance
of
Apple ID
and
a symbolic string
has
password
the computer password
and
equal
a nonnegative integer
and the
length
of
the symbolic string
,
then
the nonnegative integer
is
greater
than 7
(=>
(
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 3330-3337
If
a symbolic string
is the &ameIndexOrder$"indexable" &ameIndexOrder$"name" for
an entity
and
another symbolic string
is a
key
in
the symbolic string
and
equal
a nonnegative integer
and the
length
of
the other symbolic string
and
equal
another nonnegative integer
and the
length
of
the symbolic string
and
equal
a third symbolic string
and the
sub
-string of
the symbolic string
from
the nonnegative integer
to
the other nonnegative integer
,
then the
concatenation
of
the other symbolic string
and
the third symbolic string
is
the symbolic string
(=>
(
and
(
subString
?S1 ?S2)
(
equal
?L1
(
StringLengthFn
?S1))
(
equal
?L2
(
StringLengthFn
?S2)))
(
lessThanOrEqualTo
?L1 ?L2))
Mid-level-ontology.kif 26053-26058
If
a symbolic string
is a
sub
-string of
another symbolic string
and
equal
a nonnegative integer
and the
length
of
the symbolic string
and
equal
another nonnegative integer
and the
length
of
the other symbolic string
,
then
the nonnegative integer
is
less
than or equal to
the other nonnegative integer
consequent
(<=>
(
stringLength
?INT ?STRING)
(
equal
?INT
(
StringLengthFn
?STRING)))
Mid-level-ontology.kif 26119-26121
A symbolic string
is
a nonnegative integer
characters
long
if and only if
equal
the nonnegative integer
and the
length
of
the symbolic string
(=>
(
codeMapping
IACOAirlineCode
?STR ?AIR)
(
equal
3
(
StringLengthFn
?STR)))
Transportation.kif 4067-4069
If
a symbolic string
in
IACO airline code
denotes
an entity
,
then
equal
3 and the
length
of
the symbolic string
(=>
(
codeMapping
IATAAirlineCode
?STR ?AIR)
(
equal
2
(
StringLengthFn
?STR)))
Transportation.kif 4054-4056
If
a symbolic string
in
IATA airline code
denotes
an entity
,
then
equal
2 and the
length
of
the symbolic string
(=>
(
instance
?AOC
AOCnumber
)
(
equal
8
(
StringLengthFn
?AOC)))
Transportation.kif 4077-4079
If
a symbolic string
is an
instance
of
AOC number
,
then
equal
8 and the
length
of
the symbolic string
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