v0.29.1 - 2024-12-16
v0.29.1 - 2024-12-16
Added
- Two new basic examples in the Examples folder.
- "sparql_assert_datatype.py" shows how to use SPARQL-based Constraints to assert a datatype on a literal.
- "remote_sparql.py" shows how to use SparqlConnector store to validate data on a remote SPARQL endpoint.
Fixed
- Fixed a bug where the
identifier
would become "None" (string) in theload_from_source
function. - Typos in the example Ontology files in the test suite.