Re: 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 .

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