kasei / attean

A Perl Semantic Web Framework
19 stars 10 forks source link

Add RDF/XML tests for AbbreviatingSerializer and AbbreviatingParser roles #91

Open kasei opened 8 years ago

kasei commented 8 years ago

Test end-to-end abbreviation support for RDF/XML and cross-format tests for Turtle and RDF/XML (depends on #22).

For example, tests should:

Ensure all xmlns declarations remain intact in rdf/xml-to-rdf/xml transcoding Ensure all xmlns declarations remain intact in rdf/xml-to-turtle transcoding Ensure all used @prefix declarations remain intact in turtle-to-rdf/xml transcoding Ensure RDF/XML uses PrefixNames for predicate IRIs that can be abbreviated

(This was split from #53.)