Skip to content

huanyu-li/SemicONTO

Repository files navigation

SemicONTO (v0.1)

SemicONTO (Semiconductor ONTOlogy) is an ontology for the semiconductor domain.

An live SPARQL server is accessed from HERE!

Developer guidelines

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.

How to develop or update the ontology

Please follow the steps below:

  1. Clone the project:
$ git@github.com:huanyu-li/SemicONTO.git
  1. Checkout the develop branch and pull the latest changes
$ git checkout develop
$ git pull
  1. Create a new branch (e.g., update-SemicONTO-to-version-0.1)
$ git checkout -b update-SemicONTO-to-version-0.1
  1. Add, commit and push:
$ git add ontology/0.1/SemicONTO.ttl
$ git commit -m "update SemicONTO to version 0.1"
$ git push origin update-SemicONTO-to-version-0.1
  1. At the GitHub page, create a pull request from your branch to develop.
  2. Done!

Contact

About

An ontology for the semiconductor domain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •