Skip to content

cmdoret/mtg_ontology

Repository files navigation

mtg-ontology

An ontology describing Magic: The Gathering. It provides a data model to represent cards, their costs and rules.

The ontology is available in multiple representations in the project/ folder. It is also distributed as a python package providing dataclasses for the different concepts, and helpers to convert them to RDF graphs.

It can be installed wjth

pip install mtg-ontology

Website

Repository Structure

Developer Documentation

Use the `make` command to generate project artefacts:
  • make all: make everything
  • make deploy: deploys site

Credits

this project was made with linkml-project-cookiecutter