https://github.com/openmodelica/modelicaoml
An ontology for Modelica
https://github.com/openmodelica/modelicaoml
Last synced: 4 months 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 (almost 4 years ago)
- Default Branch: adrpo
- Last Pushed: 2022-05-26T18:13:47.000Z (almost 4 years ago)
- Last Synced: 2025-02-02T10:16:43.912Z (about 1 year ago)
- Language: Modelica
- Size: 212 KB
- Stars: 2
- Watchers: 9
- Forks: 1
- 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
```