successor attribute (successorAttribute)
(successorAttribute attr1 attr2)
means that attr2 is the Attribute that comes immediately after attr1
on the scale that they share.
Ontologie
SUMO / STRUCTURAL-ONTOLOGYClass(es)
Související termín(y)
back fn
cardinality fn
front fn
principal host fn
probability fn
skin fn
arc weight
attribute
authors
before or equal
causes
causes subclass
citizen
closed on
completely fills
connected
contains information
cooccur
copy
crosses
date
decreases likelihood
developmental form
disjoint
distributes
documentation
duration
earlier
editor
element
employs
equal
equivalence relation on
exploits
expressed in language
faces
family relation
fills
finishes
frequency
graph part
greater than
greater than or equal to
has purpose
has skill
holds during
holds obligation
holds right
hole
identity element
immediate instance
immediate subclass
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
manner
material
measure
meets temporally
member
modal attribute
overlaps temporally
parent
partial ordering on
partially fills
partly located
path length
penetrates
possesses
precondition
prevents
proper part
properly fills
property
publishes
range
range subclass
realization
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 class
subsumes content instance
successor attribute closure
surface
temporal part
time
total ordering on
trichotomizing on
uses
valence
version
Typy argumentů
successorAttribute(atribut, atribut)
Axiomy (5)
sub attribute and successor attribute are disjoint.
(disjointRelation subAttribute successorAttribute)
Jestliže attr1 je an immediate successor attribute of attr2 a entity má atribut attr2 během time1, potom existuje time2 tak, že time2 je a part of před time1 a entity má atribut attr1 během time2.
(=>
(and
(successorAttribute ?ATTR1 ?ATTR2)
(holdsDuring
?TIME1
(property ?ENTITY ?ATTR2)))
(exists
(?TIME2)
(and
(temporalPart
?TIME2
(PastFn ?TIME1))
(holdsDuring
?TIME2
(property ?ENTITY ?ATTR1)))))
successor attribute closure je internally related to successor attribute.
(relatedInternalConcept successorAttributeClosure successorAttribute)
Jestliže attr1 je an immediate successor attribute of attr2, potom attr1 je a successor attribute of attr2.
(=>
(successorAttribute ?ATTR1 ?ATTR2)
(successorAttributeClosure ?ATTR1 ?ATTR2))
non fully formed je an immediate successor attribute of fully formed.
(successorAttribute NonFullyFormed FullyFormed)