From b404312686874e539b617d1f27ccbaa5a82936af Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 21 Oct 2021 15:38:10 -0400 Subject: Replace serdi with more fine-grained tools Especially with the new functionality, the complexity of the command-line interface alone was really becoming unmanageable. The serdi implementation also had the highest cyclomatic complexity of the entire codebase by a huge margin. So, take a page from the Unix philosophy and split serdi into several more finely-honed tools that can be freely composed. Though there is still unfortunately quite a bit of option overlap between them due to the common details of reading RDF, I think the resulting tools are a lot easier to understand, both from a user and a developer perspective. --- test/sort/GOPS.nq | 10 ++++++++++ test/sort/GOSP.nq | 10 ++++++++++ test/sort/GPSO.nq | 10 ++++++++++ test/sort/GSOP.nq | 10 ++++++++++ test/sort/GSPO.nq | 10 ++++++++++ test/sort/OPS.nq | 10 ++++++++++ test/sort/OSP.nq | 10 ++++++++++ test/sort/POS.nq | 10 ++++++++++ test/sort/PSO.nq | 10 ++++++++++ test/sort/SOP.nq | 10 ++++++++++ test/sort/SPO.nq | 10 ++++++++++ test/sort/input.trig | 19 +++++++++++++++++++ test/sort/pretty.nq | 10 ++++++++++ 13 files changed, 139 insertions(+) create mode 100644 test/sort/GOPS.nq create mode 100644 test/sort/GOSP.nq create mode 100644 test/sort/GPSO.nq create mode 100644 test/sort/GSOP.nq create mode 100644 test/sort/GSPO.nq create mode 100644 test/sort/OPS.nq create mode 100644 test/sort/OSP.nq create mode 100644 test/sort/POS.nq create mode 100644 test/sort/PSO.nq create mode 100644 test/sort/SOP.nq create mode 100644 test/sort/SPO.nq create mode 100644 test/sort/input.trig create mode 100644 test/sort/pretty.nq (limited to 'test/sort') diff --git a/test/sort/GOPS.nq b/test/sort/GOPS.nq new file mode 100644 index 00000000..c7472e03 --- /dev/null +++ b/test/sort/GOPS.nq @@ -0,0 +1,10 @@ +_:b2 "1"^^ . +_:b3 "2"^^ . + "s1" . +_:b1 . +_:b1 . +_:b3 . + _:b1 . + _:b2 . +_:b2 _:b3 . + . diff --git a/test/sort/GOSP.nq b/test/sort/GOSP.nq new file mode 100644 index 00000000..c7472e03 --- /dev/null +++ b/test/sort/GOSP.nq @@ -0,0 +1,10 @@ +_:b2 "1"^^ . +_:b3 "2"^^ . + "s1" . +_:b1 . +_:b1 . +_:b3 . + _:b1 . + _:b2 . +_:b2 _:b3 . + . diff --git a/test/sort/GPSO.nq b/test/sort/GPSO.nq new file mode 100644 index 00000000..1a858017 --- /dev/null +++ b/test/sort/GPSO.nq @@ -0,0 +1,10 @@ + _:b1 . + _:b2 . + "s1" . +_:b1 . +_:b1 . +_:b2 "1"^^ . +_:b3 "2"^^ . +_:b2 _:b3 . +_:b3 . + . diff --git a/test/sort/GSOP.nq b/test/sort/GSOP.nq new file mode 100644 index 00000000..fc073a00 --- /dev/null +++ b/test/sort/GSOP.nq @@ -0,0 +1,10 @@ + "s1" . + _:b1 . + _:b2 . +_:b1 . +_:b1 . +_:b2 "1"^^ . +_:b2 _:b3 . +_:b3 "2"^^ . +_:b3 . + . diff --git a/test/sort/GSPO.nq b/test/sort/GSPO.nq new file mode 100644 index 00000000..726b1d42 --- /dev/null +++ b/test/sort/GSPO.nq @@ -0,0 +1,10 @@ + _:b1 . + _:b2 . + "s1" . +_:b1 . +_:b1 . +_:b2 "1"^^ . +_:b2 _:b3 . +_:b3 "2"^^ . +_:b3 . + . diff --git a/test/sort/OPS.nq b/test/sort/OPS.nq new file mode 100644 index 00000000..456ade7f --- /dev/null +++ b/test/sort/OPS.nq @@ -0,0 +1,10 @@ +_:b2 "1"^^ . +_:b3 "2"^^ . + "s1" . +_:b1 . + . +_:b1 . +_:b3 . + _:b1 . + _:b2 . +_:b2 _:b3 . diff --git a/test/sort/OSP.nq b/test/sort/OSP.nq new file mode 100644 index 00000000..456ade7f --- /dev/null +++ b/test/sort/OSP.nq @@ -0,0 +1,10 @@ +_:b2 "1"^^ . +_:b3 "2"^^ . + "s1" . +_:b1 . + . +_:b1 . +_:b3 . + _:b1 . + _:b2 . +_:b2 _:b3 . diff --git a/test/sort/POS.nq b/test/sort/POS.nq new file mode 100644 index 00000000..51c675de --- /dev/null +++ b/test/sort/POS.nq @@ -0,0 +1,10 @@ + . + _:b1 . + _:b2 . + "s1" . +_:b1 . +_:b1 . +_:b2 "1"^^ . +_:b3 "2"^^ . +_:b3 . +_:b2 _:b3 . diff --git a/test/sort/PSO.nq b/test/sort/PSO.nq new file mode 100644 index 00000000..0fb7bd68 --- /dev/null +++ b/test/sort/PSO.nq @@ -0,0 +1,10 @@ + . + _:b1 . + _:b2 . + "s1" . +_:b1 . +_:b1 . +_:b2 "1"^^ . +_:b3 "2"^^ . +_:b2 _:b3 . +_:b3 . diff --git a/test/sort/SOP.nq b/test/sort/SOP.nq new file mode 100644 index 00000000..1692689c --- /dev/null +++ b/test/sort/SOP.nq @@ -0,0 +1,10 @@ + . + "s1" . + _:b1 . + _:b2 . +_:b1 . +_:b1 . +_:b2 "1"^^ . +_:b2 _:b3 . +_:b3 "2"^^ . +_:b3 . diff --git a/test/sort/SPO.nq b/test/sort/SPO.nq new file mode 100644 index 00000000..508debc7 --- /dev/null +++ b/test/sort/SPO.nq @@ -0,0 +1,10 @@ + . + _:b1 . + _:b2 . + "s1" . +_:b1 . +_:b1 . +_:b2 "1"^^ . +_:b2 _:b3 . +_:b3 "2"^^ . +_:b3 . diff --git a/test/sort/input.trig b/test/sort/input.trig new file mode 100644 index 00000000..154a9fb8 --- /dev/null +++ b/test/sort/input.trig @@ -0,0 +1,19 @@ +@prefix eg: . + +eg:graph1 { +eg:s + eg:blank [ + eg:with eg:aProperty , + eg:orAnother + ] ; + eg:list ( + 1 + 2 + ) ; + eg:literal "s1" . +} + +eg:graph2 { +eg:a + eg:b eg:c . +} diff --git a/test/sort/pretty.nq b/test/sort/pretty.nq new file mode 100644 index 00000000..451247d4 --- /dev/null +++ b/test/sort/pretty.nq @@ -0,0 +1,10 @@ + _:b1 . +_:b1 . +_:b1 . + _:b2 . +_:b2 "1"^^ . +_:b2 _:b3 . +_:b3 "2"^^ . +_:b3 . + "s1" . + . -- cgit v1.2.1