RDF Convert Web Service
Features:
convert an RDF document into desired syntax
REST web service interface
Process Convert Request
URL:
output syntax:
N3
RDF/XML
N-TRIPLE
RDF/XML-ABBREV
REST Service Interface Description
Base service URI: http://onto.rpi.edu/sw4j/convert
parameter
meaning
url
the URL to be converted
output
output rdf syntax : RDF/XML, N3, N-TRIPLE, RDF/XML-ABBREVE .
Default output: N3
example usage
simple convert (RDF/XML => N3) -
http://onto.rpi.edu/sw4j/convert?url=http://www.cs.rpi.edu/~dingl/foaf.rdf
simple convert (RDF/XML => N-TRIPLE) -
http://onto.rpi.edu/sw4j/convert?url=http://www.cs.rpi.edu/~dingl/foaf.rdf&output=N-TRIPLE
simple convert (N3/Turtle => RDF/XML) -
http://onto.rpi.edu/sw4j/convert?url=http://dig.csail.mit.edu/TAMI/2007/amord/air.ttl&output=RDF/XML
simple convert (gzipped RDF/XML => n3) -
http://onto.rpi.edu/sw4j/convert?url=http://tw.rpi.edu/2008/05/foaf.rdf.gz&output=N3
This page is maintained by Li Ding. Page last updated on July 8, 2009