Skip to content

v0.29.1 - 2024-12-16

Compare
Choose a tag to compare
@ashleysommer ashleysommer released this 24 Jan 07:16
· 15 commits to master since this release
1fe189b

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 the load_from_source function.
  • Typos in the example Ontology files in the test suite.