linkml / linkml-schemaorg

Automated linkml rendering of schema.org
https://linkml.github.io/linkml-schemaorg/
MIT License
1 stars 0 forks source link
linkml schema-org

LinkML Project Template

A template for LinkML projects

This repo requires poetry as a system dependency

https://python-poetry.org/docs/#installation

Once the poetry application is installed and the repo is cloned, run this once: poetry install to get the python dependencies

Rename src/linkml/my-project.yaml to your own project name

Then type:

make all

you will get a project directory with derived artifacts, including the python classes

more on documentation later