Skip to content

Class: NotObsoleteAspect

Auto-classifies anything that is not obsolete

  • NOTE: this is a mixin class intended to be used in combination with other classes, and not used directly

URI: omoschema:NotObsoleteAspect

Slots

Name Range Cardinality Description Info

Usages

Identifier and Mapping Information

Rules

LinkML Specification

Direct

name: NotObsoleteAspect
description: Auto-classifies anything that is not obsolete
from_schema: http://purl.obolibrary.org/obo/omo/schema
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')

Induced

name: NotObsoleteAspect
description: Auto-classifies anything that is not obsolete
from_schema: http://purl.obolibrary.org/obo/omo/schema
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')