Subset: minimal
Minimal set of slots for defining a model
URI: linkml:minimal
Classes
- ClassDefinition - the definition of a class or interface
- SchemaDefinition - a collection of subset, type, slot and class definitions
Mixins
Slots
- attributes - Inline definition of slots
- classes - class definitions
- default_prefix - default and base prefix -- used for ':' identifiers, @base and @vocab
- default_range - default slot range to be used if range element is omitted from a slot definition
- id - The official schema URI
- identifier - True means that the key slot(s) uniquely identify the container. There can be at most one identifier or key per container
- multivalued - true means that slot can have more than one value
- name - 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.
- range - defines the type of the object of the slot. Given the following slot definition
- required - true means that the slot must be present in the loaded definition
- schema_definition➞name