summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | added definition location of OWL datatypesNicholas Car2021-10-101-0/+2
| * | Add owl:rational and owl:real to match standard.Boris Pelakh2021-10-072-0/+11
|/ /
* | Merge pull request #1422 from ajnelson-nist/remove_tox_py36Nicholas Car2021-10-021-1/+1
|\ \
| * | Remove Tox reference to Python 3.6Alex Nelson2021-09-271-1/+1
|/ /
| * docco table of serialization formatsNicholas Car2021-10-101-2/+17
| * parsing test & commentsNicholas Car2021-10-021-0/+6
| * updated commentsNicholas Car2021-10-021-36/+9
| * PEP8 onlyNicholas Car2021-10-022-20/+26
| * complete turtle2 serializer with testsNicholas Car2021-10-023-0/+528
|/
* Merge pull request #1407 from iafork/iwana-20210910T2303Nicholas Car2021-09-2723-41/+134
|\
| * Add py.typed as per PEP 561Iwan Aucamp2021-09-212-1/+5
| * Change Graph.serialize to throw for invalid destinationsIwan Aucamp2021-09-122-3/+19
| * Fix mypy type errors and add mypy to .drone.ymlIwan Aucamp2021-09-1021-40/+112
* | Merge pull request #1419 from gtfierro/add-brick-defined-namespaceNicholas Car2021-09-272-0/+1219
|\ \
| * | add Brick docstringGabe Fierro2021-09-221-2/+5
| * | fix dangling empty comments, add importsGabe Fierro2021-09-221-246/+248
| * | add _extras, remove dupsGabe Fierro2021-09-221-1129/+1122
| * | change file extensionGabe Fierro2021-09-221-0/+0
| * | Add Brick DefinedNamespaceGabe Fierro2021-09-222-0/+1221
|/ /
* | Merge pull request #1409 from iafork/iwana-20210911T0118Nicholas Car2021-09-202-8/+3
|\ \
| * | Use setName on TokenConverter to set the name propertyIwan Aucamp2021-09-112-8/+3
* | | version push to 6.0.2a0Nicholas Car2021-09-172-13/+14
* | | version set to 6.0.16.0.1Nicholas Car2021-09-176-14/+39
* | | improved Store doccoNicholas Car2021-09-172-5/+56
* | | Merge pull request #1408 from ajnelson-nist/test-adding-json-ld-to-guess-formatNicholas Car2021-09-171-0/+4
|\ \ \
| * | | Add test for adding JSON-LD to guess_format()Alex Nelson2021-09-101-0/+4
| | |/ | |/|
* | | Merge pull request #1410 from RDFLib/dependabot/pip/sphinx-4.2.0Nicholas Car2021-09-131-1/+1
|\ \ \
| * | | Bump sphinx from 4.1.2 to 4.2.0dependabot/pip/sphinx-4.2.0dependabot[bot]2021-09-131-1/+1
| |/ /
* | | Merge pull request #1398 from donbowman/remove-log-on-initNicholas Car2021-09-131-8/+2
|\ \ \ | |/ / |/| |
| * | remove logging of versionNicholas Car2021-09-061-1/+0
| * | remove _interactive_mode var as it's only used onceNicholas Car2021-09-051-4/+3
| * | fix: remove log message on importDon Bowman2021-09-041-4/+0
* | | Merge pull request #1403 from ajnelson-nist/add-json-ld-to-guess-formatNicholas Car2021-09-101-0/+4
|\ \ \ | |_|/ |/| |
| * | Add JSON-LD to guess_format()Alex Nelson2021-09-071-0/+4
|/ /
* | Merge remote-tracking branch 'origin/master'Nicholas Car2021-09-061-1/+2
|\ \
| * | add note to update websiteNicholas Car2021-09-061-1/+2
* | | re-add accidentally removed XSD namespace updatesNicholas Car2021-09-061-46/+78
|/ /
* | Revert black (#1400)Nicholas Car2021-09-064-82/+49
* | Merge pull request #1394 from wssbck/return_selfNicholas Car2021-09-064-58/+140
|\ \
| * | Do not return self on store closewssbck2021-09-051-2/+1
| * | adjust testswssbck2021-09-044-55/+110
| * | make container methods chainablewssbck2021-09-041-0/+6
| * | make collection methods chainablewssbck2021-09-041-0/+3
| * | make dispatcher methods chainablewssbck2021-09-041-0/+2
| * | Make graph methods chainablewssbck2021-09-041-2/+19
| |/
* | Merge pull request #1399 from RDFLib/update_xsd_namespaceNicholas Car2021-09-062-47/+80
|\ \ | |/ |/|
| * add dateTimeStamp, fundamental & constraining facets, 7-prop data modelupdate_xsd_namespaceNicholas Car2021-09-052-47/+80
|/
* Merge pull request #1382 from juanjosegzl/iter-datasetNicholas Car2021-08-282-5/+59
|\
| * added type hinting from Comment https://github.com/RDFLib/rdflib/pull/1382/fi...Nicholas Car2021-08-281-2/+5
| * test for Dataset __iter__Nicholas Car2021-08-281-1/+30