summaryrefslogtreecommitdiff
path: root/rdflib
Commit message (Expand)AuthorAgeFilesLines
* add script to generated DefinedNamespaces, with testssdo-httpsnicholascar2021-12-011-0/+182
* Update SDO DefinedNamespace to HTTPS and latests schema.orgnicholascar2021-12-011-890/+1965
* 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-192-12/+1
|\ \
| * | Migrate from nosetest to pytestIwan Aucamp2021-10-242-12/+1
| |/
* | Stringify OWL Namespace object where a string is required.Graham Higgins2021-11-151-3/+3
* | Add import of osGraham Higgins2021-11-151-0/+1
|/
* Merge pull request #1445 from Panaetius/masterNicholas Car2021-10-182-13/+27
|\
| * Use version conditional imports to accomodate mypyIwan Aucamp2021-10-172-7/+9
| * replace pkg_resources with importlib.metadataRalf Grubenmann2021-10-142-9/+21
* | Merge branch 'master' into ttl2ttl2Nicholas Car2021-10-1727-76/+98
|\ \
| * | Fix typos discovered by codespellChristian Clauss2021-10-1422-65/+65
| |/
| * Fix Graph.parse URL handling on windowsIwan Aucamp2021-10-121-4/+7
| * Make Store.namespaces an empty generator (#1432)Iwan Aucamp2021-10-111-0/+5
| * Export DCMITYPEIwan Aucamp2021-10-102-0/+2
| * 6.0.3aNicholas Car2021-10-102-4/+9
| * 6.0.2 release doccoNicholas Car2021-10-102-2/+3
| * Merge pull request #1426 from jimman2003/fix_love_argNicholas Car2021-10-101-2/+2
| |\
| | * rename arg LOVE to nsjimman20032021-10-061-2/+2
| * | added definition location of OWL datatypesNicholas Car2021-10-101-0/+2
| * | Add owl:rational and owl:real to match standard.Boris Pelakh2021-10-071-0/+4
| |/
* | updated commentsNicholas Car2021-10-021-36/+9
* | PEP8 onlyNicholas Car2021-10-021-0/+1
* | complete turtle2 serializer with testsNicholas Car2021-10-022-0/+332
|/
* Merge pull request #1407 from iafork/iwana-20210910T2303Nicholas Car2021-09-2712-34/+35
|\
| * Add py.typed as per PEP 561Iwan Aucamp2021-09-211-0/+2
| * Change Graph.serialize to throw for invalid destinationsIwan Aucamp2021-09-121-3/+2
| * Fix mypy type errors and add mypy to .drone.ymlIwan Aucamp2021-09-1011-34/+33
* | 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-201-7/+2
|\ \
| * | Use setName on TokenConverter to set the name propertyIwan Aucamp2021-09-111-7/+2
* | | version push to 6.0.2a0Nicholas Car2021-09-171-1/+1
* | | version set to 6.0.16.0.1Nicholas Car2021-09-172-4/+3
* | | 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
* | | Add JSON-LD to guess_format()Alex Nelson2021-09-071-0/+4
| |/ |/|
* | re-add accidentally removed XSD namespace updatesNicholas Car2021-09-061-46/+78
* | Revert black (#1400)Nicholas Car2021-09-061-78/+46
* | 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