Skip to content

Commit cf2bee3

Browse files
committed
change readme
1 parent d9f2f32 commit cf2bee3

3 files changed

Lines changed: 26 additions & 22 deletions

File tree

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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

obsidian2oml/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
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

99
MacOS/Linux
1010

1111
```
12-
./gradlew ecore2oml:run --args="..."
12+
./gradlew obsidian2oml:run --args="..."
1313
```
1414
Windows
1515

1616
```
17-
gradlew.bat ecore2oml:run --args="..."
17+
gradlew.bat obsidian2oml:run --args="..."
1818
```
1919

2020
Args
@@ -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

oml2obsidian/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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

99
MacOS/Linux:
1010
```
11-
./gradlew oml2owl:run --args="..."
11+
./gradlew oml2obsidian:run --args="..."
1212
```
1313
Windows:
1414
```
15-
gradlew.bat oml2owl:run --args="..."
15+
gradlew.bat oml2obsidian:run --args="..."
1616
```
1717
Args:
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]

0 commit comments

Comments
 (0)