linkml-model icon indicating copy to clipboard operation
linkml-model copied to clipboard

Link Modeling Language (LinkML) model

Results 10 linkml-model issues
Sort by recently updated
recently updated
newest added

In LinkML enums are a special kind of element, distinct from TypeDefinition, ClassDefinition (even they are rendered as strings). Sometimes it can be useful to bind an existing slot value...

This PR adds an alternate approach to specifying the `TemperatureDataset` defined in `tests/input/examples/schema_definition-native-array-1.yaml`. This approach uses classes that implement [`linkml:NDArray`](https://github.com/linkml/linkml-model/blob/main/linkml_model/model/schema/array.yaml) and have an attribute that implements `linkml:elements` as defined pre-1.7.0...

I believe we arrived at a place where this would represent an array with any shape: ```yaml classes: MyClass: attributes: an_array: range: int array: ``` but currently the range of...

I have been developing my own data model, and I'm having a bit of trouble understanding how the initial online schema is generated. From the makefile, as far as I...

This PR adds some semantic enrichment of id slot. Hoping to get some feedback whether this is valuable or not before more work. This schema looks interesting for re-usability.

bring uri value in sync with notes, just like time a few lines above

A non-inlined class range may be intended as: - a reference to an object in the *same* document, database, or graph - a reference to an object in the *external*...

This repo uses the linkml-example-runner framework, including examples of the schema, and testing those examples https://github.com/linkml/linkml-model/tree/main/tests/input/examples but this repo is special - it is a metamodel, so we need to...

To help us keep track of issues, please create all LinkML issues in https://github.com/linkml/linkml/issues rather than here. Thanks!

help wanted