Browsing Interface
: Welcome guest :
log in
[
Home
| 
Graph
|  ]
KB:
SUMO
Language:
ChineseLanguage
ChinesePinyinWriting
ChineseSimplifiedWriting
ChineseTraditionalLanguage
EnglishLanguage
FrenchLanguage
GermanLanguage
HerbaceousPlant
Hindi
ItalianLanguage
JapaneseLanguage
PortugueseLanguage
SpanishLanguage
SwedishLanguage
WoodyPlant
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
Sigma KEE - subString
subString
appearance as argument number 1
(
documentation
subString
EnglishLanguage
"(
subString
?
SymbolicString
-1 ?
SymbolicString
-2) means that ?
SymbolicString
-1 is
part
of ?
SymbolicString
-2. ?
SymbolicString
-2 includes all the same
Character
s as ?
SymbolicString
-1 and in the same order, but ?
SymbolicString
-2 may include more
Character
s than ?
SymbolicString
-1. See also
inString
.")
Mid-level-ontology.kif 25510-25516
(
domain
subString
1
SymbolicString
)
Mid-level-ontology.kif 25508-25508
The number 1 argument of
sub string
is an
instance
of
symbolic string
(
domain
subString
2
SymbolicString
)
Mid-level-ontology.kif 25509-25509
The number 2 argument of
sub string
is an
instance
of
symbolic string
(
instance
subString
AntisymmetricRelation
)
Mid-level-ontology.kif 25504-25504
sub string
is an
instance
of
antisymmetric relation
(
instance
subString
BinaryPredicate
)
Mid-level-ontology.kif 25506-25506
sub string
is an
instance
of
binary predicate
(
instance
subString
ReflexiveRelation
)
Mid-level-ontology.kif 25505-25505
sub string
is an
instance
of
reflexive relation
(
instance
subString
TotalValuedRelation
)
Mid-level-ontology.kif 25507-25507
sub string
is an
instance
of
total valued relation
(
subrelation
subString
part
)
Mid-level-ontology.kif 25517-25517
sub string
is a
subrelation
of
part
appearance as argument number 2
(
format
ChineseLanguage
subString
"%1 是 %2 的 sub_string ")
domainEnglishFormat.kif 4706-4706
(
format
ChineseTraditionalLanguage
subString
"%1 是 %2 的 sub_string ")
domainEnglishFormat.kif 4705-4705
(
format
EnglishLanguage
subString
"%1 is a sub_string of %2")
domainEnglishFormat.kif 4704-4704
(
subrelation
keyName
subString
)
Media.kif 3263-3263
key name
is a
subrelation
of
sub string
(
subrelation
telecomAreaCode
subString
)
Mid-level-ontology.kif 26043-26043
telecom area code
is a
subrelation
of
sub string
(
subrelation
telecomCode2
subString
)
Mid-level-ontology.kif 26054-26054
telecom code2
is a
subrelation
of
sub string
(
subrelation
telecomCoreNumber
subString
)
Mid-level-ontology.kif 26010-26010
telecom core number
is a
subrelation
of
sub string
(
subrelation
telecomCountryCode
subString
)
Mid-level-ontology.kif 26028-26028
telecom country code
is a
subrelation
of
sub string
(
termFormat
EnglishLanguage
subString
"sub string")
domainEnglishFormat.kif 66004-66004
telecom country code
is a
subrelation
of
sub string
antecedent
(=>
(
and
(
humanName
?NAMESTRING ?HUMAN)
(
familyName
?STRING ?HUMAN)
(
subString
?STRING ?NAMESTRING))
(
keyName
?STRING ?NAMESTRING))
Media.kif 3434-3439
If
a human
is
called
a symbolic string
and
another symbolic string
is a
family
name of
the human
and
the other symbolic string
is a
sub_string
of
the symbolic string
,
then
the other symbolic string
is a
key
in
the symbolic string
(=>
(
and
(
humanName
?NAMESTRING ?HUMAN)
(
givenName
?STRING ?HUMAN)
(
subString
?STRING ?NAMESTRING))
(
not
(
keyName
?STRING ?NAMESTRING)))
Media.kif 3443-3448
If
a human
is
called
a symbolic string
and
another symbolic string
is a
given
name of
the human
and
the other symbolic string
is a
sub_string
of
the symbolic string
,
then not
the other symbolic string
is a
key
in
the symbolic string
(=>
(
and
(
subString
?S1 ?S2)
(
equal
?L1
(
StringLengthFn
?S1))
(
equal
?L2
(
StringLengthFn
?S2)))
(
lessThanOrEqualTo
?L1 ?L2))
Mid-level-ontology.kif 25519-25524
If
a symbolic string
is a
sub_string
of
another symbolic string
and
a nonnegative integer
is
equal
to the
length
of
the symbolic string
and
another nonnegative integer
is
equal
to the
length
of
the other symbolic string
,
then
the nonnegative integer
is
less
than or equal to
the other nonnegative integer
(=>
(
and
(
subString
?S1 ?S2)
(
inString
?CH ?S1))
(
inString
?CH ?S2))
Mid-level-ontology.kif 25526-25530
If
a symbolic string
is a
sub_string
of
another symbolic string
and
a character
is
part
of
the symbolic string
,
then
the character
is
part
of
the other symbolic string
consequent
(=>
(
browserID
?STRING ?BROWSER ?SITE)
(
exists
(?WEBPAGE ?ACCESSING ?AGENT ?BPROC)
(
and
(
instance
?WEBPAGE
WebPage
)
(
subString
?WEBPAGE ?SITE)
(
instance
?ACCESSING
AccessingWebPage
)
(
instance
?AGENT
AutonomousAgent
)
(
agent
?ACCESSING ?AGENT)
(
programRunning
?BPROC ?BROWSER)
(
causes
?BPROC ?ACCESSING)
(
destination
?ACCESSING ?WEBPAGE)
(
represents
?STRING ?AGENT))))
UXExperimentalTerms.kif 736-748
If
an identifier
is the
ID
of
a web browser
when accessing
a web site
,
then there exist
a symbolic string
,
a process
,, ,
an agent
and
a computer process
such that
the symbolic string
is an
instance
of
web page
and
the symbolic string
is a
sub_string
of
the web site
and
the process
is an
instance
of
accessing web page
and
the agent
is an
instance
of
agent
and
the agent
is an
agent
of
the process
and
the web browser
is a
program
running of
the computer process
and
the computer process
cause
s
the process
and
the process
end
s up at
the symbolic string
and
the identifier
express
es
the agent
(=>
(
hostedOn
?LISTING ?SITE)
(
exists
(?PAGE)
(
and
(
instance
?PAGE
WebPage
)
(
subString
?LISTING ?PAGE)
(
subString
?PAGE ?SITE))))
UXExperimentalTerms.kif 125-131
If
a symbolic string
is
hosted
on
a web site
,
then there exists
another symbolic string
such that
the other symbolic string
is an
instance
of
web page
and
the symbolic string
is a
sub_string
of
the other symbolic string
and
the other symbolic string
is a
sub_string
of
the web site
(=>
(
precedesInString
?S1 ?S2 ?S3)
(
and
(
subString
?S1 ?S3)
(
subString
?S2 ?S3)))
Mid-level-ontology.kif 25633-25637
If
a symbolic string
precedes
another symbolic string
in
a third symbolic string
,
then
the symbolic string
is a
sub_string
of
the third symbolic string
and
the other symbolic string
is a
sub_string
of
the third symbolic string
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