A Python library for working with RDF
RDFLib is a Python library for working with RDF, a simple yet powerful
language for representing information. The library contains an RDF/XML
parser/serializer that conforms to the RDF/XML Syntax Specification (Revised).
The library also contains both in-memory and persistent Graph backends.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
7
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:RISCV/python-rdflib && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_multibuild | 0000000052 52 Bytes | |
python-rdflib.changes | 0000025135 24.5 KB | |
python-rdflib.spec | 0000004256 4.16 KB | |
rdflib-7.0.0.tar.gz | 0004765796 4.55 MB |
Revision 30 (latest revision is 31)
Ana Guerrero (anag+factory)
accepted
request 1185182
from
Daniel Garcia (dgarcia)
(revision 30)
- Create doc subpackage with _multibuild to move python3-sphnix-autodoc-typehints build requirement out of ring1 - Update to 7.0.0: * BREAKING CHANGE: drop support for python 3.7 (#2436) * feat: add curie method to NamespaceManager (#2365) * feat: add optional target_graph argument to Graph.cbd and use it for DESCRIBE queries (#2322) * feat: Don't generate prefixes for unknown URIs (#2467) * feat: Longturtle improvements (#2500) * fix: SPARQL count with optionals (#2448) * fix: GROUP_CONCAT handling of empty separator (issue) (#2474) * fix: add NORMALIZE_LITERALS to rdflib.__all__ (#2489) * fix: correct imports and __all__ (#2340) * fix: dbpedia URL to use https instead of http (#2444) * fix: eliminate bare except: (#2350) * fix: eliminate some mutable default arguments in SPARQL code (#2301) * fix: formatting of SequencePath and AlternativePath (#2504) * fix: handling of rdf:HTML literals (#2490) * fix: HTTP 308 Permanent Redirect status code handling (#2389) * fix: lexical-to-value mapping of rdf:HTML literals (#2483) * fix: TriG handling of GRAPH keyword without a graph ID (#2469) * fix: TriG parser error handling for nested graphs (#2468) - Switch to autosetup and pyproject macros. - Shift docs build to the install phase, the module needs to be queryable. - Drop patch reproducible.patch, included.
Comments 0