Class: anonymous_class_expression
URI: linkml:AnonymousClassExpression
Parents
- is_a: AnonymousExpression
Uses Mixin
- mixin: ClassExpression - A boolean expression that can be used to dynamically determine membership of a class
Referenced by Class
- ClassExpression class_expression➞all_of 0..* AnonymousClassExpression
- ClassExpression class_expression➞any_of 0..* AnonymousClassExpression
- ClassExpression class_expression➞exactly_one_of 0..* AnonymousClassExpression
- ClassExpression class_expression➞none_of 0..* AnonymousClassExpression
- ClassDefinition classification_rules 0..* AnonymousClassExpression
- None elseconditions 0..1 AnonymousClassExpression
- None postconditions 0..1 AnonymousClassExpression
- None preconditions 0..1 AnonymousClassExpression
- SlotExpression range_expression 0..1 AnonymousClassExpression
Attributes
Own
- is_a 0..1
- Description: specifies single-inheritance between classes or slots. While multiple inheritance is not allowed, mixins can be provided effectively providing the same thing. The semantics are the same when translated to formalisms that allow MI (e.g. RDFS/OWL). When translating to a SI framework (e.g. java classes, python classes) then is a is used. When translating a framework without polymorphism (e.g. json-schema, solr document schema) then is a and mixins are recursively unfolded
- Range: Definition
- in subsets: (basic,object_oriented)
Mixed in from class_expression:
- class_expression➞any_of 0..*
- Description: holds if at least one of the expressions hold
- Range: AnonymousClassExpression
Mixed in from class_expression:
- class_expression➞exactly_one_of 0..*
- Description: holds if only one of the expressions hold
- Range: AnonymousClassExpression
Mixed in from class_expression:
- class_expression➞none_of 0..*
- Description: holds if none of the expressions hold
- Range: AnonymousClassExpression
Mixed in from class_expression:
- class_expression➞all_of 0..*
- Description: holds if all of the expressions hold
- Range: AnonymousClassExpression
Mixed in from class_expression:
- slot_conditions 0..*
- Description: the redefinition of a slot in the context of the containing class definition.
- Range: SlotDefinition