Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linkml/linkml-model
Link Modeling Language (LinkML) model
https://github.com/linkml/linkml-model
data-integration data-modeling graph-ql json json-schema linked-data linkml metadata metamodel schema-language semantic-web shacl shex uml yaml
Last synced: 26 days ago
JSON representation
Link Modeling Language (LinkML) model
- Host: GitHub
- URL: https://github.com/linkml/linkml-model
- Owner: linkml
- Created: 2021-03-14T18:37:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-22T21:21:40.000Z (4 months ago)
- Last Synced: 2024-09-26T21:24:07.251Z (about 1 month ago)
- Topics: data-integration, data-modeling, graph-ql, json, json-schema, linked-data, linkml, metadata, metamodel, schema-language, semantic-web, shacl, shex, uml, yaml
- Language: Python
- Homepage: https://linkml.github.io/linkml-model/docs/
- Size: 12.6 MB
- Stars: 34
- Watchers: 14
- Forks: 16
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- awesome-ccamel - linkml/linkml-model - Link Modeling Language (LinkML) model (Python)
README
[![Pyversions](https://img.shields.io/pypi/pyversions/linkml_model.svg)](https://pypi.python.org/pypi/linkml_model)
![](https://github.com/linkml/linkml-model/workflows/Build/badge.svg)
[![PyPi](https://img.shields.io/pypi/v/linkml_model.svg)](https://pypi.python.org/pypi/linkml_model)
[![DOI](https://zenodo.org/badge/13996/linkml/linkml-model.svg)](https://zenodo.org/badge/latestdoi/13996/linkml/linkml-model)# LinkML Model
Metamodel schema, documentation, and specification for the Linked Open Data Modeling Language (LinkML)
This documentation is best viewed view the generated web documentation
- [https://w3id.org/linkml/](https://linkml.github.io/linkml-model/docs)
## Quick Links
- [Generated documentation](https://linkml.github.io/linkml-model/docs)
- [Specification](https://linkml.io/linkml-model/docs/specification/00preamble/)
- [Source YAML for metamodel](https://github.com/linkml/linkml-model/tree/main/linkml_model/model/schema)
- [Main LinkML site](https://linkml.io)## About LinkML
LinkML is a modeling framework for building datamodels and related applications.
The best place to start discovering more about linkml is on the main LinkML website, [linkml.io/linkml](https://linkml.io/linkml)
LinkML is self-describing, and the underlying datamodel for describing data models is in LinkML. This repository contains that data model
## For Developers
See the [contributing docs](https://linkml.io/linkml/contributing/contributing.html)
### Installation
This project uses poetry:
```bash
> cd linkml-model
> poetry install
```## Running tests
```bash
> make test
```