BadmintONTO is an ontology for the badmintion domain, representing the domain knowledge that can annotate play-by-play data in tournaments.
The play-by-play is described at HERE!
Example SPARQL queries are available at HERE!
An live SPARQL server is accessed from HERE!
The code and ontology on the main
branch is stable, should be viewed as the latest realease. No changes should be made directly on the main
branch.
The development of the code or ontology takes place on the development branch (develop
). When the development branch has been tested, a pull request should be created to merge changes into main
.
Please follow the steps below:
- Clone the project:
$ git@github.com:huanyu-li/BadmintONTO.git
- Checkout the
develop
branch and pull the latest changes
$ git checkout develop
$ git pull
- Create a new branch (e.g.,
update-badmintonto-to-version-0.1
)
$ git checkout -b update-badmintonto-to-version-0.1
- Add, commit and push:
$ git add ontology/0.1/BadmintONTO.ttl
$ git commit -m "update badmintonto to version 0.1"
$ git push origin update-badmintonto-to-version-0.1
- At the GitHub page, create a pull request from your branch to
develop
. - Done!
- Huanyu Li huanyu.li@liu.se