linkml icon indicating copy to clipboard operation
linkml copied to clipboard

Linked Open Data Modeling Language

Results 670 linkml issues
Sort by recently updated
recently updated
newest added

This PR is intended as a fix for issue https://github.com/linkml/linkml/issues/2084, in that it allows to have freely defined shacl_shape_uri's cia annotations['shacl_uri'] and by switching from the previously implemented shacl shape...

For example, suppose I have field in my data named body_mass. I learn from the investigators that the unit is always in kilograms. I can do apply some of the...

documentation
good first issue
help wanted
developer-days

## Summary When loading CSV/TSV files, multivalued primitive slots (e.g., `slot_name: string*` or `multivalued: true` with a primitive range) are not properly handled. Values like `a|b|c` are not split into...

bug
loading

This PR addresses #2653 In addition, it makes 2 small related docs changes that I thought were generally useful: - adding `PHONY` tag to `make docs` task, as the make...

## Summary When a LinkML slot has an example with `object` (instead of `value`), gen-rdf and gen-owl serialize it differently: ### gen-rdf (via JSON-LD) Uses LinkML blank node structure: ```turtle...

generator-owl
generator-rdf

- Update the get-involved index.rst to now include information about mailing lists, slack, linkedin, mastodon. - Create a new workshops-and-presenations.md under the get-involved section of the documentation where we can...

The RDF generator preserves examples via one blank node ```turtle a linkml:SlotDefinition ; linkml:examples [ a linkml:Example ; skos:example "xyz" ] ; ``` If we preserved the examples in OWL,...

generator-owl
generator-rdf

Historical behaviour for optional lists in pydantic was to initialise them with None. However, https://github.com/linkml/linkml/pull/2877 changed this behaviour to empty list. This caused regressions for us (see example below). This...

**Describe the bug** The LinkML JSON Schema generator translates `custom data types` such as `rdf:langString` and specific URI-related types (`uri, uriorcurie`) always to `"type": "string"` types in the generated JSON...

bug
generator-jsonschema
community-generated

Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 5 to 7. Release notes Sourced from astral-sh/setup-uv's releases. v7.0.0 🌈 node24 and a lot of bugfixes Changes This release comes with a load of bug fixes...

dependencies
github_actions