Skip to content

Class: Element

A named element in the model

  • NOTE: this is an abstract class and should not be instantiated directly

URI: linkml:Element

classDiagram class Element Extensible <|-- Element Annotatable <|-- Element CommonMetadata <|-- Element Element <|-- SchemaDefinition Element <|-- TypeDefinition Element <|-- SubsetDefinition Element <|-- Definition Element : aliases Element : alt_descriptions Element --> alt_description : alt_descriptions Element : annotations Element --> annotation : annotations Element : broad_mappings Element : categories Element : close_mappings Element : comments Element : conforms_to Element : contributors Element : created_by Element : created_on Element : definition_uri Element : deprecated Element : deprecated_element_has_exact_replacement Element : deprecated_element_has_possible_replacement Element : description Element : exact_mappings Element : examples Element --> example : examples Element : extensions Element --> extension : extensions Element : from_schema Element : id_prefixes Element : id_prefixes_are_closed Element : implements Element : imported_from Element : in_language Element : in_subset Element --> subset_definition : in_subset Element : instantiates Element : keywords Element : last_updated_on Element : local_names Element --> local_name : local_names Element : mappings Element : modified_by Element : name Element : narrow_mappings Element : notes Element : rank Element : related_mappings Element : see_also Element : source Element : status Element : structured_aliases Element --> structured_alias : structured_aliases Element : title Element : todos

Inheritance

Slots

Name Cardinality and Range Description Inheritance
name 1..1
String
the unique name of the element within the context of the schema direct
id_prefixes 0..*
Ncname
An allowed list of prefixes for which identifiers must conform direct
id_prefixes_are_closed 0..1
Boolean
If true, then the id_prefixes slot is treated as being closed, and any use of... direct
definition_uri 0..1
Uriorcurie
The native URI of the element direct
local_names 0..*
LocalName
direct
conforms_to 0..1
String
An established standard to which the element conforms direct
implements 0..*
Uriorcurie
An element in another schema which this element conforms to direct
instantiates 0..*
Uriorcurie
An element in another schema which this element instantiates direct
extensions 0..*
Extension
a tag/text tuple attached to an arbitrary element Extensible
annotations 0..*
Annotation
a collection of tag/text tuples with the semantics of OWL Annotation Annotatable
description 0..1 recommended
String
a textual description of the element's purpose and use CommonMetadata
alt_descriptions 0..*
AltDescription
A sourced alternative description for an element CommonMetadata
title 0..1
String
A concise human-readable display label for the element CommonMetadata
deprecated 0..1
String
Description of why and when this element will no longer be used CommonMetadata
todos 0..*
String
Outstanding issues that needs resolution CommonMetadata
notes 0..*
String
editorial notes about an element intended primarily for internal consumption CommonMetadata
comments 0..*
String
notes and comments about an element intended primarily for external consumpti... CommonMetadata
examples 0..*
Example
example usages of an element CommonMetadata
in_subset 0..*
SubsetDefinition
used to indicate membership of a term in a defined subset of terms used for a... CommonMetadata
from_schema 0..1
Uri
id of the schema that defined the element CommonMetadata
imported_from 0..1
String
the imports entry that this element was derived from CommonMetadata
source 0..1
Uriorcurie
A related resource from which the element is derived CommonMetadata
in_language 0..1
String
the primary language used in the sources CommonMetadata
see_also 0..*
Uriorcurie
A list of related entities or URLs that may be of relevance CommonMetadata
deprecated_element_has_exact_replacement 0..1
Uriorcurie
When an element is deprecated, it can be automatically replaced by this uri o... CommonMetadata
deprecated_element_has_possible_replacement 0..1
Uriorcurie
When an element is deprecated, it can be potentially replaced by this uri or ... CommonMetadata
aliases 0..*
String
Alternate names/labels for the element CommonMetadata
structured_aliases 0..*
StructuredAlias
A list of structured_alias objects, used to provide aliases in conjunction wi... CommonMetadata
mappings 0..*
Uriorcurie
A list of terms from different schemas or terminology systems that have compa... CommonMetadata
exact_mappings 0..*
Uriorcurie
A list of terms from different schemas or terminology systems that have ident... CommonMetadata
close_mappings 0..*
Uriorcurie
A list of terms from different schemas or terminology systems that have close... CommonMetadata
related_mappings 0..*
Uriorcurie
A list of terms from different schemas or terminology systems that have relat... CommonMetadata
narrow_mappings 0..*
Uriorcurie
A list of terms from different schemas or terminology systems that have narro... CommonMetadata
broad_mappings 0..*
Uriorcurie
A list of terms from different schemas or terminology systems that have broad... CommonMetadata
created_by 0..1
Uriorcurie
agent that created the element CommonMetadata
contributors 0..*
Uriorcurie
agent that contributed to the element CommonMetadata
created_on 0..1
Datetime
time at which the element was created CommonMetadata
last_updated_on 0..1
Datetime
time at which the element was last updated CommonMetadata
modified_by 0..1
Uriorcurie
agent that modified the element CommonMetadata
status 0..1
Uriorcurie
status of the element CommonMetadata
rank 0..1
Integer
the relative order in which the element occurs, lower values are given preced... CommonMetadata
categories 0..*
Uriorcurie
Controlled terms used to categorize an element CommonMetadata
keywords 0..*
String
Keywords or tags used to describe the element CommonMetadata

Usages

used by used in type used
CommonMetadata description domain Element
CommonMetadata alt_descriptions domain Element
CommonMetadata title domain Element
CommonMetadata deprecated domain Element
CommonMetadata todos domain Element
CommonMetadata notes domain Element
CommonMetadata comments domain Element
CommonMetadata examples domain Element
CommonMetadata in_subset domain Element
CommonMetadata from_schema domain Element
CommonMetadata imported_from domain Element
CommonMetadata source domain Element
CommonMetadata see_also domain Element
CommonMetadata aliases domain Element
CommonMetadata created_by domain Element
CommonMetadata contributors domain Element
CommonMetadata created_on domain Element
CommonMetadata last_updated_on domain Element
CommonMetadata modified_by domain Element
CommonMetadata status domain Element
CommonMetadata keywords domain Element
Element name domain Element
Element id_prefixes domain Element
Element id_prefixes_are_closed domain Element
Element definition_uri domain Element
Element local_names domain Element
Element conforms_to domain Element
Element implements domain Element
Element instantiates domain Element
Element description domain Element
Element alt_descriptions domain Element
Element title domain Element
Element deprecated domain Element
Element todos domain Element
Element notes domain Element
Element comments domain Element
Element examples domain Element
Element in_subset domain Element
Element from_schema domain Element
Element imported_from domain Element
Element source domain Element
Element see_also domain Element
Element aliases domain Element
Element created_by domain Element
Element contributors domain Element
Element created_on domain Element
Element last_updated_on domain Element
Element modified_by domain Element
Element status domain Element
Element keywords domain Element
SchemaDefinition name domain Element
SchemaDefinition id_prefixes domain Element
SchemaDefinition id_prefixes_are_closed domain Element
SchemaDefinition definition_uri domain Element
SchemaDefinition local_names domain Element
SchemaDefinition conforms_to domain Element
SchemaDefinition implements domain Element
SchemaDefinition instantiates domain Element
SchemaDefinition description domain Element
SchemaDefinition alt_descriptions domain Element
SchemaDefinition title domain Element
SchemaDefinition deprecated domain Element
SchemaDefinition todos domain Element
SchemaDefinition notes domain Element
SchemaDefinition comments domain Element
SchemaDefinition examples domain Element
SchemaDefinition in_subset domain Element
SchemaDefinition from_schema domain Element
SchemaDefinition imported_from domain Element
SchemaDefinition source domain Element
SchemaDefinition see_also domain Element
SchemaDefinition aliases domain Element
SchemaDefinition created_by domain Element
SchemaDefinition contributors domain Element
SchemaDefinition created_on domain Element
SchemaDefinition last_updated_on domain Element
SchemaDefinition modified_by domain Element
SchemaDefinition status domain Element
SchemaDefinition keywords domain Element
TypeDefinition union_of domain Element
TypeDefinition name domain Element
TypeDefinition id_prefixes domain Element
TypeDefinition id_prefixes_are_closed domain Element
TypeDefinition definition_uri domain Element
TypeDefinition local_names domain Element
TypeDefinition conforms_to domain Element
TypeDefinition implements domain Element
TypeDefinition instantiates domain Element
TypeDefinition description domain Element
TypeDefinition alt_descriptions domain Element
TypeDefinition title domain Element
TypeDefinition deprecated domain Element
TypeDefinition todos domain Element
TypeDefinition notes domain Element
TypeDefinition comments domain Element
TypeDefinition examples domain Element
TypeDefinition in_subset domain Element
TypeDefinition from_schema domain Element
TypeDefinition imported_from domain Element
TypeDefinition source domain Element
TypeDefinition see_also domain Element
TypeDefinition aliases domain Element
TypeDefinition created_by domain Element
TypeDefinition contributors domain Element
TypeDefinition created_on domain Element
TypeDefinition last_updated_on domain Element
TypeDefinition modified_by domain Element
TypeDefinition status domain Element
TypeDefinition keywords domain Element
SubsetDefinition name domain Element
SubsetDefinition id_prefixes domain Element
SubsetDefinition id_prefixes_are_closed domain Element
SubsetDefinition definition_uri domain Element
SubsetDefinition local_names domain Element
SubsetDefinition conforms_to domain Element
SubsetDefinition implements domain Element
SubsetDefinition instantiates domain Element
SubsetDefinition description domain Element
SubsetDefinition alt_descriptions domain Element
SubsetDefinition title domain Element
SubsetDefinition deprecated domain Element
SubsetDefinition todos domain Element
SubsetDefinition notes domain Element
SubsetDefinition comments domain Element
SubsetDefinition examples domain Element
SubsetDefinition in_subset domain Element
SubsetDefinition from_schema domain Element
SubsetDefinition imported_from domain Element
SubsetDefinition source domain Element
SubsetDefinition see_also domain Element
SubsetDefinition aliases domain Element
SubsetDefinition created_by domain Element
SubsetDefinition contributors domain Element
SubsetDefinition created_on domain Element
SubsetDefinition last_updated_on domain Element
SubsetDefinition modified_by domain Element
SubsetDefinition status domain Element
SubsetDefinition keywords domain Element
Definition name domain Element
Definition id_prefixes domain Element
Definition id_prefixes_are_closed domain Element
Definition definition_uri domain Element
Definition local_names domain Element
Definition conforms_to domain Element
Definition implements domain Element
Definition instantiates domain Element
Definition description domain Element
Definition alt_descriptions domain Element
Definition title domain Element
Definition deprecated domain Element
Definition todos domain Element
Definition notes domain Element
Definition comments domain Element
Definition examples domain Element
Definition in_subset domain Element
Definition from_schema domain Element
Definition imported_from domain Element
Definition source domain Element
Definition see_also domain Element
Definition aliases domain Element
Definition created_by domain Element
Definition contributors domain Element
Definition created_on domain Element
Definition last_updated_on domain Element
Definition modified_by domain Element
Definition status domain Element
Definition keywords domain Element
EnumDefinition name domain Element
EnumDefinition id_prefixes domain Element
EnumDefinition id_prefixes_are_closed domain Element
EnumDefinition definition_uri domain Element
EnumDefinition local_names domain Element
EnumDefinition conforms_to domain Element
EnumDefinition implements domain Element
EnumDefinition instantiates domain Element
EnumDefinition description domain Element
EnumDefinition alt_descriptions domain Element
EnumDefinition title domain Element
EnumDefinition deprecated domain Element
EnumDefinition todos domain Element
EnumDefinition notes domain Element
EnumDefinition comments domain Element
EnumDefinition examples domain Element
EnumDefinition in_subset domain Element
EnumDefinition from_schema domain Element
EnumDefinition imported_from domain Element
EnumDefinition source domain Element
EnumDefinition see_also domain Element
EnumDefinition aliases domain Element
EnumDefinition created_by domain Element
EnumDefinition contributors domain Element
EnumDefinition created_on domain Element
EnumDefinition last_updated_on domain Element
EnumDefinition modified_by domain Element
EnumDefinition status domain Element
EnumDefinition keywords domain Element
StructuredAlias description domain Element
StructuredAlias alt_descriptions domain Element
StructuredAlias title domain Element
StructuredAlias deprecated domain Element
StructuredAlias todos domain Element
StructuredAlias notes domain Element
StructuredAlias comments domain Element
StructuredAlias examples domain Element
StructuredAlias in_subset domain Element
StructuredAlias from_schema domain Element
StructuredAlias imported_from domain Element
StructuredAlias source domain Element
StructuredAlias see_also domain Element
StructuredAlias aliases domain Element
StructuredAlias created_by domain Element
StructuredAlias contributors domain Element
StructuredAlias created_on domain Element
StructuredAlias last_updated_on domain Element
StructuredAlias modified_by domain Element
StructuredAlias status domain Element
StructuredAlias keywords domain Element
AnonymousExpression description domain Element
AnonymousExpression alt_descriptions domain Element
AnonymousExpression title domain Element
AnonymousExpression deprecated domain Element
AnonymousExpression todos domain Element
AnonymousExpression notes domain Element
AnonymousExpression comments domain Element
AnonymousExpression examples domain Element
AnonymousExpression in_subset domain Element
AnonymousExpression from_schema domain Element
AnonymousExpression imported_from domain Element
AnonymousExpression source domain Element
AnonymousExpression see_also domain Element
AnonymousExpression aliases domain Element
AnonymousExpression created_by domain Element
AnonymousExpression contributors domain Element
AnonymousExpression created_on domain Element
AnonymousExpression last_updated_on domain Element
AnonymousExpression modified_by domain Element
AnonymousExpression status domain Element
AnonymousExpression keywords domain Element
PathExpression description domain Element
PathExpression alt_descriptions domain Element
PathExpression title domain Element
PathExpression deprecated domain Element
PathExpression todos domain Element
PathExpression notes domain Element
PathExpression comments domain Element
PathExpression examples domain Element
PathExpression in_subset domain Element
PathExpression from_schema domain Element
PathExpression imported_from domain Element
PathExpression source domain Element
PathExpression see_also domain Element
PathExpression aliases domain Element
PathExpression created_by domain Element
PathExpression contributors domain Element
PathExpression created_on domain Element
PathExpression last_updated_on domain Element
PathExpression modified_by domain Element
PathExpression status domain Element
PathExpression keywords domain Element
SlotExpression range range Element
AnonymousSlotExpression range range Element
AnonymousSlotExpression description domain Element
AnonymousSlotExpression alt_descriptions domain Element
AnonymousSlotExpression title domain Element
AnonymousSlotExpression deprecated domain Element
AnonymousSlotExpression todos domain Element
AnonymousSlotExpression notes domain Element
AnonymousSlotExpression comments domain Element
AnonymousSlotExpression examples domain Element
AnonymousSlotExpression in_subset domain Element
AnonymousSlotExpression from_schema domain Element
AnonymousSlotExpression imported_from domain Element
AnonymousSlotExpression source domain Element
AnonymousSlotExpression see_also domain Element
AnonymousSlotExpression aliases domain Element
AnonymousSlotExpression created_by domain Element
AnonymousSlotExpression contributors domain Element
AnonymousSlotExpression created_on domain Element
AnonymousSlotExpression last_updated_on domain Element
AnonymousSlotExpression modified_by domain Element
AnonymousSlotExpression status domain Element
AnonymousSlotExpression keywords domain Element
SlotDefinition union_of domain Element
SlotDefinition range range Element
SlotDefinition name domain Element
SlotDefinition id_prefixes domain Element
SlotDefinition id_prefixes_are_closed domain Element
SlotDefinition definition_uri domain Element
SlotDefinition local_names domain Element
SlotDefinition conforms_to domain Element
SlotDefinition implements domain Element
SlotDefinition instantiates domain Element
SlotDefinition description domain Element
SlotDefinition alt_descriptions domain Element
SlotDefinition title domain Element
SlotDefinition deprecated domain Element
SlotDefinition todos domain Element
SlotDefinition notes domain Element
SlotDefinition comments domain Element
SlotDefinition examples domain Element
SlotDefinition in_subset domain Element
SlotDefinition from_schema domain Element
SlotDefinition imported_from domain Element
SlotDefinition source domain Element
SlotDefinition see_also domain Element
SlotDefinition aliases domain Element
SlotDefinition created_by domain Element
SlotDefinition contributors domain Element
SlotDefinition created_on domain Element
SlotDefinition last_updated_on domain Element
SlotDefinition modified_by domain Element
SlotDefinition status domain Element
SlotDefinition keywords domain Element
AnonymousClassExpression description domain Element
AnonymousClassExpression alt_descriptions domain Element
AnonymousClassExpression title domain Element
AnonymousClassExpression deprecated domain Element
AnonymousClassExpression todos domain Element
AnonymousClassExpression notes domain Element
AnonymousClassExpression comments domain Element
AnonymousClassExpression examples domain Element
AnonymousClassExpression in_subset domain Element
AnonymousClassExpression from_schema domain Element
AnonymousClassExpression imported_from domain Element
AnonymousClassExpression source domain Element
AnonymousClassExpression see_also domain Element
AnonymousClassExpression aliases domain Element
AnonymousClassExpression created_by domain Element
AnonymousClassExpression contributors domain Element
AnonymousClassExpression created_on domain Element
AnonymousClassExpression last_updated_on domain Element
AnonymousClassExpression modified_by domain Element
AnonymousClassExpression status domain Element
AnonymousClassExpression keywords domain Element
ClassDefinition union_of domain Element
ClassDefinition name domain Element
ClassDefinition id_prefixes domain Element
ClassDefinition id_prefixes_are_closed domain Element
ClassDefinition definition_uri domain Element
ClassDefinition local_names domain Element
ClassDefinition conforms_to domain Element
ClassDefinition implements domain Element
ClassDefinition instantiates domain Element
ClassDefinition description domain Element
ClassDefinition alt_descriptions domain Element
ClassDefinition title domain Element
ClassDefinition deprecated domain Element
ClassDefinition todos domain Element
ClassDefinition notes domain Element
ClassDefinition comments domain Element
ClassDefinition examples domain Element
ClassDefinition in_subset domain Element
ClassDefinition from_schema domain Element
ClassDefinition imported_from domain Element
ClassDefinition source domain Element
ClassDefinition see_also domain Element
ClassDefinition aliases domain Element
ClassDefinition created_by domain Element
ClassDefinition contributors domain Element
ClassDefinition created_on domain Element
ClassDefinition last_updated_on domain Element
ClassDefinition modified_by domain Element
ClassDefinition status domain Element
ClassDefinition keywords domain Element
ClassRule description domain Element
ClassRule alt_descriptions domain Element
ClassRule title domain Element
ClassRule deprecated domain Element
ClassRule todos domain Element
ClassRule notes domain Element
ClassRule comments domain Element
ClassRule examples domain Element
ClassRule in_subset domain Element
ClassRule from_schema domain Element
ClassRule imported_from domain Element
ClassRule source domain Element
ClassRule see_also domain Element
ClassRule aliases domain Element
ClassRule created_by domain Element
ClassRule contributors domain Element
ClassRule created_on domain Element
ClassRule last_updated_on domain Element
ClassRule modified_by domain Element
ClassRule status domain Element
ClassRule keywords domain Element
ArrayExpression description domain Element
ArrayExpression alt_descriptions domain Element
ArrayExpression title domain Element
ArrayExpression deprecated domain Element
ArrayExpression todos domain Element
ArrayExpression notes domain Element
ArrayExpression comments domain Element
ArrayExpression examples domain Element
ArrayExpression in_subset domain Element
ArrayExpression from_schema domain Element
ArrayExpression imported_from domain Element
ArrayExpression source domain Element
ArrayExpression see_also domain Element
ArrayExpression aliases domain Element
ArrayExpression created_by domain Element
ArrayExpression contributors domain Element
ArrayExpression created_on domain Element
ArrayExpression last_updated_on domain Element
ArrayExpression modified_by domain Element
ArrayExpression status domain Element
ArrayExpression keywords domain Element
DimensionExpression description domain Element
DimensionExpression alt_descriptions domain Element
DimensionExpression title domain Element
DimensionExpression deprecated domain Element
DimensionExpression todos domain Element
DimensionExpression notes domain Element
DimensionExpression comments domain Element
DimensionExpression examples domain Element
DimensionExpression in_subset domain Element
DimensionExpression from_schema domain Element
DimensionExpression imported_from domain Element
DimensionExpression source domain Element
DimensionExpression see_also domain Element
DimensionExpression aliases domain Element
DimensionExpression created_by domain Element
DimensionExpression contributors domain Element
DimensionExpression created_on domain Element
DimensionExpression last_updated_on domain Element
DimensionExpression modified_by domain Element
DimensionExpression status domain Element
DimensionExpression keywords domain Element
PatternExpression description domain Element
PatternExpression alt_descriptions domain Element
PatternExpression title domain Element
PatternExpression deprecated domain Element
PatternExpression todos domain Element
PatternExpression notes domain Element
PatternExpression comments domain Element
PatternExpression examples domain Element
PatternExpression in_subset domain Element
PatternExpression from_schema domain Element
PatternExpression imported_from domain Element
PatternExpression source domain Element
PatternExpression see_also domain Element
PatternExpression aliases domain Element
PatternExpression created_by domain Element
PatternExpression contributors domain Element
PatternExpression created_on domain Element
PatternExpression last_updated_on domain Element
PatternExpression modified_by domain Element
PatternExpression status domain Element
PatternExpression keywords domain Element
ImportExpression description domain Element
ImportExpression alt_descriptions domain Element
ImportExpression title domain Element
ImportExpression deprecated domain Element
ImportExpression todos domain Element
ImportExpression notes domain Element
ImportExpression comments domain Element
ImportExpression examples domain Element
ImportExpression in_subset domain Element
ImportExpression from_schema domain Element
ImportExpression imported_from domain Element
ImportExpression source domain Element
ImportExpression see_also domain Element
ImportExpression aliases domain Element
ImportExpression created_by domain Element
ImportExpression contributors domain Element
ImportExpression created_on domain Element
ImportExpression last_updated_on domain Element
ImportExpression modified_by domain Element
ImportExpression status domain Element
ImportExpression keywords domain Element
PermissibleValue description domain Element
PermissibleValue alt_descriptions domain Element
PermissibleValue title domain Element
PermissibleValue deprecated domain Element
PermissibleValue todos domain Element
PermissibleValue notes domain Element
PermissibleValue comments domain Element
PermissibleValue examples domain Element
PermissibleValue in_subset domain Element
PermissibleValue from_schema domain Element
PermissibleValue imported_from domain Element
PermissibleValue source domain Element
PermissibleValue see_also domain Element
PermissibleValue aliases domain Element
PermissibleValue created_by domain Element
PermissibleValue contributors domain Element
PermissibleValue created_on domain Element
PermissibleValue last_updated_on domain Element
PermissibleValue modified_by domain Element
PermissibleValue status domain Element
PermissibleValue keywords domain Element
UniqueKey description domain Element
UniqueKey alt_descriptions domain Element
UniqueKey title domain Element
UniqueKey deprecated domain Element
UniqueKey todos domain Element
UniqueKey notes domain Element
UniqueKey comments domain Element
UniqueKey examples domain Element
UniqueKey in_subset domain Element
UniqueKey from_schema domain Element
UniqueKey imported_from domain Element
UniqueKey source domain Element
UniqueKey see_also domain Element
UniqueKey aliases domain Element
UniqueKey created_by domain Element
UniqueKey contributors domain Element
UniqueKey created_on domain Element
UniqueKey last_updated_on domain Element
UniqueKey modified_by domain Element
UniqueKey status domain Element
UniqueKey keywords domain Element

Aliases

  • data element
  • object

See Also

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/meta

Mappings

Mapping Type Mapped Value
self linkml:Element
native linkml:Element

LinkML Source

Direct

name: element
description: A named element in the model
in_subset:
- BasicSubset
from_schema: https://w3id.org/linkml/meta
see_also:
- https://en.wikipedia.org/wiki/Data_element
aliases:
- data element
- object
abstract: true
mixins:
- extensible
- annotatable
- common_metadata
slots:
- name
- id_prefixes
- id_prefixes_are_closed
- definition_uri
- local_names
- conforms_to
- implements
- instantiates

Induced

name: element
description: A named element in the model
in_subset:
- BasicSubset
from_schema: https://w3id.org/linkml/meta
see_also:
- https://en.wikipedia.org/wiki/Data_element
aliases:
- data element
- object
abstract: true
mixins:
- extensible
- annotatable
- common_metadata
attributes:
  name:
    name: name
    description: the unique name of the element within the context of the schema.  Name
      is combined with the default prefix to form the globally unique subject of the
      target class.
    in_subset:
    - SpecificationSubset
    - OwlProfile
    - MinimalSubset
    - BasicSubset
    - RelationalModelProfile
    - ObjectOrientedProfile
    from_schema: https://w3id.org/linkml/meta
    see_also:
    - https://en.wikipedia.org/wiki/Data_element_name
    - https://linkml.io/linkml/faq/modeling.html#why-are-my-class-names-translated-to-camelcase
    aliases:
    - short name
    - unique name
    exact_mappings:
    - schema:name
    rank: 1
    domain: element
    slot_uri: rdfs:label
    identifier: true
    alias: name
    owner: element
    domain_of:
    - element
    range: string
    required: true
  id_prefixes:
    name: id_prefixes
    description: An allowed list of prefixes for which identifiers must conform. The
      identifier of this class or slot must begin with the URIs referenced by this
      prefix
    comments:
    - Order of elements may be used to indicate priority order
    - If identifiers are treated as CURIEs, then the CURIE must start with one of
      the indicated prefixes followed by `:` (_should_ start if the list is open)
    - If identifiers are treated as URIs, then the URI string must start with the
      expanded for of the prefix (_should_ start if the list is open)
    in_subset:
    - SpecificationSubset
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    see_also:
    - https://github.com/linkml/linkml-model/issues/28
    rank: 1000
    domain: element
    multivalued: true
    alias: id_prefixes
    owner: element
    domain_of:
    - element
    range: ncname
  id_prefixes_are_closed:
    name: id_prefixes_are_closed
    description: If true, then the id_prefixes slot is treated as being closed, and
      any use of an id that does not have this prefix is considered a violation.
    from_schema: https://w3id.org/linkml/meta
    see_also:
    - https://github.com/linkml/linkml/issues/194
    rank: 1000
    domain: element
    alias: id_prefixes_are_closed
    owner: element
    domain_of:
    - element
    range: boolean
  definition_uri:
    name: definition_uri
    description: The native URI of the element. This is always within the namespace
      of the containing schema. Contrast with the assigned URI, via class_uri or slot_uri
    comments:
    - Formed by combining the default_prefix with the normalized element name
    from_schema: https://w3id.org/linkml/meta
    see_also:
    - linkml:class_uri
    - linkml:slot_uri
    rank: 1000
    domain: element
    readonly: filled in by the schema loader or schema view
    alias: definition_uri
    owner: element
    domain_of:
    - element
    range: uriorcurie
  local_names:
    name: local_names
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    domain: element
    multivalued: true
    alias: local_names
    owner: element
    domain_of:
    - element
    range: local_name
    inlined: true
  conforms_to:
    name: conforms_to
    description: An established standard to which the element conforms.
    in_subset:
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    see_also:
    - linkml:implements
    rank: 1000
    domain: element
    slot_uri: dcterms:conformsTo
    alias: conforms_to
    owner: element
    domain_of:
    - element
    range: string
  implements:
    name: implements
    description: An element in another schema which this element conforms to. The
      referenced element is not imported into the schema for the implementing element.
      However, the referenced schema may be used to check conformance of the implementing
      element.
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    domain: element
    multivalued: true
    alias: implements
    owner: element
    domain_of:
    - element
    range: uriorcurie
  instantiates:
    name: instantiates
    description: An element in another schema which this element instantiates.
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    domain: element
    multivalued: true
    alias: instantiates
    owner: element
    domain_of:
    - element
    range: uriorcurie
  extensions:
    name: extensions
    description: a tag/text tuple attached to an arbitrary element
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    domain: extensible
    multivalued: true
    alias: extensions
    owner: element
    domain_of:
    - extension
    - extensible
    range: extension
    inlined: true
  annotations:
    name: annotations
    description: a collection of tag/text tuples with the semantics of OWL Annotation
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    is_a: extensions
    domain: annotatable
    multivalued: true
    alias: annotations
    owner: element
    domain_of:
    - annotatable
    - annotation
    range: annotation
    inlined: true
  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: element
    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: element
    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: element
    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: element
    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: element
    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: element
    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: element
    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: element
    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: element
    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: element
    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: element
    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: element
    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: element
    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: element
    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: element
    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: element
    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: element
    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: element
    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: element
    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: element
    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: element
    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: element
    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: element
    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: element
    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: element
    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: element
    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: element
    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: element
    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: element
    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: element
    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: element
    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: element
    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: element
    domain_of:
    - common_metadata
    range: string