Skip to content

linkml/linkml-model

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Pyversions PyPi DOI

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

Quick Links

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

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

Installation

This project uses poetry:

> cd linkml-model
> poetry install

Running tests

> make test