Class: CommonMetadata
Generic metadata shared across definitions
 classDiagram
    class CommonMetadata
      CommonMetadata <|-- Element
      CommonMetadata <|-- StructuredAlias
      CommonMetadata <|-- AnonymousExpression
      CommonMetadata <|-- PathExpression
      CommonMetadata <|-- ClassRule
      CommonMetadata <|-- PatternExpression
      CommonMetadata <|-- ImportExpression
      CommonMetadata <|-- PermissibleValue
      CommonMetadata <|-- UniqueKey
      CommonMetadata : aliases
      CommonMetadata : alt_descriptions
          CommonMetadata --|> alt_description : alt_descriptions
      CommonMetadata : broad_mappings
      CommonMetadata : categories
      CommonMetadata : close_mappings
      CommonMetadata : comments
      CommonMetadata : contributors
      CommonMetadata : created_by
      CommonMetadata : created_on
      CommonMetadata : deprecated
      CommonMetadata : deprecated_element_has_exact_replacement
      CommonMetadata : deprecated_element_has_possible_replacement
      CommonMetadata : description
      CommonMetadata : exact_mappings
      CommonMetadata : examples
          CommonMetadata --|> example : examples
      CommonMetadata : from_schema
      CommonMetadata : imported_from
      CommonMetadata : in_language
      CommonMetadata : in_subset
          CommonMetadata --|> subset_definition : in_subset
      CommonMetadata : keywords
      CommonMetadata : last_updated_on
      CommonMetadata : mappings
      CommonMetadata : modified_by
      CommonMetadata : narrow_mappings
      CommonMetadata : notes
      CommonMetadata : rank
      CommonMetadata : related_mappings
      CommonMetadata : see_also
      CommonMetadata : source
      CommonMetadata : status
      CommonMetadata : structured_aliases
          CommonMetadata --|> structured_alias : structured_aliases
      CommonMetadata : title
      CommonMetadata : todos
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| description | 0..1 recommended  String  | 
a textual description of the element's purpose and use | direct | 
| alt_descriptions | 0..*  AltDescription  | 
A sourced alternative description for an element | direct | 
| title | 0..1  String  | 
A concise human-readable display label for the element | direct | 
| deprecated | 0..1  String  | 
Description of why and when this element will no longer be used | direct | 
| todos | 0..*  String  | 
Outstanding issues that needs resolution | direct | 
| notes | 0..*  String  | 
editorial notes about an element intended primarily for internal consumption | direct | 
| comments | 0..*  String  | 
notes and comments about an element intended primarily for external consumpti... | direct | 
| examples | 0..*  Example  | 
example usages of an element | direct | 
| in_subset | 0..*  SubsetDefinition  | 
used to indicate membership of a term in a defined subset of terms used for a... | direct | 
| from_schema | 0..1  Uri  | 
id of the schema that defined the element | direct | 
| imported_from | 0..1  String  | 
the imports entry that this element was derived from | direct | 
| source | 0..1  Uriorcurie  | 
A related resource from which the element is derived | direct | 
| in_language | 0..1  String  | 
the primary language used in the sources | direct | 
| see_also | 0..*  Uriorcurie  | 
A list of related entities or URLs that may be of relevance | direct | 
| deprecated_element_has_exact_replacement | 0..1  Uriorcurie  | 
When an element is deprecated, it can be automatically replaced by this uri o... | direct | 
| deprecated_element_has_possible_replacement | 0..1  Uriorcurie  | 
When an element is deprecated, it can be potentially replaced by this uri or ... | direct | 
| aliases | 0..*  String  | 
Alternate names/labels for the element | direct | 
| structured_aliases | 0..*  StructuredAlias  | 
A list of structured_alias objects, used to provide aliases in conjunction wi... | direct | 
| mappings | 0..*  Uriorcurie  | 
A list of terms from different schemas or terminology systems that have compa... | direct | 
| exact_mappings | 0..*  Uriorcurie  | 
A list of terms from different schemas or terminology systems that have ident... | direct | 
| close_mappings | 0..*  Uriorcurie  | 
A list of terms from different schemas or terminology systems that have close... | direct | 
| related_mappings | 0..*  Uriorcurie  | 
A list of terms from different schemas or terminology systems that have relat... | direct | 
| narrow_mappings | 0..*  Uriorcurie  | 
A list of terms from different schemas or terminology systems that have narro... | direct | 
| broad_mappings | 0..*  Uriorcurie  | 
A list of terms from different schemas or terminology systems that have broad... | direct | 
| created_by | 0..1  Uriorcurie  | 
agent that created the element | direct | 
| contributors | 0..*  Uriorcurie  | 
agent that contributed to the element | direct | 
| created_on | 0..1  Datetime  | 
time at which the element was created | direct | 
| last_updated_on | 0..1  Datetime  | 
time at which the element was last updated | direct | 
| modified_by | 0..1  Uriorcurie  | 
agent that modified the element | direct | 
| status | 0..1  Uriorcurie  | 
status of the element | direct | 
| rank | 0..1  Integer  | 
the relative order in which the element occurs, lower values are given preced... | direct | 
| categories | 0..*  Uriorcurie  | 
Controlled terms used to categorize an element | direct | 
| keywords | 0..*  String  | 
Keywords or tags used to describe the element | direct | 
Mixin Usage
| mixed into | description | 
|---|---|
| Element | A named element in the model | 
| StructuredAlias | object that contains meta data about a synonym or alias including where it ca... | 
| AnonymousExpression | An abstract parent class for any nested expression | 
| PathExpression | An expression that describes an abstract path from an object to another throu... | 
| ClassRule | A rule that applies to instances of a class | 
| PatternExpression | a regular expression pattern used to evaluate conformance of a string | 
| ImportExpression | an expression describing an import | 
| PermissibleValue | a permissible value, accompanied by intended text and an optional mapping to ... | 
| UniqueKey | a collection of slots whose values uniquely identify an instance of a class | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/meta
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | linkml:CommonMetadata | 
| native | linkml:CommonMetadata | 
LinkML Source
Direct
name: common_metadata
description: Generic metadata shared across definitions
in_subset:
- BasicSubset
from_schema: https://w3id.org/linkml/meta
mixin: true
slots:
- description
- alt_descriptions
- title
- deprecated
- todos
- notes
- comments
- examples
- in_subset
- from_schema
- imported_from
- source
- in_language
- see_also
- deprecated element has exact replacement
- deprecated element has possible replacement
- aliases
- structured_aliases
- mappings
- exact mappings
- close mappings
- related mappings
- narrow mappings
- broad mappings
- created_by
- contributors
- created_on
- last_updated_on
- modified_by
- status
- rank
- categories
- keywords
Induced
name: common_metadata
description: Generic metadata shared across definitions
in_subset:
- BasicSubset
from_schema: https://w3id.org/linkml/meta
mixin: true
attributes:
  description:
    name: description
    description: a textual description of the element's purpose and use
    in_subset:
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    aliases:
    - definition
    exact_mappings:
    - dcterms:description
    - schema:description
    rank: 5
    domain: element
    slot_uri: skos:definition
    alias: description
    owner: common_metadata
    domain_of:
    - common_metadata
    - permissible_value
    range: string
    recommended: true
  alt_descriptions:
    name: alt_descriptions
    description: A sourced alternative description for an element
    in_subset:
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    aliases:
    - alternate definitions
    rank: 1000
    domain: element
    multivalued: true
    alias: alt_descriptions
    owner: common_metadata
    domain_of:
    - common_metadata
    range: alt_description
    inlined: true
  title:
    name: title
    description: A concise human-readable display label for the element. The title
      should mirror the name, and should use ordinary textual punctuation.
    in_subset:
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    aliases:
    - long name
    rank: 3
    domain: element
    slot_uri: dcterms:title
    alias: title
    owner: common_metadata
    domain_of:
    - common_metadata
    range: string
  deprecated:
    name: deprecated
    description: Description of why and when this element will no longer be used
    comments:
    - note that linkml does not use a boolean to indicate deprecation status - the
      presence of a string value in this field is sufficient to indicate deprecation.
    in_subset:
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    close_mappings:
    - owl:deprecated
    rank: 1000
    domain: element
    alias: deprecated
    owner: common_metadata
    domain_of:
    - common_metadata
    range: string
  todos:
    name: todos
    description: Outstanding issues that needs resolution
    in_subset:
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    domain: element
    multivalued: true
    alias: todos
    owner: common_metadata
    domain_of:
    - common_metadata
    range: string
  notes:
    name: notes
    description: editorial notes about an element intended primarily for internal
      consumption
    in_subset:
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    domain: element
    slot_uri: skos:editorialNote
    multivalued: true
    alias: notes
    owner: common_metadata
    domain_of:
    - common_metadata
    range: string
  comments:
    name: comments
    description: notes and comments about an element intended primarily for external
      consumption
    in_subset:
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    exact_mappings:
    - rdfs:comment
    rank: 1000
    domain: element
    slot_uri: skos:note
    multivalued: true
    alias: comments
    owner: common_metadata
    domain_of:
    - common_metadata
    range: string
  examples:
    name: examples
    description: example usages of an element
    in_subset:
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    close_mappings:
    - vann:example
    rank: 1000
    singular_name: example
    domain: element
    multivalued: true
    alias: examples
    owner: common_metadata
    domain_of:
    - common_metadata
    range: example
    inlined: true
  in_subset:
    name: in_subset
    description: used to indicate membership of a term in a defined subset of terms
      used for a particular domain or application.
    comments:
    - an example of use in the translator_minimal subset in the biolink model, holding
      the minimal set of predicates used in a translator knowledge graph
    in_subset:
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    domain: element
    slot_uri: OIO:inSubset
    multivalued: true
    alias: in_subset
    owner: common_metadata
    domain_of:
    - common_metadata
    range: subset_definition
  from_schema:
    name: from_schema
    description: id of the schema that defined the element
    notes:
    - A stronger model would be range schema_definition, but this doesn't address
      the import model
    in_subset:
    - SpecificationSubset
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    domain: element
    slot_uri: skos:inScheme
    readonly: supplied by the schema loader or schema view
    alias: from_schema
    owner: common_metadata
    domain_of:
    - common_metadata
    range: uri
  imported_from:
    name: imported_from
    description: the imports entry that this element was derived from.  Empty means
      primary source
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    domain: element
    readonly: supplied by the schema loader or schema view
    alias: imported_from
    owner: common_metadata
    domain_of:
    - common_metadata
    range: string
  source:
    name: source
    description: A related resource from which the element is derived.
    comments:
    - The described resource may be derived from the related resource in whole or
      in part
    in_subset:
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    aliases:
    - origin
    - derived from
    close_mappings:
    - prov:wasDerivedFrom
    - schema:isBasedOn
    rank: 1000
    domain: element
    slot_uri: dcterms:source
    alias: source
    owner: common_metadata
    domain_of:
    - common_metadata
    range: uriorcurie
  in_language:
    name: in_language
    conforms_to: https://www.rfc-editor.org/rfc/bcp/bcp47.txt
    description: the primary language used in the sources
    comments:
    - Recommended to use a string from IETF BCP 47
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    slot_uri: schema:inLanguage
    alias: in_language
    owner: common_metadata
    domain_of:
    - common_metadata
    range: string
  see_also:
    name: see_also
    description: A list of related entities or URLs that may be of relevance
    in_subset:
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    domain: element
    slot_uri: rdfs:seeAlso
    multivalued: true
    alias: see_also
    owner: common_metadata
    domain_of:
    - common_metadata
    range: uriorcurie
  deprecated element has exact replacement:
    name: deprecated element has exact replacement
    description: When an element is deprecated, it can be automatically replaced by
      this uri or curie
    from_schema: https://w3id.org/linkml/meta
    mappings:
    - IAO:0100001
    rank: 1000
    alias: deprecated_element_has_exact_replacement
    owner: common_metadata
    domain_of:
    - common_metadata
    range: uriorcurie
  deprecated element has possible replacement:
    name: deprecated element has possible replacement
    description: When an element is deprecated, it can be potentially replaced by
      this uri or curie
    from_schema: https://w3id.org/linkml/meta
    mappings:
    - OIO:consider
    rank: 1000
    alias: deprecated_element_has_possible_replacement
    owner: common_metadata
    domain_of:
    - common_metadata
    range: uriorcurie
  aliases:
    name: aliases
    description: Alternate names/labels for the element. These do not alter the semantics
      of the schema, but may be useful to support search and alignment.
    comments:
    - not be confused with the metaslot alias.
    in_subset:
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    aliases:
    - synonyms
    - alternate names
    - alternative labels
    - designations
    exact_mappings:
    - schema:alternateName
    rank: 1000
    domain: element
    slot_uri: skos:altLabel
    multivalued: true
    alias: aliases
    owner: common_metadata
    domain_of:
    - common_metadata
    range: string
  structured_aliases:
    name: structured_aliases
    description: A list of structured_alias objects, used to provide aliases in conjunction
      with additional metadata.
    from_schema: https://w3id.org/linkml/meta
    see_also:
    - linkml:aliases
    rank: 1000
    slot_uri: skosxl:altLabel
    multivalued: true
    alias: structured_aliases
    owner: common_metadata
    domain_of:
    - common_metadata
    range: structured_alias
    inlined: true
  mappings:
    name: mappings
    description: A list of terms from different schemas or terminology systems that
      have comparable meaning. These may include terms that are precisely equivalent,
      broader or narrower in meaning, or otherwise semantically related but not equivalent
      from a strict ontological perspective.
    from_schema: https://w3id.org/linkml/meta
    aliases:
    - xrefs
    - identifiers
    - alternate identifiers
    - alternate ids
    rank: 1000
    slot_uri: skos:mappingRelation
    multivalued: true
    alias: mappings
    owner: common_metadata
    domain_of:
    - common_metadata
    range: uriorcurie
  exact mappings:
    name: exact mappings
    description: A list of terms from different schemas or terminology systems that
      have identical meaning.
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    is_a: mappings
    slot_uri: skos:exactMatch
    multivalued: true
    inherited: false
    alias: exact_mappings
    owner: common_metadata
    domain_of:
    - common_metadata
    - UnitOfMeasure
    range: uriorcurie
  close mappings:
    name: close mappings
    description: A list of terms from different schemas or terminology systems that
      have close meaning.
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    is_a: mappings
    slot_uri: skos:closeMatch
    multivalued: true
    inherited: false
    alias: close_mappings
    owner: common_metadata
    domain_of:
    - common_metadata
    range: uriorcurie
  related mappings:
    name: related mappings
    description: A list of terms from different schemas or terminology systems that
      have related meaning.
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    is_a: mappings
    slot_uri: skos:relatedMatch
    multivalued: true
    inherited: false
    alias: related_mappings
    owner: common_metadata
    domain_of:
    - common_metadata
    range: uriorcurie
  narrow mappings:
    name: narrow mappings
    description: A list of terms from different schemas or terminology systems that
      have narrower meaning.
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    is_a: mappings
    slot_uri: skos:narrowMatch
    multivalued: true
    inherited: false
    alias: narrow_mappings
    owner: common_metadata
    domain_of:
    - common_metadata
    range: uriorcurie
  broad mappings:
    name: broad mappings
    description: A list of terms from different schemas or terminology systems that
      have broader meaning.
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    is_a: mappings
    slot_uri: skos:broadMatch
    multivalued: true
    inherited: false
    alias: broad_mappings
    owner: common_metadata
    domain_of:
    - common_metadata
    range: uriorcurie
  created_by:
    name: created_by
    description: agent that created the element
    in_subset:
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    domain: element
    slot_uri: pav:createdBy
    alias: created_by
    owner: common_metadata
    domain_of:
    - common_metadata
    range: uriorcurie
  contributors:
    name: contributors
    description: agent that contributed to the element
    in_subset:
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    domain: element
    slot_uri: dcterms:contributor
    multivalued: true
    alias: contributors
    owner: common_metadata
    domain_of:
    - common_metadata
    range: uriorcurie
  created_on:
    name: created_on
    description: time at which the element was created
    in_subset:
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    domain: element
    slot_uri: pav:createdOn
    alias: created_on
    owner: common_metadata
    domain_of:
    - common_metadata
    range: datetime
  last_updated_on:
    name: last_updated_on
    description: time at which the element was last updated
    in_subset:
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    domain: element
    slot_uri: pav:lastUpdatedOn
    alias: last_updated_on
    owner: common_metadata
    domain_of:
    - common_metadata
    range: datetime
  modified_by:
    name: modified_by
    description: agent that modified the element
    in_subset:
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    domain: element
    slot_uri: oslc:modifiedBy
    alias: modified_by
    owner: common_metadata
    domain_of:
    - common_metadata
    range: uriorcurie
  status:
    name: status
    description: status of the element
    examples:
    - value: bibo:draft
    in_subset:
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    see_also:
    - https://www.hl7.org/fhir/valueset-publication-status.html
    - https://www.hl7.org/fhir/versions.html#std-process
    aliases:
    - workflow status
    rank: 1000
    domain: element
    slot_uri: bibo:status
    alias: status
    owner: common_metadata
    domain_of:
    - common_metadata
    range: uriorcurie
  rank:
    name: rank
    description: the relative order in which the element occurs, lower values are
      given precedence
    comments:
    - the rank of an element does not affect the semantics
    in_subset:
    - SpecificationSubset
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    aliases:
    - order
    - precedence
    - display order
    exact_mappings:
    - qudt:order
    - qb:order
    rank: 51
    slot_uri: sh:order
    alias: rank
    owner: common_metadata
    domain_of:
    - common_metadata
    - class_rule
    range: integer
  categories:
    name: categories
    description: Controlled terms used to categorize an element.
    comments:
    - if you wish to use uncontrolled terms or terms that lack identifiers then use
      the keywords element
    in_subset:
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    singular_name: category
    slot_uri: dcterms:subject
    multivalued: true
    alias: categories
    owner: common_metadata
    domain_of:
    - common_metadata
    - structured_alias
    range: uriorcurie
  keywords:
    name: keywords
    description: Keywords or tags used to describe the element
    in_subset:
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    singular_name: keyword
    domain: element
    slot_uri: schema:keywords
    multivalued: true
    alias: keywords
    owner: common_metadata
    domain_of:
    - common_metadata
    range: string