- From: Sandro Hawke <sandro@w3.org>
- Date: Mon, 03 Nov 2008 07:03:20 -0500
- To: Henry Story <Henry.Story@Sun.COM>
- cc: 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 .
That is to say, one can transform any graph with literal subjects into a
similar one that does not have literal subjects, and then serialize
that.
Would you care to formally characterize the similarity?
-- Sandro
Received on Monday, 3 November 2008 12:04:00 UTC