Skip to content

Commit

Permalink
fix bikeshed
Browse files Browse the repository at this point in the history
  • Loading branch information
melaasar committed Oct 25, 2023
1 parent 609cba1 commit afb1222
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ before_install:
- sudo apt-get install graphviz

install:
- pip3 install bikeshed
- pip3 install bikeshed==3.13.0

script:
- ./gradlew build generateDocs
Expand Down
13 changes: 9 additions & 4 deletions io.opencaesar.oml.specification/src/main/index.bs
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
<pre class='metadata'>
Title: Ontological Modeling Language 2.0.0
Title: Ontological Modeling Language v2
Shortname: oml
Revision: 2.0.0
Revision: 2
Level: 1
Status: LS
URL: https://www.opencaesar.io/oml
Previous Version: https://www.opencaesar.io/oml/v1
Editor: Maged Elaasar (JPL)
Editor: Nicolas Rouquette (JPL)
Local Boilerplate: copyright yes, logo yes
Markup Shorthands: markdown yes
Boilerplate: copyright no, conformance no
Local Boilerplate: logo yes
Markup Shorthands: markdown yes, css no
Use Dfn Panels: yes
Line Numbers: no
Complain About: mixed-indents no
Abstract: This document describes the Ontological Modeling Language (OML). This language enables defining systems engineering vocabularies and using them to describe systems. OML is inspired by the [Web Ontology Language 2 (OWL2)](https://www.w3.org/TR/owl2-syntax/) and the [Semantic Web Rule Language (SWRL)](https://www.w3.org/Submission/SWRL/) and can be considered a gentler and more disciplined way of using these standards in the context of Systems Engineering. By mapping the OML constructs to a number of patterns expressed in subsets of OWL2 and SWRL, OML inherits its expressivity, modularity, extensibility, and description logic (DL) semantics, but also provides a concise and user-friendly syntax. Moreover, OML is implementd using the [Eclipse Modeling Framework (EMF)](https://www.eclipse.org/modeling/emf/), which gives it a Java API and integration with a large ecosystem of modeling frameworks that has been used to develop useful tools, many of which are provided by the [openCAESAR](http://www.opencaesar.io/) project.
</pre>
Expand Down

0 comments on commit afb1222

Please sign in to comment.