Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openmodelica/modelicaoml
An ontology for Modelica
https://github.com/openmodelica/modelicaoml
Last synced: 17 days ago
JSON representation
An ontology for Modelica
- Host: GitHub
- URL: https://github.com/openmodelica/modelicaoml
- Owner: OpenModelica
- License: apache-2.0
- Created: 2022-05-24T07:09:30.000Z (over 2 years ago)
- Default Branch: adrpo
- Last Pushed: 2022-05-26T18:13:47.000Z (over 2 years ago)
- Last Synced: 2024-04-28T07:35:55.670Z (8 months ago)
- Language: Modelica
- Size: 212 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# modelica-vocabularies
## Build
Equivalent to owlReason task
```
./gradlew build
```## Generate Docs
You must first have Bikeshed (the app itself) installed from [here](https://tabatkins.github.io/bikeshed/#install-final)
```
./gradlew generateDocs
```
Note: if bikeshed is not in the PATH, you can add -pBIKESHED=path/to/bikeshed argument## Run OWL Reasoner
```
./gradlew owlReason
```## Start Fuseki Server
```
./gradlew startFuseki
```## Stop Fuseki Server
```
./gradlew stopFuseki
```## Load to Fuseki Dataset
```
./gradlew owlLoad
```## Run SPARQL Queries
```
./gradlew owlQuery
```## Publish to Maven Local
```
./gradlew publishToMavenLocal
```