Skip to content

Commit fa59d06

Browse files
Merge pull request #66 from casework/Feature-UCO-Issue-424
Replace glom_graph.py with rdfpipe
2 parents d491815 + ae0bace commit fa59d06

File tree

2 files changed

+4
-41
lines changed

2 files changed

+4
-41
lines changed

tests/case_utils/case_file/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ kb.json: \
6161
mv _$@ $@
6262

6363
kb.ttl: \
64-
$(tests_srcdir)/src/glom_graph.py \
6564
sample.txt.ttl \
6665
sample.txt-disable_hashes.ttl \
6766
sample.txt-nocompact.json
6867
source $(tests_srcdir)/venv/bin/activate \
69-
&& python3 $(tests_srcdir)/src/glom_graph.py \
70-
__$@ \
68+
&& rdfpipe \
69+
--output-format turtle \
7170
sample.txt.ttl \
72-
sample.txt-disable_hashes.ttl
71+
sample.txt-disable_hashes.ttl \
72+
> __$@
7373
java -jar $(RDF_TOOLKIT_JAR) \
7474
--infer-base-iri \
7575
--inline-blank-nodes \

tests/src/glom_graph.py

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)