Closed ghost closed 2 years ago
happy to add this to the test suite, I tried making a variant test for this but rdfpipe does not produce valid nquads form this (even if I replace ?y
with :y
), which is maybe another bug, but I'm actually a bit skittish on n3, and I think maybe this just cannot be encoded as nquads
happy to add this to the test suite, I tried making a variant test for this but rdfpipe does not produce valid nquads form this (even if I replace
?y
with:y
), which is maybe another bug, but I'm actually a bit skittish on n3, and I think maybe this just cannot be encoded as nquads
Feel free to add to the test suite and yes, you are correct formulae are specific to notation3 format.
Fairly sure this is related to https://github.com/RDFLib/rdflib/issues/1701
There seems to be an issue with the notation3 serializer randomly omitting to serialize triples.
Given the following test created in
test/test_n3_formula.py
...Sample
run_test.py
results ...