https://github.com/linkml/linkml-schemaorg
Automated linkml rendering of schema.org
https://github.com/linkml/linkml-schemaorg
linkml schema-org
Last synced: 7 months ago
JSON representation
Automated linkml rendering of schema.org
- Host: GitHub
- URL: https://github.com/linkml/linkml-schemaorg
- Owner: linkml
- License: mit
- Created: 2022-04-01T20:48:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T19:46:53.000Z (about 1 year ago)
- Last Synced: 2025-01-07T08:48:59.679Z (9 months ago)
- Topics: linkml, schema-org
- Language: Makefile
- Homepage: https://linkml.github.io/linkml-schemaorg/
- Size: 28.7 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](src/linkml/my-project.yaml) to your own project name
Then type:
```bash
make all
```you will get a project directory with derived artifacts, including the python classes
more on documentation later