summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * tiny tweaks to new and existing docoNicholas Car2021-08-281-4/+5
| * Iterate over dataset return quadsJuan José González2021-07-291-0/+21
* | Merge pull request #1386 from mwatts15/issue-873-rdf-namespace-does-not-allow...Nicholas Car2021-08-133-66/+5
|\ \
| * | Allowing Container Membership Properties in RDF namespace (#873)Mark Watts2021-08-043-66/+5
| |/
* | Merge pull request #1383 from RDFLib/dependabot/pip/sphinx-4.1.2Nicholas Car2021-08-131-1/+1
|\ \
| * | Bump sphinx from 4.1.1 to 4.1.2dependabot[bot]2021-08-021-1/+1
| |/
* | Merge pull request #1384 from sinaahmadi/patch-1Nicholas Car2021-08-131-1/+2
|\ \
| * | Update intro_to_sparql.rstSina Ahmadi2021-08-031-1/+2
| |/
* | Merge pull request #1388 from stigbd/masterNicholas Car2021-08-131-1/+1
|\ \ | |/ |/|
| * fix: use correct name for json-ldStig B. Dørmænen2021-08-091-1/+1
|/
* 6.0.0a0: simplify license for GitHub to recognise, setup.py long desk from RE...Nicholas Car2021-07-205-53/+65
* blacked everything6.0.0Nicholas Car2021-07-20109-3915/+4907
* admin scripts & release 6.0.0 bumpNicholas Car2021-07-2011-54/+387
* Merge pull request #1366 from cmungall/patch-1Nicholas Car2021-07-201-1/+1
|\
| * Fixes 1190 - pin major version of pyparsingChris Mungall2021-07-181-1/+1
* | Merge pull request #1368 from RDFLib/dependabot/pip/black-21.7b0Nicholas Car2021-07-192-2/+2
|\ \
| * | Bump black from 21.6b0 to 21.7b0dependabot[bot]2021-07-192-2/+2
| |/
* | Merge pull request #1367 from RDFLib/dependabot/pip/sphinx-4.1.1Nicholas Car2021-07-191-1/+1
|\ \ | |/ |/|
| * Bump sphinx from 4.1.0 to 4.1.1dependabot[bot]2021-07-191-1/+1
|/
* Merge pull request #1365 from white-gecko/feature/addInitForSharedJsonldNicholas Car2021-07-171-0/+0
|\
| * Add __init__ for shared jsonld moduleNatanael Arndt2021-07-171-0/+0
* | Merge pull request #1363 from white-gecko/feature/updatereadmeNicholas Car2021-07-173-50/+41
|\ \
| * | update docsNatanael Arndt2021-07-162-9/+9
| * | whitespace changesNatanael Arndt2021-07-162-5/+5
| * | add info about chat to README. #1341.Natanael Arndt2021-07-161-2/+3
| * | reorganize README sectionsNatanael Arndt2021-07-161-34/+24
| |/
* | Merge pull request #1364 from white-gecko/feature/add_dayTimeDuration_and_yea...Nicholas Car2021-07-171-0/+2
|\ \ | |/ |/|
| * add xsd dayTimeDuration and yearMonthDurationNatanael Arndt2021-07-161-0/+2
|/
* Merge pull request #1359 from DBastrak/masterNicholas Car2021-07-151-2/+2
|\
| * Updated film.pyDmitriy2021-07-091-2/+2
* | fix docc build warnings #2Nicholas Car2021-07-1516-94/+22
* | fix docc build warningsNicholas Car2021-07-1522-557/+319
* | Merge pull request #1074 from hsolbrig/masterNicholas Car2021-07-1554-512/+4841
|\ \
| * | Namespace can be used as strEdmond Chuc2021-07-152-1/+4
| * | Merge branch 'master' of https://github.com/hsolbrig/rdflib into hsolbrig/masterEdmond Chuc2021-07-151-3/+1
| |\ \
| | * | fix another owl:seeAlsoNicholas Car2021-07-141-3/+3
| * | | Fix testsEdmond Chuc2021-07-154-14/+13
| |/ /
| * | Fix namespace test to handle exception during test for ClosedNamespace behaviourEdmond Chuc2021-07-141-3/+4
| * | Fix docstring test and add __add__ dunder to DefinedNamespaceMetaEdmond Chuc2021-07-141-2/+5
| * | Fix examples using owl:seeAlso instead of rdfs:seeAlsoEdmond Chuc2021-07-141-5/+5
| * | Remove ClosedNamespace behaviour for XSDEdmond Chuc2021-07-141-7/+6
| * | Fix some importsEdmond Chuc2021-07-141-3/+4
| * | Merge branch 'master' into hsolbrig/masterEdmond Chuc2021-07-142905-142/+46442
| |\ \
| * | | Make these namespaces behave like ClosedNamespaceEdmond Chuc2021-07-1419-1/+21
| * | | Refactor usage of rdf:langString.Edmond Chuc2021-07-091-5/+1
| * | | Refactor for DefinedNamespace behaviourEdmond Chuc2021-07-081-1/+1