Skip to content

Class: HasCategory

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

URI: omoschema:HasCategory

Inheritance

Slots

Name Range Cardinality Description Info
has_obo_namespace string 0..* None .
category string 0..1 None .
in_subset Subset 0..* Maps an ontology element to a subset it belongs to .
conformsTo Thing 0..* None .

Usages

Identifier and Mapping Information

LinkML Specification

Direct

name: HasCategory
from_schema: http://purl.obolibrary.org/obo/omo/schema
is_a: AnnotationPropertyMixin
mixin: true
slots:
- has_obo_namespace
- category
- in_subset
- conformsTo

Induced

name: HasCategory
from_schema: http://purl.obolibrary.org/obo/omo/schema
is_a: AnnotationPropertyMixin
mixin: true
attributes:
  has_obo_namespace:
    name: has_obo_namespace
    from_schema: http://purl.obolibrary.org/obo/omo/schema
    slot_uri: oio:hasOBONamespace
    multivalued: true
    alias: has_obo_namespace
    owner: HasCategory
    range: string
  category:
    name: category
    from_schema: http://purl.obolibrary.org/obo/omo/schema
    is_a: informative_property
    slot_uri: biolink:category
    alias: category
    owner: HasCategory
    range: string
  in_subset:
    name: in_subset
    description: Maps an ontology element to a subset it belongs to
    from_schema: http://purl.obolibrary.org/obo/omo/schema
    slot_uri: oio:inSubset
    multivalued: true
    alias: in_subset
    owner: HasCategory
    range: Subset
  conformsTo:
    name: conformsTo
    from_schema: http://purl.obolibrary.org/obo/omo/schema
    is_a: informative_property
    slot_uri: dcterms:conformsTo
    multivalued: true
    alias: conformsTo
    owner: HasCategory
    range: Thing