RDF+XML serializer never produces typed node elements
RDF specification states that typed nodes can be represented in XML
... more concisely by replacing the rdf:Description node element name with the namespaced-element corresponding to the IRI of the value of the type relationship"
(see 2.13 Typed Node Elements).
Still now serializer fails to do so since it has erroneous condition on object node termType.
Thank you so very much! Why is this Pull-Request still open after 3 years? This fixes the malformed RDF+XML !
PR #216 fails to pass the tests on node 6.0 You may propose a new PR that may pass the actual tests.
@akoptelov @Fabbi done and committed with PR #471