Skip to content

Commit

Permalink
simplifying execution from cli
Browse files Browse the repository at this point in the history
  • Loading branch information
dachafra authored May 16, 2023
1 parent 4f439d9 commit a599866
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,13 @@ To execute from command line run the following:
```bash
python3 -m yatter -i path_to_input_yarrrml.yml -o path_to_rdf_mapping.ttl [-f R2RML]
```
`-f R2RML` is an optional parameter for translating input YARRRML into R2RML

- From \[R2\]RML to YARRRML
```bash
python3 -m yatter -i path_to_input_rdf_mapping.ttl -o path_to_output_yarrrml.yml [-f R2RML]
```
`-f R2RML` is an optional parameter for translating input R2RML into YARRRML

- Merging mappings based on TriplesMap id (keys of each TriplesMap should be disjoint):
```bash
python3 -m yatter -m yarrrml_mapping1.yaml yarrrml_mapping2.yaml [..] -o path_to_output_yarrrml.yml
```
`-f R2RML` is an optional parameter for translating input YARRRML to R2RML (and inverse)

## Execution as a library

Expand Down

0 comments on commit a599866

Please sign in to comment.