We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d491815 + ae0bace commit fa59d06Copy full SHA for fa59d06
tests/case_utils/case_file/Makefile
@@ -61,15 +61,15 @@ kb.json: \
61
mv _$@ $@
62
63
kb.ttl: \
64
- $(tests_srcdir)/src/glom_graph.py \
65
sample.txt.ttl \
66
sample.txt-disable_hashes.ttl \
67
sample.txt-nocompact.json
68
source $(tests_srcdir)/venv/bin/activate \
69
- && python3 $(tests_srcdir)/src/glom_graph.py \
70
- __$@ \
+ && rdfpipe \
+ --output-format turtle \
71
72
- sample.txt-disable_hashes.ttl
+ sample.txt-disable_hashes.ttl \
+ > __$@
73
java -jar $(RDF_TOOLKIT_JAR) \
74
--infer-base-iri \
75
--inline-blank-nodes \
tests/src/glom_graph.py
0 commit comments