https://github.com/hsu-aut/aml2owl
A mapping application to convert AutomationML files into OWL ontologies
https://github.com/hsu-aut/aml2owl
aml automationml mapping owl semantic-mapping
Last synced: about 2 months ago
JSON representation
A mapping application to convert AutomationML files into OWL ontologies
- Host: GitHub
- URL: https://github.com/hsu-aut/aml2owl
- Owner: hsu-aut
- License: mit
- Created: 2024-06-14T15:25:18.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-08-06T13:50:11.000Z (10 months ago)
- Last Synced: 2024-08-06T15:59:00.269Z (10 months ago)
- Topics: aml, automationml, mapping, owl, semantic-mapping
- Language: Java
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/hsu-aut/aml2owl/actions/workflows/mvn-test.yml)
# Aml2Owl## Motivation
AutomationML cannot represent the semantics that many Best Practice Recommendations (BPR) and Application Recommendations (AR) implicitly require. In order to explicitly represent these semantics, we created a mapping from AutomationML to OWL.## Installation & How to Use
Go to the releases section on the right and download the latest version. You can then simply run the mapper from a shell using:
```
java -jar Aml2Owl-.jar -f ""
```Make sure to replace `` and `` using the version you downloaded (e.g. 1.0.0) and a path to the AML file you want to map.
## Tests
We're extending our test collection to make sure our mapper can robustly handle all subtleties of AutomationML