Skip to content

Class: SchemaDefinition

A collection of definitions that make up a schema or a data model.

URI: [linkml:SchemaDefinition](https://w3id.org/linkml/SchemaDefinition)
classDiagram class SchemaDefinition click SchemaDefinition href "../SchemaDefinition/" Element <|-- SchemaDefinition click Element href "../Element/" SchemaDefinition : aliases SchemaDefinition : alt_descriptions SchemaDefinition --> "*" AltDescription : alt_descriptions click AltDescription href "../AltDescription/" SchemaDefinition : annotations SchemaDefinition --> "*" Annotation : annotations click Annotation href "../Annotation/" SchemaDefinition : bindings SchemaDefinition --> "*" EnumBinding : bindings click EnumBinding href "../EnumBinding/" SchemaDefinition : broad_mappings SchemaDefinition : categories SchemaDefinition : classes SchemaDefinition --> "*" ClassDefinition : classes click ClassDefinition href "../ClassDefinition/" SchemaDefinition : close_mappings SchemaDefinition : comments SchemaDefinition : conforms_to SchemaDefinition : contributors SchemaDefinition : created_by SchemaDefinition : created_on SchemaDefinition : default_curi_maps SchemaDefinition : default_prefix SchemaDefinition : default_range SchemaDefinition --> "0..1" TypeDefinition : default_range click TypeDefinition href "../TypeDefinition/" SchemaDefinition : definition_uri SchemaDefinition : deprecated SchemaDefinition : deprecated_element_has_exact_replacement SchemaDefinition : deprecated_element_has_possible_replacement SchemaDefinition : description SchemaDefinition : emit_prefixes SchemaDefinition : enums SchemaDefinition --> "*" EnumDefinition : enums click EnumDefinition href "../EnumDefinition/" SchemaDefinition : exact_mappings SchemaDefinition : examples SchemaDefinition --> "*" Example : examples click Example href "../Example/" SchemaDefinition : extensions SchemaDefinition --> "*" Extension : extensions click Extension href "../Extension/" SchemaDefinition : from_schema SchemaDefinition : generation_date SchemaDefinition : id SchemaDefinition : id_prefixes SchemaDefinition : id_prefixes_are_closed SchemaDefinition : implements SchemaDefinition : imported_from SchemaDefinition : imports SchemaDefinition : in_language SchemaDefinition : in_subset SchemaDefinition --> "*" SubsetDefinition : in_subset click SubsetDefinition href "../SubsetDefinition/" SchemaDefinition : instantiates SchemaDefinition : keywords SchemaDefinition : last_updated_on SchemaDefinition : license SchemaDefinition : local_names SchemaDefinition --> "*" LocalName : local_names click LocalName href "../LocalName/" SchemaDefinition : mappings SchemaDefinition : metamodel_version SchemaDefinition : modified_by SchemaDefinition : name SchemaDefinition : narrow_mappings SchemaDefinition : notes SchemaDefinition : prefixes SchemaDefinition --> "*" Prefix : prefixes click Prefix href "../Prefix/" SchemaDefinition : rank SchemaDefinition : related_mappings SchemaDefinition : see_also SchemaDefinition : settings SchemaDefinition --> "*" Setting : settings click Setting href "../Setting/" SchemaDefinition : slot_definitions SchemaDefinition --> "*" SlotDefinition : slot_definitions click SlotDefinition href "../SlotDefinition/" SchemaDefinition : slot_names_unique SchemaDefinition : source SchemaDefinition : source_file SchemaDefinition : source_file_date SchemaDefinition : source_file_size SchemaDefinition : status SchemaDefinition : structured_aliases SchemaDefinition --> "*" StructuredAlias : structured_aliases click StructuredAlias href "../StructuredAlias/" SchemaDefinition : subsets SchemaDefinition --> "*" SubsetDefinition : subsets click SubsetDefinition href "../SubsetDefinition/" SchemaDefinition : title SchemaDefinition : todos SchemaDefinition : types SchemaDefinition --> "*" TypeDefinition : types click TypeDefinition href "../TypeDefinition/" SchemaDefinition : version
## Inheritance * [Element](Element.md) [ [Extensible](Extensible.md) [Annotatable](Annotatable.md) [CommonMetadata](CommonMetadata.md)] * **SchemaDefinition** ## Class Properties | Property | Value | | --- | --- | | Tree Root | Yes | ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [id](id.md) | 1
[Uri](Uri.md) | The official schema URI | direct | | [version](version.md) | 0..1
[String](String.md) | particular version of schema | direct | | [imports](imports.md) | *
[Uriorcurie](Uriorcurie.md) | A list of schemas that are to be included in this schema | direct | | [license](license.md) | 0..1
[String](String.md) | license for the schema | direct | | [prefixes](prefixes.md) | *
[Prefix](Prefix.md) | A collection of prefix expansions that specify how CURIEs can be expanded to ... | direct | | [emit_prefixes](emit_prefixes.md) | *
[Ncname](Ncname.md) | a list of Curie prefixes that are used in the representation of instances of ... | direct | | [default_curi_maps](default_curi_maps.md) | *
[String](String.md) | ordered list of prefixcommon biocontexts to be fetched to resolve id prefixes... | direct | | [default_prefix](default_prefix.md) | 0..1
[String](String.md) | The prefix that is used for all elements within a schema | direct | | [default_range](default_range.md) | 0..1
[TypeDefinition](TypeDefinition.md) | default slot range to be used if range element is omitted from a slot definit... | direct | | [subsets](subsets.md) | *
[SubsetDefinition](SubsetDefinition.md) | An index to the collection of all subset definitions in the schema | direct | | [types](types.md) | *
[TypeDefinition](TypeDefinition.md) | An index to the collection of all type definitions in the schema | direct | | [enums](enums.md) | *
[EnumDefinition](EnumDefinition.md) | An index to the collection of all enum definitions in the schema | direct | | [slot_definitions](slot_definitions.md) | *
[SlotDefinition](SlotDefinition.md) | An index to the collection of all slot definitions in the schema | direct | | [classes](classes.md) | *
[ClassDefinition](ClassDefinition.md) | An index to the collection of all class definitions in the schema | direct | | [metamodel_version](metamodel_version.md) | 0..1
[String](String.md) | Version of the metamodel used to load the schema | direct | | [source_file](source_file.md) | 0..1
[String](String.md) | name, uri or description of the source of the schema | direct | | [source_file_date](source_file_date.md) | 0..1
[Datetime](Datetime.md) | modification date of the source of the schema | direct | | [source_file_size](source_file_size.md) | 0..1
[Integer](Integer.md) | size in bytes of the source of the schema | direct | | [generation_date](generation_date.md) | 0..1
[Datetime](Datetime.md) | date and time that the schema was loaded/generated | direct | | [slot_names_unique](slot_names_unique.md) | 0..1
[Boolean](Boolean.md) | if true then induced/mangled slot names are not created for class_usage and a... | direct | | [settings](settings.md) | *
[Setting](Setting.md) | A collection of global variable settings | direct | | [bindings](bindings.md) | *
[EnumBinding](EnumBinding.md) | A collection of enum bindings that specify how a slot can be bound to a permi... | direct | | [name](name.md) | 1
[Ncname](Ncname.md) | a unique name for the schema that is both human-readable and consists of only... | [Element](Element.md) | | [id_prefixes](id_prefixes.md) | *
[Ncname](Ncname.md) | An allowed list of prefixes for which identifiers must conform | [Element](Element.md) | | [id_prefixes_are_closed](id_prefixes_are_closed.md) | 0..1
[Boolean](Boolean.md) | If true, then the id_prefixes slot is treated as being closed, and any use of... | [Element](Element.md) | | [definition_uri](definition_uri.md) | 0..1
[Uriorcurie](Uriorcurie.md) | The native URI of the element | [Element](Element.md) | | [local_names](local_names.md) | *
[LocalName](LocalName.md) | | [Element](Element.md) | | [conforms_to](conforms_to.md) | 0..1
[String](String.md) | An established standard to which the element conforms | [Element](Element.md) | | [implements](implements.md) | *
[Uriorcurie](Uriorcurie.md) | An element in another schema which this element conforms to | [Element](Element.md) | | [instantiates](instantiates.md) | *
[Uriorcurie](Uriorcurie.md) | An element in another schema which this element instantiates | [Element](Element.md) | | [extensions](extensions.md) | *
[Extension](Extension.md) | a tag/text tuple attached to an arbitrary element | [Extensible](Extensible.md) | | [annotations](annotations.md) | *
[Annotation](Annotation.md) | a collection of tag/text tuples with the semantics of OWL Annotation | [Annotatable](Annotatable.md) | | [description](description.md) | 0..1 _recommended_
[String](String.md) | a textual description of the element's purpose and use | [CommonMetadata](CommonMetadata.md) | | [alt_descriptions](alt_descriptions.md) | *
[AltDescription](AltDescription.md) | A sourced alternative description for an element | [CommonMetadata](CommonMetadata.md) | | [title](title.md) | 0..1
[String](String.md) | A concise human-readable display label for the element | [CommonMetadata](CommonMetadata.md) | | [deprecated](deprecated.md) | 0..1
[String](String.md) | Description of why and when this element will no longer be used | [CommonMetadata](CommonMetadata.md) | | [todos](todos.md) | *
[String](String.md) | Outstanding issues that needs resolution | [CommonMetadata](CommonMetadata.md) | | [notes](notes.md) | *
[String](String.md) | editorial notes about an element intended primarily for internal consumption | [CommonMetadata](CommonMetadata.md) | | [comments](comments.md) | *
[String](String.md) | notes and comments about an element intended primarily for external consumpti... | [CommonMetadata](CommonMetadata.md) | | [examples](examples.md) | *
[Example](Example.md) | example usages of an element | [CommonMetadata](CommonMetadata.md) | | [in_subset](in_subset.md) | *
[SubsetDefinition](SubsetDefinition.md) | used to indicate membership of a term in a defined subset of terms used for a... | [CommonMetadata](CommonMetadata.md) | | [from_schema](from_schema.md) | 0..1
[Uri](Uri.md) | id of the schema that defined the element | [CommonMetadata](CommonMetadata.md) | | [imported_from](imported_from.md) | 0..1
[String](String.md) | the imports entry that this element was derived from | [CommonMetadata](CommonMetadata.md) | | [source](source.md) | 0..1
[Uriorcurie](Uriorcurie.md) | A related resource from which the element is derived | [CommonMetadata](CommonMetadata.md) | | [in_language](in_language.md) | 0..1
[String](String.md) | the primary language used in the sources | [CommonMetadata](CommonMetadata.md) | | [see_also](see_also.md) | *
[Uriorcurie](Uriorcurie.md) | A list of related entities or URLs that may be of relevance | [CommonMetadata](CommonMetadata.md) | | [deprecated_element_has_exact_replacement](deprecated_element_has_exact_replacement.md) | 0..1
[Uriorcurie](Uriorcurie.md) | When an element is deprecated, it can be automatically replaced by this uri o... | [CommonMetadata](CommonMetadata.md) | | [deprecated_element_has_possible_replacement](deprecated_element_has_possible_replacement.md) | 0..1
[Uriorcurie](Uriorcurie.md) | When an element is deprecated, it can be potentially replaced by this uri or ... | [CommonMetadata](CommonMetadata.md) | | [aliases](aliases.md) | *
[String](String.md) | Alternate names/labels for the element | [CommonMetadata](CommonMetadata.md) | | [structured_aliases](structured_aliases.md) | *
[StructuredAlias](StructuredAlias.md) | A list of structured_alias objects, used to provide aliases in conjunction wi... | [CommonMetadata](CommonMetadata.md) | | [mappings](mappings.md) | *
[Uriorcurie](Uriorcurie.md) | A list of terms from different schemas or terminology systems that have compa... | [CommonMetadata](CommonMetadata.md) | | [exact_mappings](exact_mappings.md) | *
[Uriorcurie](Uriorcurie.md) | A list of terms from different schemas or terminology systems that have ident... | [CommonMetadata](CommonMetadata.md) | | [close_mappings](close_mappings.md) | *
[Uriorcurie](Uriorcurie.md) | A list of terms from different schemas or terminology systems that have close... | [CommonMetadata](CommonMetadata.md) | | [related_mappings](related_mappings.md) | *
[Uriorcurie](Uriorcurie.md) | A list of terms from different schemas or terminology systems that have relat... | [CommonMetadata](CommonMetadata.md) | | [narrow_mappings](narrow_mappings.md) | *
[Uriorcurie](Uriorcurie.md) | A list of terms from different schemas or terminology systems that have narro... | [CommonMetadata](CommonMetadata.md) | | [broad_mappings](broad_mappings.md) | *
[Uriorcurie](Uriorcurie.md) | A list of terms from different schemas or terminology systems that have broad... | [CommonMetadata](CommonMetadata.md) | | [created_by](created_by.md) | 0..1
[Uriorcurie](Uriorcurie.md) | agent that created the element | [CommonMetadata](CommonMetadata.md) | | [contributors](contributors.md) | *
[Uriorcurie](Uriorcurie.md) | agent that contributed to the element | [CommonMetadata](CommonMetadata.md) | | [created_on](created_on.md) | 0..1
[Datetime](Datetime.md) | time at which the element was created | [CommonMetadata](CommonMetadata.md) | | [last_updated_on](last_updated_on.md) | 0..1
[Datetime](Datetime.md) | time at which the element was last updated | [CommonMetadata](CommonMetadata.md) | | [modified_by](modified_by.md) | 0..1
[Uriorcurie](Uriorcurie.md) | agent that modified the element | [CommonMetadata](CommonMetadata.md) | | [status](status.md) | 0..1
[Uriorcurie](Uriorcurie.md) | status of the element | [CommonMetadata](CommonMetadata.md) | | [rank](rank.md) | 0..1
[Integer](Integer.md) | the relative order in which the element occurs, lower values are given preced... | [CommonMetadata](CommonMetadata.md) | | [categories](categories.md) | *
[Uriorcurie](Uriorcurie.md) | Controlled terms used to categorize an element | [CommonMetadata](CommonMetadata.md) | | [keywords](keywords.md) | *
[String](String.md) | Keywords or tags used to describe the element | [CommonMetadata](CommonMetadata.md) | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [SchemaDefinition](SchemaDefinition.md) | [id](id.md) | domain | [SchemaDefinition](SchemaDefinition.md) | | [SchemaDefinition](SchemaDefinition.md) | [version](version.md) | domain | [SchemaDefinition](SchemaDefinition.md) | | [SchemaDefinition](SchemaDefinition.md) | [imports](imports.md) | domain | [SchemaDefinition](SchemaDefinition.md) | | [SchemaDefinition](SchemaDefinition.md) | [license](license.md) | domain | [SchemaDefinition](SchemaDefinition.md) | | [SchemaDefinition](SchemaDefinition.md) | [prefixes](prefixes.md) | domain | [SchemaDefinition](SchemaDefinition.md) | | [SchemaDefinition](SchemaDefinition.md) | [emit_prefixes](emit_prefixes.md) | domain | [SchemaDefinition](SchemaDefinition.md) | | [SchemaDefinition](SchemaDefinition.md) | [default_curi_maps](default_curi_maps.md) | domain | [SchemaDefinition](SchemaDefinition.md) | | [SchemaDefinition](SchemaDefinition.md) | [default_prefix](default_prefix.md) | domain | [SchemaDefinition](SchemaDefinition.md) | | [SchemaDefinition](SchemaDefinition.md) | [default_range](default_range.md) | domain | [SchemaDefinition](SchemaDefinition.md) | | [SchemaDefinition](SchemaDefinition.md) | [subsets](subsets.md) | domain | [SchemaDefinition](SchemaDefinition.md) | | [SchemaDefinition](SchemaDefinition.md) | [types](types.md) | domain | [SchemaDefinition](SchemaDefinition.md) | | [SchemaDefinition](SchemaDefinition.md) | [enums](enums.md) | domain | [SchemaDefinition](SchemaDefinition.md) | | [SchemaDefinition](SchemaDefinition.md) | [slot_definitions](slot_definitions.md) | domain | [SchemaDefinition](SchemaDefinition.md) | | [SchemaDefinition](SchemaDefinition.md) | [classes](classes.md) | domain | [SchemaDefinition](SchemaDefinition.md) | | [SchemaDefinition](SchemaDefinition.md) | [metamodel_version](metamodel_version.md) | domain | [SchemaDefinition](SchemaDefinition.md) | | [SchemaDefinition](SchemaDefinition.md) | [source_file](source_file.md) | domain | [SchemaDefinition](SchemaDefinition.md) | | [SchemaDefinition](SchemaDefinition.md) | [source_file_date](source_file_date.md) | domain | [SchemaDefinition](SchemaDefinition.md) | | [SchemaDefinition](SchemaDefinition.md) | [source_file_size](source_file_size.md) | domain | [SchemaDefinition](SchemaDefinition.md) | | [SchemaDefinition](SchemaDefinition.md) | [generation_date](generation_date.md) | domain | [SchemaDefinition](SchemaDefinition.md) | | [SchemaDefinition](SchemaDefinition.md) | [settings](settings.md) | domain | [SchemaDefinition](SchemaDefinition.md) | ## In Subsets * [SpecificationSubset](SpecificationSubset.md) * [MinimalSubset](MinimalSubset.md) * [BasicSubset](BasicSubset.md) * [RelationalModelProfile](RelationalModelProfile.md) * [ObjectOrientedProfile](ObjectOrientedProfile.md) * [OwlProfile](OwlProfile.md) ## Aliases * data dictionary * data model * information model * logical model * schema * model ## See Also * [https://en.wikipedia.org/wiki/Data_dictionary](https://en.wikipedia.org/wiki/Data_dictionary) ## Identifier and Mapping Information ### Administrative Metadata **Rank:** 1 ### Schema Source * from schema: https://w3id.org/linkml/meta ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | linkml:SchemaDefinition | | native | linkml:SchemaDefinition | | close | qb:ComponentSet, owl:Ontology | ## LinkML Source ### Direct
name: schema_definition
description: A collection of definitions that make up a schema or a data model.
in_subset:
- SpecificationSubset
- MinimalSubset
- BasicSubset
- RelationalModelProfile
- ObjectOrientedProfile
- OwlProfile
from_schema: https://w3id.org/linkml/meta
see_also:
- https://en.wikipedia.org/wiki/Data_dictionary
aliases:
- data dictionary
- data model
- information model
- logical model
- schema
- model
close_mappings:
- qb:ComponentSet
- owl:Ontology
rank: 1
is_a: element
slots:
- id
- version
- imports
- license
- prefixes
- emit_prefixes
- default_curi_maps
- default_prefix
- default_range
- subsets
- types
- enums
- slot_definitions
- classes
- metamodel_version
- source_file
- source_file_date
- source_file_size
- generation_date
- slot_names_unique
- settings
- bindings
slot_usage:
  name:
    name: name
    description: a unique name for the schema that is both human-readable and consists
      of only characters from the NCName set
    range: ncname
tree_root: true

### Induced
name: schema_definition
description: A collection of definitions that make up a schema or a data model.
in_subset:
- SpecificationSubset
- MinimalSubset
- BasicSubset
- RelationalModelProfile
- ObjectOrientedProfile
- OwlProfile
from_schema: https://w3id.org/linkml/meta
see_also:
- https://en.wikipedia.org/wiki/Data_dictionary
aliases:
- data dictionary
- data model
- information model
- logical model
- schema
- model
close_mappings:
- qb:ComponentSet
- owl:Ontology
rank: 1
is_a: element
slot_usage:
  name:
    name: name
    description: a unique name for the schema that is both human-readable and consists
      of only characters from the NCName set
    range: ncname
attributes:
  id:
    name: id
    description: The official schema URI
    in_subset:
    - SpecificationSubset
    - MinimalSubset
    - BasicSubset
    - OwlProfile
    from_schema: https://w3id.org/linkml/meta
    rank: 0
    domain: schema_definition
    owner: schema_definition
    domain_of:
    - schema_definition
    range: uri
    required: true
  version:
    name: version
    description: particular version of schema
    in_subset:
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    exact_mappings:
    - schema:schemaVersion
    rank: 1000
    domain: schema_definition
    slot_uri: pav:version
    owner: schema_definition
    domain_of:
    - schema_definition
    range: string
  imports:
    name: imports
    description: A list of schemas that are to be included in this schema
    in_subset:
    - SpecificationSubset
    - BasicSubset
    - OwlProfile
    from_schema: https://w3id.org/linkml/meta
    rank: 21
    domain: schema_definition
    owner: schema_definition
    domain_of:
    - schema_definition
    range: uriorcurie
    multivalued: true
  license:
    name: license
    description: license for the schema
    in_subset:
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    rank: 31
    domain: schema_definition
    slot_uri: dcterms:license
    owner: schema_definition
    domain_of:
    - schema_definition
    range: string
  prefixes:
    name: prefixes
    description: A collection of prefix expansions that specify how CURIEs can be
      expanded to URIs
    in_subset:
    - SpecificationSubset
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    rank: 10
    domain: schema_definition
    slot_uri: sh:declare
    owner: schema_definition
    domain_of:
    - schema_definition
    range: prefix
    multivalued: true
    inlined: true
  emit_prefixes:
    name: emit_prefixes
    description: a list of Curie prefixes that are used in the representation of instances
      of the model.  All prefixes in this list are added to the prefix sections of
      the target models.
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    domain: schema_definition
    owner: schema_definition
    domain_of:
    - schema_definition
    range: ncname
    multivalued: true
  default_curi_maps:
    name: default_curi_maps
    description: ordered list of prefixcommon biocontexts to be fetched to resolve
      id prefixes and inline prefix variables
    in_subset:
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    domain: schema_definition
    owner: schema_definition
    domain_of:
    - schema_definition
    range: string
    multivalued: true
  default_prefix:
    name: default_prefix
    description: The prefix that is used for all elements within a schema
    in_subset:
    - SpecificationSubset
    - MinimalSubset
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    rank: 11
    domain: schema_definition
    ifabsent: default_ns
    owner: schema_definition
    domain_of:
    - schema_definition
    range: string
  default_range:
    name: default_range
    description: default slot range to be used if range element is omitted from a
      slot definition
    in_subset:
    - SpecificationSubset
    - MinimalSubset
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    rank: 13
    domain: schema_definition
    owner: schema_definition
    domain_of:
    - schema_definition
    range: type_definition
  subsets:
    name: subsets
    description: An index to the collection of all subset definitions in the schema
    in_subset:
    - SpecificationSubset
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    exact_mappings:
    - OIO:hasSubset
    rank: 8
    domain: schema_definition
    owner: schema_definition
    domain_of:
    - schema_definition
    range: subset_definition
    multivalued: true
    inlined: true
  types:
    name: types
    description: An index to the collection of all type definitions in the schema
    in_subset:
    - BasicSubset
    - ObjectOrientedProfile
    - OwlProfile
    from_schema: https://w3id.org/linkml/meta
    rank: 6
    domain: schema_definition
    owner: schema_definition
    domain_of:
    - schema_definition
    range: type_definition
    multivalued: true
    inlined: true
  enums:
    name: enums
    description: An index to the collection of all enum definitions in the schema
    in_subset:
    - SpecificationSubset
    - BasicSubset
    - ObjectOrientedProfile
    - OwlProfile
    from_schema: https://w3id.org/linkml/meta
    rank: 5
    domain: schema_definition
    owner: schema_definition
    domain_of:
    - schema_definition
    range: enum_definition
    multivalued: true
    inlined: true
  slot_definitions:
    name: slot_definitions
    description: An index to the collection of all slot definitions in the schema
    comments:
    - note the formal name of this element is slot_definitions, but it has alias slots,
      which is the canonical form used in yaml/json serializes of schemas.
    in_subset:
    - SpecificationSubset
    - BasicSubset
    - OwlProfile
    from_schema: https://w3id.org/linkml/meta
    rank: 4
    domain: schema_definition
    alias: slots
    owner: schema_definition
    domain_of:
    - schema_definition
    range: slot_definition
    multivalued: true
    inlined: true
  classes:
    name: classes
    description: An index to the collection of all class definitions in the schema
    in_subset:
    - SpecificationSubset
    - MinimalSubset
    - BasicSubset
    - RelationalModelProfile
    - ObjectOrientedProfile
    - OwlProfile
    from_schema: https://w3id.org/linkml/meta
    rank: 3
    domain: schema_definition
    owner: schema_definition
    domain_of:
    - schema_definition
    range: class_definition
    multivalued: true
    inlined: true
  metamodel_version:
    name: metamodel_version
    description: Version of the metamodel used to load the schema
    in_subset:
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    domain: schema_definition
    readonly: supplied by the schema loader or schema view
    owner: schema_definition
    domain_of:
    - schema_definition
    range: string
  source_file:
    name: source_file
    description: name, uri or description of the source of the schema
    in_subset:
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    domain: schema_definition
    readonly: supplied by the schema loader
    owner: schema_definition
    domain_of:
    - schema_definition
    range: string
  source_file_date:
    name: source_file_date
    description: modification date of the source of the schema
    in_subset:
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    domain: schema_definition
    readonly: supplied by the loader
    owner: schema_definition
    domain_of:
    - schema_definition
    range: datetime
  source_file_size:
    name: source_file_size
    description: size in bytes of the source of the schema
    in_subset:
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    domain: schema_definition
    readonly: supplied by the schema loader or schema view
    owner: schema_definition
    domain_of:
    - schema_definition
    range: integer
  generation_date:
    name: generation_date
    description: date and time that the schema was loaded/generated
    in_subset:
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    domain: schema_definition
    readonly: supplied by the schema loader or schema view
    owner: schema_definition
    domain_of:
    - schema_definition
    range: datetime
  slot_names_unique:
    name: slot_names_unique
    description: if true then induced/mangled slot names are not created for class_usage
      and attributes
    from_schema: https://w3id.org/linkml/meta
    status: testing
    rank: 1000
    domain: definition
    owner: schema_definition
    domain_of:
    - schema_definition
    - class_definition
    range: boolean
  settings:
    name: settings
    description: A collection of global variable settings
    comments:
    - global variables are used in string interpolation in structured patterns
    in_subset:
    - SpecificationSubset
    from_schema: https://w3id.org/linkml/meta
    aliases:
    - constants
    rank: 20
    domain: schema_definition
    owner: schema_definition
    domain_of:
    - schema_definition
    range: setting
    multivalued: true
    inlined: true
  bindings:
    name: bindings
    description: 'A collection of enum bindings that specify how a slot can be bound
      to a permissible value from an enumeration.

      LinkML provides enums to allow string values to be restricted to one of a set
      of permissible values (specified statically or dynamically).

      Enum bindings allow enums to be bound to any object, including complex nested
      objects. For example, given a (generic) class Concept with slots id and label,
      it may be desirable to restrict the values the id takes on in a given context.
      For example, a HumanSample class may have a slot for representing sample site,
      with a range of concept, but the values of that slot may be restricted to concepts
      from a particular branch of an anatomy ontology.'
    in_subset:
    - SpecificationSubset
    from_schema: https://w3id.org/linkml/meta
    status: testing
    rank: 1000
    domain: element
    owner: schema_definition
    domain_of:
    - schema_definition
    - slot_expression
    range: enum_binding
    multivalued: true
    inlined: true
  name:
    name: name
    description: a unique name for the schema that is both human-readable and consists
      of only characters from the NCName set
    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
    owner: schema_definition
    domain_of:
    - element
    range: ncname
    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
    owner: schema_definition
    domain_of:
    - element
    range: ncname
    multivalued: true
  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
    owner: schema_definition
    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
    owner: schema_definition
    domain_of:
    - element
    range: uriorcurie
  local_names:
    name: local_names
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    domain: element
    owner: schema_definition
    domain_of:
    - element
    range: local_name
    multivalued: true
    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
    owner: schema_definition
    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
    owner: schema_definition
    domain_of:
    - element
    - permissible_value
    range: uriorcurie
    multivalued: true
  instantiates:
    name: instantiates
    description: An element in another schema which this element instantiates.
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    domain: element
    owner: schema_definition
    domain_of:
    - element
    - permissible_value
    range: uriorcurie
    multivalued: true
  extensions:
    name: extensions
    description: a tag/text tuple attached to an arbitrary element
    from_schema: https://w3id.org/linkml/meta
    rank: 1000
    domain: extensible
    owner: schema_definition
    domain_of:
    - extension
    - extensible
    range: extension
    multivalued: true
    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
    owner: schema_definition
    domain_of:
    - annotatable
    - annotation
    range: annotation
    multivalued: true
    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
    owner: schema_definition
    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
    owner: schema_definition
    domain_of:
    - common_metadata
    range: alt_description
    multivalued: true
    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
    owner: schema_definition
    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
    owner: schema_definition
    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
    owner: schema_definition
    domain_of:
    - common_metadata
    range: string
    multivalued: true
  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
    owner: schema_definition
    domain_of:
    - common_metadata
    range: string
    multivalued: true
  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
    owner: schema_definition
    domain_of:
    - common_metadata
    range: string
    multivalued: true
  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
    owner: schema_definition
    domain_of:
    - common_metadata
    range: example
    multivalued: true
    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
    owner: schema_definition
    domain_of:
    - common_metadata
    range: subset_definition
    multivalued: true
  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
    owner: schema_definition
    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
    owner: schema_definition
    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
    owner: schema_definition
    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
    owner: schema_definition
    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
    owner: schema_definition
    domain_of:
    - common_metadata
    range: uriorcurie
    multivalued: true
  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: schema_definition
    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: schema_definition
    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
    owner: schema_definition
    domain_of:
    - common_metadata
    range: string
    multivalued: true
  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
    owner: schema_definition
    domain_of:
    - common_metadata
    range: structured_alias
    multivalued: true
    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
    owner: schema_definition
    domain_of:
    - common_metadata
    range: uriorcurie
    multivalued: true
  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
    inherited: false
    alias: exact_mappings
    owner: schema_definition
    domain_of:
    - common_metadata
    - UnitOfMeasure
    range: uriorcurie
    multivalued: true
  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
    inherited: false
    alias: close_mappings
    owner: schema_definition
    domain_of:
    - common_metadata
    range: uriorcurie
    multivalued: true
  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
    inherited: false
    alias: related_mappings
    owner: schema_definition
    domain_of:
    - common_metadata
    range: uriorcurie
    multivalued: true
  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
    inherited: false
    alias: narrow_mappings
    owner: schema_definition
    domain_of:
    - common_metadata
    range: uriorcurie
    multivalued: true
  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
    inherited: false
    alias: broad_mappings
    owner: schema_definition
    domain_of:
    - common_metadata
    range: uriorcurie
    multivalued: true
  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
    owner: schema_definition
    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
    owner: schema_definition
    domain_of:
    - common_metadata
    range: uriorcurie
    multivalued: true
  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
    owner: schema_definition
    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
    owner: schema_definition
    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
    owner: schema_definition
    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
    owner: schema_definition
    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
    owner: schema_definition
    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
    owner: schema_definition
    domain_of:
    - common_metadata
    - structured_alias
    range: uriorcurie
    multivalued: true
  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
    owner: schema_definition
    domain_of:
    - common_metadata
    range: string
    multivalued: true
tree_root: true