Changes for version 0.50
- serialization to N3 (get_n3 method)
- a way to add prefixes/triples by hand (add_prefix and add_triple methods)
- added conversion to RDF/XML (SAX)
- added conversion to RDF/XML (string)
- improved handling of namespaces
- existential quantification supported (quantif. triples generated by default but can be disabled)
- higher tolerance to misplaced comments and stuck tokens
- minor bugs fixed
Modules
RDF Notation3 parser
RDF/N3 generator of triples with prefixes
RDF Notation3 file reader
RDF Notation3 string reader
RDF/N3 to RDF/XML SAX convertor
RDF Notation3 file reader template
a triple generator template
an RDF/XML converter template
RDF/N3 triple generator
RDF/N3 to RDF/XML convertor