Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linkml/linkml
Linked Open Data Modeling Language
https://github.com/linkml/linkml
data-dictionaries data-modeling hacktoberfest json-ld-context json-schema linked-data linkml linkml-schema modeling owl rdf schema semantic-web shacl shex standards
Last synced: 6 days ago
JSON representation
Linked Open Data Modeling Language
- Host: GitHub
- URL: https://github.com/linkml/linkml
- Owner: linkml
- License: other
- Created: 2021-03-16T16:34:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T23:40:08.000Z (8 months ago)
- Last Synced: 2024-05-08T00:27:36.192Z (8 months ago)
- Topics: data-dictionaries, data-modeling, hacktoberfest, json-ld-context, json-schema, linked-data, linkml, linkml-schema, modeling, owl, rdf, schema, semantic-web, shacl, shex, standards
- Language: Python
- Homepage: https://linkml.io/linkml
- Size: 86.4 MB
- Stars: 280
- Watchers: 14
- Forks: 85
- Open Issues: 447
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
Awesome Lists containing this project
- awesome-ccamel - linkml/linkml - Linked Open Data Modeling Language (Python)
- awesome-starred - linkml/linkml - Linked Open Data Modeling Language (hacktoberfest)
README
[![Pyversions](https://img.shields.io/pypi/pyversions/linkml.svg)](https://pypi.python.org/pypi/linkml)
![](https://github.com/linkml/linkml/workflows/Build/badge.svg)
[![PyPi](https://img.shields.io/pypi/v/linkml.svg)](https://pypi.python.org/pypi/linkml)
[![badge](https://img.shields.io/badge/launch-binder-579ACA.svg)](https://mybinder.org/v2/gh/linkml/linkml/main?filepath=notebooks)
[![DOI](https://zenodo.org/badge/13996/linkml/linkml.svg)](https://zenodo.org/badge/latestdoi/13996/linkml/linkml)
[![PyPIDownloadsTotal](https://pepy.tech/badge/linkml)](https://pepy.tech/project/linkml)
[![PyPIDownloadsMonth](https://img.shields.io/pypi/dm/linkml?logo=PyPI&color=blue)](https://pypi.org/project/linkml)
[![codecov](https://codecov.io/gh/linkml/linkml/branch/main/graph/badge.svg?token=WNQNG986UN)](https://codecov.io/gh/linkml/linkml)# LinkML - Linked Data Modeling Language
LinkML is a linked data modeling language following object-oriented and ontological principles. LinkML models are typically authored in YAML, and can be converted to other schema representation formats such as JSON or RDF.
This repo holds the tools for generating and working with LinkML. For the LinkML schema (metamodel), please see https://github.com/linkml/linkml-model
The complete documentation for LinkML can be found here:
- [linkml.io/linkml](https://linkml.io/linkml)