Enter the repository that you want OnToology to track. At the moment we only support user repositories. If you have an organization repository (or a repository that is not under your repository) you can fork that repository and add the fork url (your-username/the-repo-name).
If it is your first time, OnToology will redirect you to GitHub. This step is needed to authorize OnToology to track your repository.
By clicking on "Authorize Application", you authorize OnToology to track your repository. DOn't worry, OnToology will never modify your code or ontologies.
To check your tracked repositories, click on the "My Repositories" tab:
By selecting a repository (click on "Select Repo"), you will see a screen with the individual configuration of all the ontologies present in that repository.
By clicking on "show configuration" in one of them, a menu with its current configuration will be displayed. The configuration includes the options which are selected when OnToology is contributing materials to your repository. For example, in the image below OnToology is configured to push documentation, diagrams, evaluation reports and JSON-LD contexts, but not validation or WebVowl diagrams.
You can also check your past jobs by clicking on "My Repositories -> Past Jobs". You will see the status of your current repositories (in case OnToology is still processing some of them) and a history of your past jobs.
Once you make a change to any of your ontologies (in the tracked repository) and push these changes, OnToology will (re)generate the associated documentation, diagrams and evaluation reports; and will create a pull request for your approval.
Next, you will need to click on the pull request generate by OnToology so see the changes and merge it to your repository.
Click on the "Merge pull request" button to accept the generated resources to your repository.
GitHub requires you to confirm the pull request to accept the changes (resources generated by OnToology). Simply click on the "Confirm merge" button.
All generated resources are located under a folder called "OnToology" in your repository, the structured of your repository is mimicked inside the "OnToology" folder.
Select the identifier you want to give to your ontology. For example, if you select "alojamiento", the w3id will be "https://w3id.org/def/alojamiento". Identifiers are unique, so OnToology will not allow repeated identifiers. Once you have reserved an id, you can go to "My Repositories -> My Published Ontologies". You should see a screen similar to the one below. The available actions are to "unpublish" a published ontology; or download a bundle in case you prefer to publish it somewhere else.
If there are any problems processing your ontologies, you may validate them using the custom syntax validator in OnToology. To use it, just click on "My Repositories" and select "Syntax Validator". You will see a screen like the one in the figure below. Simply add your ontology URI and serialization, and OnToology will tell you whether there are errors parsing it or not.