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
hostedOn
Sigma KEE - hostedOn
hostedOn
appearance as argument number 1
(
documentation
hostedOn
EnglishLanguage
"(hostedOn ?LISTING ?SITE) means that the
WebListing
?LISTING is a Component of a
WebPage
which is a Component of the
WebSite
?SITE.")
UXExperimentalTerms.kif 154-155
(
domain
hostedOn
1
WebListing
)
UXExperimentalTerms.kif 148-148
The number 1 argument of
hosted on
is an
instance
of
web listing
(
domain
hostedOn
2
WebSite
)
UXExperimentalTerms.kif 150-150
The number 2 argument of
hosted on
is an
instance
of
WebSite
(
instance
hostedOn
BinaryPredicate
)
UXExperimentalTerms.kif 146-146
hosted on
is an
instance
of
binary predicate
appearance as argument number 2
(
format
ChineseLanguage
hostedOn
"%1 是在 %2 hosted ")
domainEnglishFormat.kif 3675-3675
(
format
ChineseTraditionalLanguage
hostedOn
"%1 是在 %2 hosted ")
domainEnglishFormat.kif 3674-3674
(
format
EnglishLanguage
hostedOn
"%1 is hosted on %2")
domainEnglishFormat.kif 3673-3673
(
termFormat
EnglishLanguage
hostedOn
"hosted on")
UXExperimentalTerms.kif 152-152
antecedent
(=>
(
and
(
instance
?LISTING
WebListing
)
(
instance
?SITE
WebSite
)
(
hostedOn
?LISTING ?SITE)
(
creator
?LISTING ?AGENT))
(
webSeller
?AGENT ?SITE))
UXExperimentalTerms.kif 44-50
If
an agent
is an
instance
of
web listing
and
a WebSite
is an
instance
of
WebSite
and
the agent
is
hosted
on
the WebSite
and
the agent
created
a human
,
then
the human
is a
seller
at
the WebSite
(=>
(
and
(
listingBuyer
?LISTING ?BUYER)
(
instance
?OBJ
Object
)
(
instance
?SITE
WebSite
)
(
patient
?LISTING ?OBJECT)
(
hostedOn
?LISTING ?SITE))
(
exists
(?BUYING)
(
and
(
instance
?BUYING
Buying
)
(
patient
?BUYING ?OBJ)
(
eCommerceSite
?BUYING ?SITE)
(
agent
?BUYING ?BUYER))))
UXExperimentalTerms.kif 105-117
If
an agent
buys
a web listing
and
an entity
is an
instance
of
object
and
a WebSite
is an
instance
of
WebSite
and
the entity
ECT is a
patient
of
the web listing
and
the web listing
is
hosted
on
the WebSite
,
then there exists
a financial transaction
such that
the financial transaction
is an
instance
of
buying
and
the entity
is a
patient
of
the financial transaction
and
the WebSite
facilitates
the financial transaction
and
the agent
is an
agent
of
the financial transaction
(=>
(
and
(
listingSeller
?LISTING ?AGENT)
(
hostedOn
?LISTING ?SITE))
(
webSeller
?AGENT ?SITE))
UXExperimentalTerms.kif 82-86
If
a human
sells
a web listing
and
the web listing
is
hosted
on
a WebSite
,
then
the human
is a
seller
at
the WebSite
(=>
(
hostedOn
?LISTING ?SITE)
(
exists
(?PAGE)
(
and
(
instance
?PAGE
WebPage
)
(
component
?LISTING ?PAGE)
(
component
?PAGE ?SITE))))
UXExperimentalTerms.kif 157-163
If
a web listing
is
hosted
on
a WebSite
,
then there exists
a corpuscular object
such that
the corpuscular object
is an
instance
of
WebPage
and
the web listing
is a
component
of
the corpuscular object
and
the corpuscular object
is a
component
of
the WebSite
consequent
(=>
(
advertisedOn
?OBJ ?SITE)
(
exists
(?ADVERT)
(
and
(
instance
?ADVERT
Advertising
)
(
hostedOn
?ADVERT ?SITE)
(
patient
?ADVERT ?OBJ))))
UXExperimentalTerms.kif 250-256
If
an object
was
advertisedOn
a WebSite
,
then there exists
a web listing
such that
the web listing
is an
instance
of
advertising
and
the web listing
is
hosted
on
the WebSite
and
the object
is a
patient
of
the web listing
(=>
(
and
(
instance
?AGENT
Agent
)
(
instance
?SITE
WebSite
))
(
exists
(?COLL)
(
and
(
instance
?COLL
Collection
)
(
forall
(?LISTING)
(=>
(
and
(
instance
?LISTING
WebListing
)
(
hostedOn
?LISTING ?SITE)
(
listingSeller
?LISTING ?AGENT))
(
member
?LISTING ?COLL)))
(
equal
(
SellersItemsFn
?AGENT ?SITE) ?COLL))))
UXExperimentalTerms.kif 1189-1205
If
an agent
is an
instance
of
agent
and
a WebSite
is an
instance
of
WebSite
,
then there exists
a collection
such that
the collection
is an
instance
of
collection
and for all
a web listing
if
the web listing
is an
instance
of
web listing
and
the web listing
is
hosted
on
the WebSite
and
the agent
sells
the web listing
,
then
the web listing
is a
member
of
the collection
and items for
sale
by
the agent
at
the WebSite
is
equal
to
the collection
(=>
(
and
(
instance
?COLL
Collection
)
(
forall
(?MEMBER)
(=>
(
member
?MEMBER ?COLL)
(
instance
?MEMBER
WebListing
))))
(
equal
(
DivisionFn
(
CardinalityFn
(
KappaFn
?LISTING
(
and
(
instance
?LISTING
WebListing
)
(
instance
?SITE
WebSite
)
(
instance
?ITEM
Physical
)
(
member
?LISTING ?COLL)
(
patient
?LISTING ?ITEM)
(
hostedOn
?LISTING ?SITE)
(
exists
(?BUYING)
(
and
(
instance
?BUYING
Buying
)
(
patient
?BUYING ?ITEM)
(
eCommerceSite
?BUYING ?SITE))))))
(
CardinalityFn
?COLL))
(
BidCountFn
?COLL)))
UXExperimentalTerms.kif 3055-3079
If
a collection
is an
instance
of
collection
and for all
a physical
if
the physical
is a
member
of
the collection
,
then
the physical
is an
instance
of
web listing
,
then the number of
instances
in the
class
described by
a symbolic string
and the number of
instances
in
the collection
is
equal
to number of
bids
in
the collection
(=>
(
and
(
instance
?PAGE
ViewItemPage
)
(
instance
?SITE
WebSite
)
(
component
?PAGE ?SITE))
(
exists
(?ITEM ?ADVERTISING)
(
and
(
instance
?ITEM
Object
)
(
instance
?ADVERTISING
WebListing
)
(
component
?ADVERTISING ?PAGE)
(
hostedOn
?ADVERTISING ?SITE)
(
patient
?ADVERTISING ?ITEM))))
UXExperimentalTerms.kif 2274-2285
If
a corpuscular object
is an
instance
of
next generation view item
and
a WebSite
is an
instance
of
WebSite
and
the corpuscular object
is a
component
of
the WebSite
,
then there exist
an entity
and
a web listing
such that
the entity
is an
instance
of
object
and
the web listing
is an
instance
of
web listing
and
the web listing
is a
component
of
the corpuscular object
and
the web listing
is
hosted
on
the WebSite
and
the entity
is a
patient
of
the web listing
(=>
(
instance
?CHARGE
FinalValueFee
)
(
exists
(?ADVERT ?SELLING ?OWNER ?ITEM ?SITE)
(
and
(
instance
?ADVERT
WebListing
)
(
instance
?SELLING
Selling
)
(
instance
?OWNER
Agent
)
(
instance
?ITEM
Physical
)
(
instance
?ADVERT
WebListing
)
(
patient
?ADVERT ?ITEM)
(
patient
?SELLING ?ITEM)
(
causes
?SELLING ?CHARGE)
(
agent
?CHARGE ?OWNER)
(
hostedOn
?ADVERT ?SITE)
(
possesses
?OWNER ?SITE)
(
eCommerceSite
?SELLING ?OWNER))))
UXExperimentalTerms.kif 307-322
If
a process
is an
instance
of
final fee
,
then there exist
a web listing
,
a financial transaction
,, ,
an agent
,, ,
an entity
and
a WebSite
such that
the web listing
is an
instance
of
web listing
and
the financial transaction
is an
instance
of
selling
and
the agent
is an
instance
of
agent
and
the entity
is an
instance
of
physical
and
the web listing
is an
instance
of
web listing
and
the entity
is a
patient
of
the web listing
and
the entity
is a
patient
of
the financial transaction
and
the financial transaction
cause
s
the process
and
the agent
is an
agent
of
the process
and
the web listing
is
hosted
on
the WebSite
and
the agent
possess
es
the WebSite
and
the agent
facilitates
the financial transaction
(=>
(
instance
?CHARGE
InsertionFee
)
(
exists
(?SITE ?OWNER ?ADVERT)
(
and
(
instance
?SITE
WebSite
)
(
instance
?OWNER
Agent
)
(
instance
?ADVERT
WebListing
)
(
hostedOn
?ADVERT ?SITE)
(
possesses
?OWNER ?SITE)
(
agent
?CHARGE ?OWNER))))
UXExperimentalTerms.kif 271-280
If
a process
is an
instance
of
insertion fee
,
then there exist
a WebSite
,
an agent
and
a web listing
such that
the WebSite
is an
instance
of
WebSite
and
the agent
is an
instance
of
agent
and
the web listing
is an
instance
of
web listing
and
the web listing
is
hosted
on
the WebSite
and
the agent
possess
es
the WebSite
and
the agent
is an
agent
of
the process
(=>
(
instance
?LIST
ListOnSite
)
(
exists
(?SITE ?ADVERT ?EARLIER ?AFTER)
(
and
(
instance
?SITE
WebSite
)
(
instance
?ADVERT
WebListing
)
(
instance
?EARLIER
TimeInterval
)
(
instance
?AFTER
TimeInterval
)
(
patient
?LIST ?ADVERT)
(
equal
(
EndFn
?EARLIER)
(
EndFn
?LIST))
(
earlier
?LIST ?AFTER)
(
meetsTemporally
?LIST ?AFTER)
(
holdsDuring
?EARLIER
(
not
(
hostedOn
?ADVERT ?SITE)))
(
holdsDuring
?AFTER
(
hostedOn
?ADVERT ?SITE))
(
agent
?LIST ?OWNER)
(
possesses
?OWNER ?SITE))))
UXExperimentalTerms.kif 338-358
If
a time interval
is an
instance
of
list on site
,
then there exist
an object
,
an entity
,, ,
another time interval
and
a third time interval
such that
the object
is an
instance
of
WebSite
and
the entity
is an
instance
of
web listing
and
the other time interval
is an
instance
of
time interval
and
the third time interval
is an
instance
of
time interval
and
the entity
is a
patient
of
the time interval
and the
end
of
the other time interval
is
equal
to the
end
of
the time interval
and
the time interval
happens
earlier
than
the third time interval
and
the time interval
meet
s
the third time interval
and not
the entity
is
hosted
on
the object
holds
during
the other time interval
and
the entity
is
hosted
on
the object
holds
during
the third time interval
and
an agent
is an
agent
of
the time interval
and
the agent
possess
es
the object
(=>
(
instance
?LISTING
WebListing
)
(
exists
(?SITE)
(
and
(
instance
?SITE
WebSite
)
(
hostedOn
?LISTING ?SITE))))
UXExperimentalTerms.kif 37-42
If
a web listing
is an
instance
of
web listing
,
then there exists
a WebSite
such that
the WebSite
is an
instance
of
WebSite
and
the web listing
is
hosted
on
the WebSite
(=>
(
webSeller
?SELLER ?SITE)
(
exists
(?LISTING)
(
and
(
instance
?LISTING
WebListing
)
(
listingSeller
?LISTING ?SELLER)
(
hostedOn
?LISTING ?SITE))))
UXExperimentalTerms.kif 1156-1162
If
a human
is a
seller
at
a WebSite
,
then there exists
a web listing
such that
the web listing
is an
instance
of
web listing
and
the human
sells
the web listing
and
the web listing
is
hosted
on
the WebSite
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