-
See https://github.com/linkml/linkml/issues/797
We want to make sure everything still works when sssom starts importing sssom_schema
-
#### Pros
- Easier for people to learn about unfamiliar repositories at a glance
- Easier for people to build a mental picture of our system at a glance
- Easier for people to find what they're loo…
-
**Describe the bug**
In a case where a schema has ambiguous class attributes, the `SchemaView.get_slot(...)` method should throw an exception rather than returning the first attribute it can find w…
-
Hi!
In yaml file [addr.yaml](https://gist.github.com/nataschake/5762f062ae7146496b0ffe244efb6e91) according to the LinkML instructions I define slots `addressState` and `addressFIPS` as follows:
``…
-
This is a technical follow up on https://github.com/linkml/linkml/issues/1937 (any general discussion on multilang should go there).
@sujaypatil96 I am wondering how you could see multiple language…
-
### Discussed in https://github.com/orgs/linkml/discussions/2101
Originally posted by **eecavanna** May 7, 2024
Hi, this is my first time posting a question here.
### Background
I devel…
-
http://schema.org is a lightweight taxonomy originally developed for SEO purposes. It can also serve as a lightweight data model, as it also contains properties and rangeIncludes constraints/guideline…
-
When working with a model that has one (or more) enums defined:
```yaml
id: https://w3id.org/test-schema
name: test-schema
description: >-
A test schema
imports:
- linkml:types
default_p…
-
Right now, the RDF serialisation is wrong:
```
[ babelon:predicate_id "rdfs:label" ;
babelon:source_language "en" ;
babelon:source_value "Abnormal emotion/affect behavior…
-
It looks like the slot definitions are not generated for owl file.
For example, in the model file (https://github.com/linkml/linkml/blob/v1.6.2/examples/PersonSchema/personinfo.yaml), it has a birth…