Re: RDF validator fails to handle datatypes

>>>Emmanuel Pietriga said:
> Dave,
> 
> The current validator relies on the version of ARP included in Jena 
> 1.6.1. Switching to ARP2 has implications on other library versions such 
> as Xerces, and we need to solve some version compatibility problems on 
> the server side before switching to ARP2. I hope to have this solved soon.

I've been using ARP2 (not Jena2) for a while now and it is trivial to
use without Jena2:

  java -classpath $ARP2/lib/arp2.jar:$ARP2/lib/icu4j.jar:$ARP2/lib/xercesImpl.jar:$ARP2/lib/xmlParserAPIs.jar com.hp.hpl.jena.rdf.arp.NTriple $*

Surely you don't need access to the triples or the RDF graph via
Jena, all you need is to print them out as HTML.

Dave

Received on Monday, 7 April 2003 14:51:55 UTC