Release 3.2.3
- Improve documentation of
URI#pname
andURI#qname
when using theprefixes
keyword argument. (Fixes #73). - Add
RDF::Vocabulary.__prefix__=
to set the prefix to use for a given vocabulary. (fixes #431). - In URI#pname, escape any reserved characters in the suffix.
- In Vocabulary.expand_pname, unescape reserved characters in the suffix.