-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #62 from emmo-repo/dev
Upgrade to v0.7.0-alpha
- Loading branch information
Showing
9 changed files
with
43,959 additions
and
94,232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Contributing to the ontology | ||
|
||
There are two ways you can contribute to the ontology: | ||
- Suggesting minor changes to the developers by reporting issues. This is the best option for most people. | ||
- Editing the ontology files directly and submitting a pull request. This requires a more detailed knowledge of ontology development and EMMO guidelines. | ||
|
||
These two options are described below. | ||
|
||
## Suggest minor changes on existing elements | ||
|
||
[Create a feature request](https://github.com/emmo-repo/domain-electrochemistry/issues/new) in a [Github Issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue) to suggest edits to names, defintions, references on existing classes and properties. | ||
|
||
## Propose additions/deletion of elements | ||
|
||
We recommend using the [forking workflow](https://www.atlassian.com/git/tutorials/comparing-workflows/forking-workflow) to contribute additions/deletions. | ||
Fork this repository, clone the fork on your local PC, create your branch based on the existing `dev` branch (e.g. `dev_john_doe`) and work on the editions in you local copy. | ||
|
||
### Editing the ontology programmatically in python | ||
One is programmatically, using for instance [EMMOntoPy](https://github.com/emmo-repo/EMMOntoPy). | ||
|
||
### Editing the ontology in a graphical user interface (GUI) | ||
[Protégé](https://protege.stanford.edu/) is a widely used graphical development environment for ontologies and knowledge graphs. It is open-source software that is maintained by Stanford University in the United States. | ||
|
||
Before adding elements, ensure Prot´égé is configured to create IRIs in the right format: | ||
|
||
* Open Protégé | ||
* Go to File/Open and load the ontology file you wish to modify | ||
* Go to File/Preferences and there go to the New Entities Tab | ||
* Ensure you have configured the preferences as shown below: | ||
|
||
![Protege config.](docs/images/protege_config_contribute.png) | ||
Here is the "Specified IRI" for you to copy: ```https://w3id.org/emmo/domain/electrochemistry#``` | ||
|
||
Once you have made your changes, commit them to your fork and [create a pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request). | ||
* We will assess the request and submit feedback if necessary. If the pull request meets the requirements for inclusion, we will merge it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<catalog prefer="public" xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"> | ||
<uri id="Imports Wizard Entry" name="https://w3id.org/emmo/domain/chemicalsubstance/0.2.0/chemicalsubstance" uri="https://raw.githubusercontent.com/emmo-repo/domain-chemical-substance/main/chemicalsubstance.ttl"/> | ||
<uri id="Imports Wizard Entry" name="http://emmo.info/emmo/domain/chameo/chameo/1.0.0-beta5" uri="https://raw.githubusercontent.com/emmo-repo/domain-characterisation-methodology/1.0.0-beta3/chameo.ttl"/> | ||
<uri id="Imports Wizard Entry" name="http://emmo.info/emmo/1.0.0-beta5" uri="https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-beta5/emmo.ttl"/> | ||
<uri id="Imports Wizard Entry" name="http://emmo.info/emmo/1.0.0-beta5/disciplines/units/unclassifiedunits" uri="https://raw.githubusercontent.com/emmo-repo/EMMO/1.0.0-beta5/disciplines/units/unclassifiedunits.ttl"/> | ||
<group id="Folder Repository, directory=, recursive=true, Auto-Update=false, version=2" prefer="public" xml:base=""> | ||
<uri name="http://emmo.info/electrochemistry/0.6.0/electrochemistry" uri="./electrochemistry.ttl"/> | ||
<uri name="http://emmo.info/electrochemistry/0.6.0/electrochemicalquantities" uri="./electrochemicalquantities.ttl"/> | ||
<uri name="http://emmo.info/material/0.1.0/material" uri="./material.ttl"/> | ||
<uri name="http://emmo.info/1.0.0-beta5/emmo-inferred" uri="https://emmo-repo.github.io/versions/1.0.0-beta5/emmo-inferred.ttl"/> | ||
<uri name="https://w3id.org/emmo/domain/electrochemistry/0.7.0-alpha/electrochemistry" uri="./electrochemistry.ttl"/> | ||
<uri name="https://w3id.org/emmo/domain/electrochemistry/0.7.0-alpha/electrochemicalquantities" uri="./electrochemicalquantities.ttl"/> | ||
<uri name="https://w3id.org/emmo/domain/chemicalsubstance/0.2.0/chemicalsubstance" uri="./chemicalsubstance.ttl"/> | ||
<uri name="http://emmo.info/emmo/1.0.0-beta5-inferred" uri="./emmo-inferred.ttl"/> | ||
</group> | ||
</catalog> |
Oops, something went wrong.