summaryrefslogtreecommitdiff
path: root/rdflib/plugins/shared/jsonld
Commit message (Collapse)AuthorAgeFilesLines
* Fix JSON-LD data import adds trailing slashes to IRIs (#1443)Martin van der Werff2021-10-281-0/+2
| | | | In norm_url leave url alone if it already contains a scheme/protocol.
* Fix mypy type errors and add mypy to .drone.ymlIwan Aucamp2021-09-102-5/+9
| | | | | | | | | | | | | | | | | | | | | Fixes #1311 Add `mypy` to .drone.yml and fix type errors that come up. Not type checking examples or tests. Other changes: - fix return value for `Graph.serialize` (refs #1394) - remove default value for `rdflib.plugins.sparql.algebra.translateAlgebra` (refs #1322) - add .dockerignore to reduce context size and make docker quicker to run. - add .flake8 config to ignore line length as black is managing formatting. - add mypy to docker-compose, makefile and tox.ini - fix the way csv2rdf is invoked to ensure that the right code gets executed.
* Add __init__ for shared jsonld moduleNatanael Arndt2021-07-171-0/+0
|
* Add unit tests for issue #1294 with @expectedFailureIwan Aucamp2021-07-131-5/+5
| | | | | Also add type annotations to rdflib.compare to make it easier to understand the code.
* re-blacked JSON-LD codeAshley Sommer2021-07-081-2/+3
|
* integrate jsonld code into rdflib coreAshley Sommer2021-07-074-0/+661