python-rdflib
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.
- Sources inherited from project devel:languages:python
- Devel package for openSUSE:Factory
-
3
derived packages
- Links to openSUSE:Factory / python-rdflib
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Maliku:python/python-rdflib && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000148 148 Bytes | |
python-rdflib.changes | 0000001393 1.36 KB | |
python-rdflib.spec | 0000001861 1.82 KB | |
rdflib-3.1.0.tar.gz | 0000249824 244 KB |
Revision 12 (latest revision is 71)
Sascha Peilicke (saschpe)
committed
(revision 12)
- Update to version 3.1.0: * Literal.__str__ does not behave like unicode * (RDFa Parser) Does not handle application/xhtml+xml * RDFa TC #117: Fragment identifiers stripped from BASE * Malformed literals produced when rdfa contains newlines * Namespaces beginning with _ are invalid * Turtle Files with a UTF-8 BOM fail to parse * ClosedNamespace.__str__ returns URIRef not str * IOMemory does not override open * Timestamps with microseconds *and* "Z" timezone are not parsed * DateTime literals with offsets fail to convert to Python * Timestamps with timezone information are not parsed * problem with unicode literals in rdflib.compare.graph_diff * Sleepycat Store broken with create=False * Would be useful if Graph.query could propagate kwargs to a plugin processor * Graph.connected exception when passed empty graph * Not compatible with Python 2.4 * Support Python's set operations on Graph * NT output encoding to utf-8 broken as it goes through _xmlcharrefreplace * Store SPARQL Support - Fix non-executable bits rpmlint issue
Comments 0