From a59986614206c697dc2499baa9067d91f7ec817f Mon Sep 17 00:00:00 2001 From: David Chaves Date: Tue, 16 May 2023 09:26:40 +0200 Subject: [PATCH] simplifying execution from cli --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 5bf59ac..a170a9c 100644 --- a/README.md +++ b/README.md @@ -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