subsumes content class (subsumesContentClass)
A BinaryPredicate that relates two
subclasses of ContentBearingObject. (subsumesContentClass class1
class2) means that the content expressed by each instance of class2 is
also expressed by each instance of class1. Examples include the
relationship between a poem and one of its stanzas or between a book and
one of its chapters. Note that this is a relation between subclasses of
ContentBearingObject, rather than instances. If one wants to relate
instances, the Predicate subsumesContentInstance can be used. Note
that subsumesContentClass is needed in many cases. Consider, for
example, the relation between the King James edition of the Bible and its
Book of Genesis. This relation holds for every copy of this edition and
not just for a single instance.
Ontologie
SUMO / BASE-ONTOLOGYClass(es)
Subrelation(s)
equivalent content class
Související termín(y)
arc weight
authors
before or equal
causes
causes subclass
citizen
closed on
connected
contains information
cooccur
copy
date
decreases likelihood
developmental form
disjoint
distributes
documentation
duration
earlier
editor
element
employs
equal
equivalence relation on
exploits
expressed in language
faces
family relation
finishes
frequency
graph part
greater than
greater than or equal to
has purpose
has skill
holds during
holds obligation
holds right
hole
identity element
in list
in scope of interest
increases likelihood
independent probability
inhabits
inhibits
initial list
instance
inverse
irreflexive on
larger
less than
less than or equal to
located
material
measure
meets temporally
modal attribute
overlaps temporally
parent
part
partial ordering on
partly located
path length
possesses
precondition
prevents
property
publishes
range
range subclass
refers
reflexive on
related internal concept
sibling
smaller
starts
sub attribute
sub collection
sub graph
sub list
sub process
sub proposition
subclass
subrelation
subsumes content instance
successor attribute
successor attribute closure
temporal part
time
total ordering on
trichotomizing on
uses
valence
version
Typy argumentů
subsumesContentClass(subclass objekt nesoucí informaci, subclass objekt nesoucí informaci)
Related WordNet synsets
See more related synsets on a separate page.
Axiomy (6)
subsumes content class(class1,class2) platí a subsumes content class(class2,class1) platí tehdy a jen tehdy pokud equivalent content class(class1,class2) platí.
(<=>
(and
(subsumesContentClass ?CLASS1 ?CLASS2)
(subsumesContentClass ?CLASS2 ?CLASS1))
(equivalentContentClass ?CLASS1 ?CLASS2))
subsumes content class(class1,class2) platí tehdy a jen tehdy pokud pro všechny obj2,info platí: jestliže obj2 je instancí třídy class2 a obj2 contains information info, potom existuje class1 obj1 tak, že obj1 contains information info.
(<=>
(subsumesContentClass ?CLASS1 ?CLASS2)
(forall
(?OBJ2 ?INFO)
(=>
(and
(instance ?OBJ2 ?CLASS2)
(containsInformation ?OBJ2 ?INFO))
(exists
(?OBJ1)
(and
(instance ?OBJ1 ?CLASS1)
(containsInformation ?OBJ1 ?INFO))))))
subsumes content instance je internally related to subsumes content class.
(relatedInternalConcept subsumesContentInstance subsumesContentClass)
Jestliže "edition fn(text1,number)" se rovná text2, potom subsumes content class(text1,text2) platí.
(=>
(equal
(EditionFn ?TEXT1 ?NUMBER)
?TEXT2)
(subsumesContentClass ?TEXT1 ?TEXT2))
Jestliže "series volume fn(series,number)" se rovná volume, potom subsumes content class(series,volume) platí.
(=>
(equal
(SeriesVolumeFn ?SERIES ?NUMBER)
?VOLUME)
(subsumesContentClass ?SERIES ?VOLUME))
Jestliže "periodical issue fn(periodical,number)" se rovná issue, potom subsumes content class(periodical,issue) platí.
(=>
(equal
(PeriodicalIssueFn ?PERIODICAL ?NUMBER)
?ISSUE)
(subsumesContentClass ?PERIODICAL ?ISSUE))