diff --git a/README.md b/README.md index 6a97f40..986617a 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ You can easily customize your own configurations from the set of features that S ## Version ``` -4.7.4.7 +4.7.4.8 ``` ## RML-Test Cases diff --git a/VERSION b/VERSION index 3458fdc..268dad2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.7.4.7 \ No newline at end of file +4.7.4.8 \ No newline at end of file diff --git a/rdfizer/rdfizer/__init__.py b/rdfizer/rdfizer/__init__.py index ad9f0b7..4a9e00b 100755 --- a/rdfizer/rdfizer/__init__.py +++ b/rdfizer/rdfizer/__init__.py @@ -1842,7 +1842,6 @@ def mapping_parser(mapping_file): mapping_query_results = mapping_graph.query(mapping_query) for result_triples_map in mapping_query_results: - print(result_triples_map) triples_map_exists = False for triples_map in triples_map_list: triples_map_exists = triples_map_exists or ( diff --git a/rdfizer/rdfizer/semantify.py b/rdfizer/rdfizer/semantify.py index 713654a..2ac7535 100755 --- a/rdfizer/rdfizer/semantify.py +++ b/rdfizer/rdfizer/semantify.py @@ -1842,7 +1842,6 @@ def mapping_parser(mapping_file): mapping_query_results = mapping_graph.query(mapping_query) for result_triples_map in mapping_query_results: - print(result_triples_map) triples_map_exists = False for triples_map in triples_map_list: triples_map_exists = triples_map_exists or (