linkml
linkml copied to clipboard
Linked Open Data Modeling Language
Example: ```yaml id: https://w3id.org/linkml/test/inline title: test inline name: test-inline prefixes: linkml: https://w3id.org/linkml/ t: https://w3id.org/linkml/test/inline/ default_prefix: t default_range: string imports: - linkml:types classes: Container: slots: - entries Entry: slots: - type...
"role" element does not have a description https://linkml.io/linkml-model/docs/role/ **Describe the solution you'd like** - [ ] a description for the "role" element - [ ] a FAQ pointer possibly to...
The Human Cell Atlas have developed an extension to json-schema that is used for restricting certain values to ontology branches example from @dosumis: https://github.com/HumanCellAtlas/metadata-schema/blob/master/json_schema/module/ontology/cell_cycle_ontology.json ```json "ontology": { "description": "An ontology...
As downstream dependencies are facing failing tests in 3.10, we should support 3.10 upstream here. See PR #401 Or declare that we do not yet support 3.10 in our README,...
[VladimirAlexiev](https://github.com/VladimirAlexiev) commented [on Jun 24, 2020](https://github.com/biolink/biolink-model/issues/363#issue-644428606) https://biolink.github.io/biolink-model/docs/Types.html: Not all types use the UpperCamelCase convention. Datetime, Nodeidentifier and Objectidentifier are a little annoying Ncname and Uriorcurie are just atrocious
I'm creating a new feature request related to discussion in https://github.com/linkml/linkml/discussions/709 Export custom (local) annotations into owl ontology.
currently in types.yaml: ```yaml string: uri: xsd:string base: str description: A character string integer: uri: xsd:integer base: int description: An integer boolean: uri: xsd:boolean base: Bool repr: bool description: A...
https://platform.ontotext.com/3.0/soml/index.html cc @VladimirAlexiev
**Is your feature request related to a problem? Please describe.** Run the [black](https://black.readthedocs.io/en/stable/) code formatter to retroactively format the codebase per black [standards](https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html). **Describe the solution you'd like** Run the...