RE: rdf parse-able

Jeremy wrote:
> Personally I think the approach of XSLT-ing your XML documents into 
> appropriate RDF/XML is likely to be a better fit.

I would agree with this approach. In my experience, trying to producing
a dual purpose document, one that conforms to an WXS or Relax schema and
is also parsable into triples by RDF tools, leads to hacks that
compromise the simplicity and expressivity of both syntaxes. Spinning
out RDF from XML is no problem using either procedural code using your
XML parser or better still XSLT as Jeremy suggests.

Received on Wednesday, 10 March 2004 14:47:26 UTC