serialising literal subjects to rdf/xml

Suggestion:

It should be easy to allow any N3 graph with literal subjects to be  
serialised to rdf/xml, Turtle or Ntriples.
Use the following method:

   replace
       "subject" relation object .
   with
       subjectUri owl:sameAs "subject";
                  relation object .

That should allow any such graph to be serialised to rdf/xml .

	Henry


Home page: http://bblfish.net/

Received on Monday, 3 November 2008 13:27:48 UTC