[OTDev] Some Algorithm RDF representations

chung chvng at mail.ntua.gr
Mon Nov 30 15:56:12 CET 2009


Dear All,
 Some RDF representations for algorithms are available under:

http://opentox.ntua.gr:3000/algorithm/svm 
http://opentox.ntua.gr:3000/algorithm/svc 
http://opentox.ntua.gr:3000/algorithm/mlr 

Use your browser to access them or optionally the following curl
command:

curl http://opentox.ntua.gr:3000/algorithm/{id}

Other supported media types for the abovementioned resources are:

* application/x-turtle
* application/trix
* application/json
* text/x-yaml
* text/xml
* text/uri-list

The RDF representations are compliant with the opentox guidelines at
http://opentox.org/data/documents/development/RDF%20files 

The java library Jena ( http://jena.sourceforge.net/ ) was proved to be
very helpful so we suggest it to the java developers. Also, the W3C
on-line RDF validator ( http://www.w3.org/RDF/Validator/ ) is a very
useful validation tool that also provides a visualization of the RDF
object. The Validator and converter provided by rdf:about
( http://www.rdfabout.com/demo/validator/index.xpd  ) can be used to
convert a turtle representation into an RDF equivalent (Its not very
trustworthy but it may be used to make some experiments with RDF). I
suggest to use the W3C validator to check our RDF files and fix any
typos in them. I will send another mail by the end of the day with some
remarks on the RDFs.

Best Regards,
Pantelis



More information about the Development mailing list