RDFLib / rdflib

RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.
https://rdflib.readthedocs.org
BSD 3-Clause "New" or "Revised" License
2.16k stars 554 forks source link

Run all tests from rdf 1.1 tests suite #1832

Open aucampia opened 2 years ago

aucampia commented 2 years ago

We are not running all rdf 1.1 tests at the moment. We should be though. This tracks that work. I was planning to work on this but will hold off until @gjhiggins is done with #1831 or at least until we have some clarity so we don't both work on the same thing. This is related to #450 and #1479 .

https://www.w3.org/TR/rdf11-testcases/

ghost commented 2 years ago

Just curious ... what about the entailment tests in https://www.w3.org/2013/rdf-mt-tests/ - are they relevant to RDFLib?

aucampia commented 1 year ago

Just curious ... what about the entailment tests in https://www.w3.org/2013/rdf-mt-tests/ - are they relevant to RDFLib?

Crossed it out now, I think at some point we really should consider integrating it into RDFLib core, but for now I guess it can't be implemented.