- From: Henry Story <Henry.Story@Sun.COM>
- Date: Mon, 03 Nov 2008 12:48:52 +0100
- To: public-cwm-talk@w3.org
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 11:50:37 UTC