From: Rob V. <rv...@do...> - 2011-04-11 08:53:09
|
Hi Felipe Not all RDF serializations support the encoding of a Base URI into the serialization. If you use a format that does not support this then you will lose the Base URI information when you parse the generated serialization back into a Graph. For your reference a quick summary of available standard serializations and their Base URI support: Serializations that support Base URI encoding: -Turtle -N3 -RDF/XML Serialization that don't support Base URI encoding: -NTriples -RDF/JSON As always let me know if you have further questions Rob Vesse > -----Original Message----- > From: Felipe Guimarães Santos [mailto:fel...@in...] > Sent: 10 April 2011 18:28 > To: dot...@li... > Subject: [dotNetRDF-Support] Writing RDF > > When I write a RDF from Graph object to a string it losts the baseUri > of the Graph, why? > I mean, when I parse the string that was generated, the Graph object > doesn't has a baseUri. > > > Thanks > > ----------------------------------------------------------------------- > ------- > Xperia(TM) PLAY > It's a major breakthrough. An authentic gaming > smartphone on the nation's most reliable network. > And it wants your games. > http://p.sf.net/sfu/verizon-sfdev > _______________________________________________ > dotNetRDF-Support mailing list > dot...@li... > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-support |