File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # OML Adapter for Ecore
1+ # OML Adapter for Obsidian
22
3- [ ![ Build Status] ( https://github.com/opencaesar/ecore -adapter/actions/workflows/ci.yml/badge.svg )] ( https://github.com/opencaesar/ecore -adapter/actions/workflows/ci.yml )
4- [ ![ Release] ( https://img.shields.io/github/v/release/opencaesar/ecore -adapter?label=Release )] ( https://github.com/opencaesar/ecore -adapter/releases/latest )
3+ [ ![ Build Status] ( https://github.com/opencaesar/obsidian -adapter/actions/workflows/ci.yml/badge.svg )] ( https://github.com/opencaesar/obsidian -adapter/actions/workflows/ci.yml )
4+ [ ![ Release] ( https://img.shields.io/github/v/release/opencaesar/obsidian -adapter?label=Release )] ( https://github.com/opencaesar/obsidian -adapter/releases/latest )
55
6- An [ OML] ( https://opencaesar.github.io/oml ) adapter for [ Ecore ] ( https://www.eclipse.org/modeling/emf / )
6+ An [ OML] ( https://opencaesar.github.io/oml ) adapter for [ Obsidian ] ( https://obsidian.md / )
77
88## Clone
99```
10- git clone https://github.com/opencaesar/ecore -adapter.git
11- cd ecore -adapter
10+ git clone https://github.com/opencaesar/obsidian -adapter.git
11+ cd obsidian -adapter
1212```
1313
1414## Build
@@ -22,6 +22,10 @@ Windows
2222 gradlew.bat build
2323```
2424
25- ## [ Ecore to OML ] ( ecore2oml /README.md)
25+ ## [ OML to Obsidian ] ( oml2obsidian /README.md)
2626
27- A tool that translates [ Ecore] ( https://www.eclipse.org/modeling/emf/ ) models to [ OML] ( https://opencaesar.github.io/oml ) vocabularies
27+ A tool that translates [ OML] ( https://opencaesar.github.io/oml ) vocabularies to [ Obsidian] ( https://obsidian.md/ ) files
28+
29+ ## [ Obsidian to OML] ( obsidian2oml/README.md )
30+
31+ A tool that translates [ Obsidian] ( https://obsidian.md/ ) files to [ OML] ( https://opencaesar.github.io/oml ) descriptions
Original file line number Diff line number Diff line change 1- # Ecore2Oml
1+ # Obsidian2Oml
22
3- [ ![ Release] ( https://img.shields.io/github/v/tag/opencaesar/ecore -adapter?label=release )] ( https://github.com/opencaesar/ecore -adapter/releases/latest )
3+ [ ![ Release] ( https://img.shields.io/github/v/tag/opencaesar/obsidian -adapter?label=release )] ( https://github.com/opencaesar/obsidian -adapter/releases/latest )
44
5- A tool that translates [ Ecore ] ( https://www.eclipse.org/modeling/emf/ ) models to [ OML] ( https://opencaesar.github.io/oml ) vocabularies
5+ A tool that translates [ Obsidian ] ( https://obsidian.md/ ) files to [ OML] ( https://opencaesar.github.io/oml ) descriptions
66
77## Run as CLI
88
99MacOS/Linux
1010
1111```
12- ./gradlew ecore2oml :run --args="..."
12+ ./gradlew obsidian2oml :run --args="..."
1313```
1414Windows
1515
1616```
17- gradlew.bat ecore2oml :run --args="..."
17+ gradlew.bat obsidian2oml :run --args="..."
1818```
1919
2020Args
@@ -37,10 +37,10 @@ buildscript {
3737 mavenCentral()
3838 }
3939 dependencies {
40- classpath 'io.opencaesar.adapters:ecore2oml -gradle:+'
40+ classpath 'io.opencaesar.adapters:obsidian2oml -gradle:+'
4141 }
4242}
43- task ecore2oml (type:io.opencaesar.obsidian2oml.Ecore2OmlTask ) {
43+ task obsidian2oml (type:io.opencaesar.obsidian2oml.Obsidian2OmlTask ) {
4444 inputFolderPath = file('path/to/input/ecore/folder') // Required
4545 outputFolderPath = file('path/to/output/oml/folder') // Required
4646 referencedEcorePaths = [ file('path/to/options/file.json') ] // Optional
Original file line number Diff line number Diff line change 1- # OML to OWL
1+ # OML to Obsidian
22
3- [ ![ Release] ( https://img.shields.io/github/v/tag/opencaesar/owl -adapter?label=release )] ( https://github.com/opencaesar/owl -adapter/releases/latest )
3+ [ ![ Release] ( https://img.shields.io/github/v/tag/opencaesar/obsidian -adapter?label=release )] ( https://github.com/opencaesar/obsidian -adapter/releases/latest )
44
5- A tool to translate ontologies from an OML to an OWL representation
5+ A tool to translate [ OML] ( https://opencaesar.github.io/oml ) vocabularies to [ Obsidian ] ( https://obsidian.md/ ) files
66
77## Run as CLI
88
99MacOS/Linux:
1010```
11- ./gradlew oml2owl :run --args="..."
11+ ./gradlew oml2obsidian :run --args="..."
1212```
1313Windows:
1414```
15- gradlew.bat oml2owl :run --args="..."
15+ gradlew.bat oml2obsidian :run --args="..."
1616```
1717Args:
1818```
@@ -33,10 +33,10 @@ buildscript {
3333 mavenCentral()
3434 }
3535 dependencies {
36- classpath 'io.opencaesar.adapters:oml2owl -gradle:+'
36+ classpath 'io.opencaesar.adapters:oml2obsidian -gradle:+'
3737 }
3838}
39- task oml2owl (type:io.opencaesar.oml2obsidian.Oml2OwlTask ) {
39+ task oml2obsidian (type:io.opencaesar.oml2obsidian.Oml2ObsidianTask ) {
4040 inputCatalogPath = file('path/to/input/oml/catalog.xml') [Required]
4141 rootOntologyIri = 'http://...' [Optional]
4242 outputCatalogPath = file('path/to/output/owl/catalog.xml') [Required]
You can’t perform that action at this time.
0 commit comments