-
[Adapted from email sent by @cmungall; creating ticket so it doesn't fall through the cracks]
https://fairsharing.org/FAIRsharing.8f3fdc needs to be claimed by us and updated.
For example, it sa…
-
Schema.org datatypes are not good:
- they go against standard XSD datatypes that are the foundation of both XML and RDF.
- they are tentative (don't specify a lexical representation), eg schema:Numb…
-
Example dynamic enum:
https://github.com/dosumis/LinkML_cas_scratch/blob/main/schema/scratch/scratch.yaml#L19-L27
If this is materialized by the schema maintainer, then it acts like a normal enu…
-
I have an abstract class (`Abstract`) in which an attribute (`custom`) has the type of a custom class (`Custom`). In a child class of the abstract class (`Implementation`), I want to define the type …
-
-
In order to interpret a measurement correctly, it is crucial to know if any treatments were applied at the time of measurement, and if so, which treatments and over what period of time. Currently, tre…
-
### Describe your feature request precisely
There are multiple metadata schemas out there (json/xml). For example, [https://github.com/kit-data-manager/Metadata-Schemas-for-Materials-Science](https:/…
-
There are currently multiple ways to get RDF graphs from a LinkML schema
- rdfgen is a **direct translation** of the YAML structure into triples
- owlgen creates a **semantically accurate** transl…
-
Given a schema like this:
```yaml
id: test
name: test
imports:
- http://w3id.org/linkml/types
default_range: string
slots:
whatsit:
designates_type: true
multivalued: true
classes:
Te…
-
Currently prefixes can be specified in a schema, but the schema cannot anticipate all possible prefixes in instance data in the wild.
For example in https://linkml.io/linkml/intro/tutorial04.html w…