-
See also
- #655
-
```Python
import pprint
import requests
class FastAPIClient:
def __init__(self, base_url):
self.base_url = base_url
def _make_request(self, method, endpoint, params=None,…
-
The vision of LinkML looks like it has an overlap of (felt) 70-90% with the vision of metador schemas. It also has more community and tooling already, so if the visions are compatible, switching over …
-
What is the correct way to model following data in linkml?
```
firstName: Noel
lastName: McLoughlin
addresses:
addresses_verified: true
addresses_primary:
address_street: 123 Boluvard r…
-
Hi @MrHedmad,
I really like the idea of myr and it looks promising. My experience with ro-crate has been similar in the past.
I had a few questions / suggestions regarding the specification.
Th…
-
https://linkml.io - gains more and more usage (considered for NWB, DANDI and other schemas) and provides descriptive (YAML) specification with tooling to export to pydantic, jsonschema and other repr…
-
**Is your feature request related to a problem? Please describe.**
in jsonschemagen (which is used by linkml-validate) there is an option `include_range_class_descendants` which enables the generat…
-
This has worked for the last 2 months but now we are getting spurious failures
-
[designates_type](https://w3id.org/linkml/designates_type) is a metamodel boolean slot that can indicate that a slot is intended to hold the value of the instantiated class.
This should minimally c…
-
Creating a ticket for this per the metadata meeting last week
Currently the range for [has_unit](https://microbiomedata.github.io/nmdc-schema/has_unit/)
We want this to have some constraints or…