Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Check for JSON result format to get_bindings_from_query_result
The default return format for SPARQLWrapper is XML, since the format option cannot be set from an already retrieved QueryResult set and the function depends on JSON results, raise an error if the set result format is not JSON.
- Loading branch information