summaryrefslogtreecommitdiff
path: root/rdflib/plugins
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1456 from newinnovations/masterNicholas Car2021-11-211-0/+2
|\
| * Fix JSON-LD data import adds trailing slashes to IRIs (#1443)Martin van der Werff2021-10-281-0/+2
* | Merge pull request #1452 from iafork/iwana-20211018T2122-pytestNicholas Car2021-11-191-1/+1
|\ \
| * | Migrate from nosetest to pytestIwan Aucamp2021-10-241-1/+1
| |/
* | Add import of osGraham Higgins2021-11-151-0/+1
|/
* Merge pull request #1445 from Panaetius/masterNicholas Car2021-10-181-5/+12
|\
| * Use version conditional imports to accomodate mypyIwan Aucamp2021-10-171-3/+4
| * replace pkg_resources with importlib.metadataRalf Grubenmann2021-10-141-3/+9
* | Merge branch 'master' into ttl2ttl2Nicholas Car2021-10-177-22/+22
|\ \
| * | Fix typos discovered by codespellChristian Clauss2021-10-147-22/+22
| |/
* | updated commentsNicholas Car2021-10-021-36/+9
* | PEP8 onlyNicholas Car2021-10-021-0/+1
* | complete turtle2 serializer with testsNicholas Car2021-10-021-0/+331
|/
* Merge pull request #1407 from iafork/iwana-20210910T2303Nicholas Car2021-09-277-16/+21
|\
| * Fix mypy type errors and add mypy to .drone.ymlIwan Aucamp2021-09-107-16/+21
* | Use setName on TokenConverter to set the name propertyIwan Aucamp2021-09-111-7/+2
|/
* blacked everything6.0.0Nicholas Car2021-07-2014-250/+523
* admin scripts & release 6.0.0 bumpNicholas Car2021-07-203-26/+28
* Add __init__ for shared jsonld moduleNatanael Arndt2021-07-171-0/+0
* fix docc build warningsNicholas Car2021-07-152-0/+2
* Fix testsEdmond Chuc2021-07-151-1/+1
* Merge branch 'master' into hsolbrig/masterEdmond Chuc2021-07-149-23/+1624
|\
| * Add unit tests for issue #1294 with @expectedFailureIwan Aucamp2021-07-131-5/+5
| * Merge pull request #1354 from RDFLib/json_ld_11Nicholas Car2021-07-127-0/+1590
| |\
| | * remove bad doctest declarations that are no longer required, were causing sub...Ashley Sommer2021-07-092-8/+1
| | * re-blacked JSON-LD codeAshley Sommer2021-07-082-3/+9
| | * integrate jsonld code into rdflib coreAshley Sommer2021-07-077-0/+1591
| * | Merge pull request #1213 from kernc/ClosedNamespace_extends_strNicholas Car2021-07-121-1/+1
| |\ \
| | * \ Merge remote-tracking branch 'origin/master' into ClosedNamespace_extends_strEdmond Chuc2021-07-0613-202/+714
| | |\ \ | | | |/
| | * | Simplify statementEdmond Chuc2021-07-061-1/+1
| | * | Minor refactor/restlye for Py3.6+Kernc2020-12-171-1/+1
| * | | Fix typoIwan Aucamp2021-07-091-2/+2
| * | | Add unit test for #919 and more type hints for sparqlconnector and sparqlstoreIwan Aucamp2021-07-072-23/+34
| | |/ | |/|
* | | Refactor usage of rdf:langString.Edmond Chuc2021-07-091-5/+1
* | | Refactor for DefinedNamespace behaviourEdmond Chuc2021-07-081-1/+1
* | | Merge branch 'master' into hsolbrig/masterEdmond Chuc2021-07-0829-1078/+1832
|\ \ \ | |/ /
| * | Merge pull request #1154 from FlorianLudwig/support_date_typeNicholas Car2021-07-031-3/+15
| |\ \
| | * | reformat edited files using blackFlorian Ludwig2020-10-231-2/+1
| | * | support day, nonth and year function for dateFlorian Ludwig2020-10-231-3/+16
| * | | Merge branch 'master' into BerkeleyDBNicholas Car2021-07-022-4/+439
| |\ \ \
| | * \ \ Merge pull request #1322 from GreenfishK/translate_algebraNicholas Car2021-06-301-0/+430
| | |\ \ \
| | | * | | bugfix for HAVING and FILTER NOT EXISTS. Two new tests included to cover thes...GreenfishK2021-05-251-8/+12
| | | * | | Bugfix occurring with more complex queries that have multiple graph patterns ...GreenfishK2021-05-201-7/+11
| | | * | | Implemented function translateAlgebra. This functions takes a SPARQL query al...GreenfishK2021-05-201-0/+1
| | | * | | Implemented function translateAlgebra. This functions takes a SPARQL query al...GreenfishK2021-05-181-0/+421
| | * | | | Merge pull request #1340 from iafork/iwana-issue1336Nicholas Car2021-06-301-4/+9
| | |\ \ \ \
| | | * | | | Fix SPARQL update parsing to handle arbitrary amounts of triples in insertsIwan Aucamp2021-06-201-4/+9
| | | |/ / /
| * | | | | Merge branch 'master' of https://github.com/RDFLib/rdflib into berkeleydbNicholas Car2021-06-286-19/+28
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge pull request #1320 from rchateauneu/speedup_add_triple_contextNicholas Car2021-06-261-7/+16
| | |\ \ \ \
| | | * | | | Speedup of __add_triple_contextRemi Chateauneu2021-05-171-7/+16
| | | |/ / /