From 08a09191dd69e66aa56822383e84fe034d59dd3f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 3 Apr 2023 09:00:12 -0400 Subject: Separate test suites and simplify licensing metadata --- test/w3c/TriGTests/trig-subm-10.nq | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/w3c/TriGTests/trig-subm-10.nq (limited to 'test/w3c/TriGTests/trig-subm-10.nq') diff --git a/test/w3c/TriGTests/trig-subm-10.nq b/test/w3c/TriGTests/trig-subm-10.nq new file mode 100644 index 00000000..3a84a4c6 --- /dev/null +++ b/test/w3c/TriGTests/trig-subm-10.nq @@ -0,0 +1,8 @@ +_:hasParent . +_:b1 . +_:b1 _:hasParent . +_:b1 "2"^^ . +_:hasParent . +_:b2 . +_:b2 _:hasParent . +_:b2 "2"^^ . -- cgit v1.2.1