We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e45a8 commit e1f6e9fCopy full SHA for e1f6e9f
README.md
@@ -12,7 +12,7 @@ This script generates a YARRRML template from the input ontology. The transforma
12
### Execution from CLI
13
The input ontology can be serialized in NTRIPLES, RDF/XML or Turtle
14
```bash
15
-python3 -m pip install owl2ready
+python3 -m pip install owl2yarrrml
16
python3 owl2yarrrml -i paht/ontology.xml -o ouput_path/mapping.yml
17
```
18
0 commit comments