Redland RDF Application Framework Bindings - To Do list
See the web site version for the up-to-date list.
Bugs, Features, Requests For Enhancement
In no real order. Help wanted.
- Python. Reported the code needs to be:
[foo = RDF.Parser("turtle", "application/x-turtle")]
"Leaving out the mime_type argument does not work."
- Python: Add factories for all parsers
- All: remove "raptor" parser name in any examples, replace with syntax names such as "rdfxml"
- Python: In RDF.py, parse_into_model, allow promotion of base_uri arg.
if type(base_uri) is str:
base_uri = Uri(string=base_uri)
like the other methods, and as documented (BUG)
- Perl, Python:Check parser errors are still sent back (BUG TBC)
- Docs: it was hard to find the legal (parser) feature URIs in
the documentation, or what values to use.
- Python: RFE api, add __nonzero__ (check this) so you can do things
like
if redland-stream: do things...
to check for
empty streams before iterating.
def __nonzero__(self): return !self.end()
- PHP: May need to include php_config.h not config.h for new php versions
Done
The most recent changes are at the top, with the first
release version where appropriate.
Copyright 2004 Dave Beckett, Institute for Learning and Research Technology, University of Bristol