Skip to content

Class: HasIdentifiers

Adds a multivalued 'identifiers' field to an object.

URI: cdm:HasIdentifiers

classDiagram class HasIdentifiers click HasIdentifiers href "../HasIdentifiers" HasIdentifiers <|-- Contig click Contig href "../Contig" HasIdentifiers <|-- ContigCollection click ContigCollection href "../ContigCollection" HasIdentifiers <|-- Contributor click Contributor href "../Contributor" HasIdentifiers <|-- EncodedFeature click EncodedFeature href "../EncodedFeature" HasIdentifiers <|-- Feature click Feature href "../Feature" HasIdentifiers <|-- Project click Project href "../Project" HasIdentifiers <|-- Protein click Protein href "../Protein" HasIdentifiers <|-- Protocol click Protocol href "../Protocol" HasIdentifiers <|-- ProtocolParticipant click ProtocolParticipant href "../ProtocolParticipant" HasIdentifiers <|-- Sample click Sample href "../Sample" HasIdentifiers <|-- NamedThingWithIDs click NamedThingWithIDs href "../NamedThingWithIDs" HasIdentifiers <|-- Organization click Organization href "../Organization" HasIdentifiers : identifiers HasIdentifiers --> "*" Identifier : identifiers click Identifier href "../Identifier"

Slots

Name Cardinality and Range Description Inheritance
identifiers *
Identifier
URIs or CURIEs used to refer to this entity direct

Mixin Usage

mixed into description
Contig A contig (derived from the word "contiguous") is a set of DNA segments or seq...
ContigCollection A set of individual, overlapping contigs that represent the complete sequence...
Contributor Represents a contributor to the resource
EncodedFeature An entity generated from a feature, such as a transcript
Feature A feature localized to an interval along a contig
Project Administrative unit for collecting data related to a certain topic, location,...
Protein Proteins are large, complex molecules made up of one or more long, folded cha...
Protocol Defined method or set of methods
ProtocolParticipant Either an input or an output of a protocol
Sample A material entity that can be characterised by an experiment
NamedThingWithIDs
Organization

Identifier and Mapping Information

Schema Source

  • from schema: https://github.com/kbase/cdm-schema

Mappings

Mapping Type Mapped Value
self cdm:HasIdentifiers
native cdm:HasIdentifiers

LinkML Source

Direct

name: HasIdentifiers
description: Adds a multivalued 'identifiers' field to an object.
from_schema: https://github.com/kbase/cdm-schema
mixin: true
attributes:
  identifiers:
    name: identifiers
    description: URIs or CURIEs used to refer to this entity.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    domain_of:
    - HasIdentifiers
    range: Identifier
    multivalued: true

Induced

name: HasIdentifiers
description: Adds a multivalued 'identifiers' field to an object.
from_schema: https://github.com/kbase/cdm-schema
mixin: true
attributes:
  identifiers:
    name: identifiers
    description: URIs or CURIEs used to refer to this entity.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    alias: identifiers
    owner: HasIdentifiers
    domain_of:
    - HasIdentifiers
    range: Identifier
    multivalued: true