summaryrefslogtreecommitdiff
path: root/rdflib/plugins/serializers/trig.py
Commit message (Expand)AuthorAgeFilesLines
* feat: diverse type hints (#2264)Iwan Aucamp2023-03-121-5/+12
* build(deps-dev): bump black from 22.12.0 to 23.1.0 (#2248)dependabot[bot]2023-03-111-1/+0
* feat: do not write prefix for empty graph id (#2160)Elie Roux2022-12-301-0/+3
* fix: issue with trig reference counting across graphs (#2085)Iwan Aucamp2022-08-241-9/+5
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-151-1/+0
* Add typing to rdflib.termIwan Aucamp2022-01-221-0/+1
* blacked parsers & serializersnicholascar2021-12-071-1/+1
* Add type hintsIwan Aucamp2021-10-241-3/+16
* 2to3 whole sourcebaset0b32020-06-221-1/+1
* changes for flake8Nicholas Car2020-05-171-2/+2
* blacked all python filesNicholas Car2020-05-161-9/+12
* removal of all uses of package sixNicholas Car2020-05-161-2/+1
* Let argument of serialize method overwrite graph settingsNatanael Arndt2020-04-171-4/+4
* inverted precedence of base: graph wins over adding base to serialize(). Adde...issue_1003Nicholas Car2020-04-161-2/+6
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-301-2/+3
* removed most of the six import from py3compatGunnar Aastrand Grimnes2017-01-301-1/+1
* converted all base serialisers and parsersGunnar Aastrand Grimnes2017-01-301-2/+2
* skip serialising empty default graphGunnar Aastrand Grimnes2017-01-241-0/+2
* serialize bnode graph ids in trig correctlyDrew Perttula2015-03-311-3/+6
* trig serializer corrections to graph label outputDrew Perttula2015-03-291-1/+4
* trig serializer wasn't including a @prefix line for the first graph's prefixDrew Perttula2015-03-291-16/+1
* made trig serializer work with default contextGunnar Aastrand Grimnes2014-07-111-2/+10
* Remove "=" graph naming operator from TriG serializationNiklas Lindström2014-05-081-1/+1
* use qname for trig graph-name - fixes #330Gunnar Aastrand Grimnes2013-12-311-1/+1
* Fix broken link to TriG syntax specification.Marat Charlaganov2013-11-131-1/+1
* clean up turtle parser a bit, fix repeat subjects in trig parserGunnar Aastrand Grimnes2013-07-301-14/+15
* Added a TriG parserGunnar Aastrand Grimnes2013-07-291-25/+7
* autopep8Gunnar Aastrand Grimnes2013-04-301-3/+3
* fix for trig serializer with triples in wrong graph. Fixes #262.Gunnar Aastrand Grimnes2013-04-261-5/+25
* fixed trig bug with repeat triples in various graphsgromgull2013-03-111-0/+1
* apply autopep8 standards.Graham Higgins2013-01-111-2/+3
* Merge from dzinxed.Gunnar Aastrand Grimnes2012-09-231-0/+1
|\
| * Added defaultdict implementation for Python2.4DzinX2012-09-191-1/+4
* | added fall-back implementation of defaultdict for py2.4Gunnar Aastrand Grimnes2012-09-231-1/+1
|/
* Pull-by-hand from mammadori's repos commit https://github.com/mammadori/rdfli...Graham Higgins2012-06-071-31/+71
* added trig serializergromgull2011-08-191-0/+46