Skip to content

Commit

Permalink
added readme and contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
cogan-shimizu committed Jul 22, 2024
1 parent c58b998 commit 07dce5a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Ontology Design Pattern Repository

## Contributing a new Pattern
To contribute a new pattern, please initiate a pull request that consists of the following:
* A new directory for the pattern, with an appropriate name
* Currently, names of patterns follow a singleword in PascalCase
* The directory should contain:
* **Schema Diagram** for the pattern. We recommend that should adhere to visual specification as found in [Graffoo](https://essepuntato.it/graffoo/) or from the [Modular Ontology Modeling methodology](https://content.iospress.com/articles/semantic-web/sw222886).
* **Formalization** for the pattern. We recommend that the pattern be serialized in TTL for maximizing human readability, but as long as it is a serialization recognized by the [OWLAPI](https://protege.stanford.edu/) or [Protégé](https://protege.stanford.edu/), it will be accepted.
* Additionally, we request that the pattern be annotated with [OPLA-CP](https://ceur-ws.org/Vol-2459/short2.pdf).
* **index.md** for the pattern entry. This should minimally display the schema diagram and link to the formalization.

0 comments on commit 07dce5a

Please sign in to comment.