#248: Implement Content-Type negotiation for RDF output (aka Nicer URIs) -------------------------+-------------------------------------------------- Reporter: earle | Owner: Nobody Type: enhancement | Status: new Priority: low | Milestone: Component: openguides | Version: svn Severity: normal | Resolution: Keywords: | -------------------------+-------------------------------------------------- Comment (by earle):
The final code snippet in the ticket is incorrect. It should read: {{{ <rdf:Description rdf:about="http://openguides.example.org/rdf/Somewhere%22%3E <!-- everything else here --> </rdf:Description> }}}
I also forgot to mention that this will also finally dispense with the awkward "#obj" notation that I was forced to invent for the original design of the RDF output.
The second half of the RDF output for a typical page, which currently looks like: {{{ <geo:SpatialThing rdf:ID="obj"> }}}
will become: {{{ <geo:SpatialThing rdf:about="http://openguides.example.org/Somewhere%22%3E }}}