Class: NotObsoleteAspect
Auto-classifies anything that is not obsolete
URI: omoschema:NotObsoleteAspect
classDiagram
class NotObsoleteAspect
click NotObsoleteAspect href "../NotObsoleteAspect"
Slots
Name |
Cardinality and Range |
Description |
Inheritance |
---|
Mixin Usage
mixed into |
description |
---|
Usages
used by |
used in |
type |
used |
---|---|---|---|
domain |
|||
domain |
|||
domain |
|||
domain |
|||
domain |
|||
domain |
|||
domain |
|||
domain |
|||
domain |
|||
domain |
|||
domain |
|||
domain |
Identifier and Mapping Information
Schema Source
from schema: https://w3id.org/oak/ontology-metadata
Mappings
Mapping Type |
Mapped Value |
---|---|
self |
omoschema:NotObsoleteAspect |
native |
omoschema:NotObsoleteAspect |
LinkML Source
Direct
```yaml
name: NotObsoleteAspect
description: Auto-classifies anything that is not obsolete
from_schema: https://w3id.org/oak/ontology-metadata
mixin: true
rules:
- postconditions:
none_of:
- slot_conditions:
label:
name: label
pattern: ^obsolete
classification_rules:
- slot_conditions:
none_of:
name: none_of
deprecated: JsonObj(equals_expression='true')
</details>
### Induced
<details>
```yaml
name: NotObsoleteAspect
description: Auto-classifies anything that is not obsolete
from_schema: https://w3id.org/oak/ontology-metadata
mixin: true
rules:
- postconditions:
none_of:
- slot_conditions:
label:
name: label
pattern: ^obsolete
classification_rules:
- slot_conditions:
none_of:
name: none_of
deprecated: JsonObj(equals_expression='true')