[edit |
delete |
history]
RDF to HTML Form
RDF to HTML API
The base address of the service is: http://rhizomik.net/redefer-services/rdf2html
It can called using GET or POST. The former is recommended when the RDF to be transformed is available from a URI, the latter when direct input is provided.
The parameters of the service are:
- rdf=URI|RDF/XML: the RDF/XML to be processed or a URI (content negotiated) where it can be retrieved from.
- mode=html|snippet: defines if the output is a full XHTML page or just a snippet for inclusion in other web pages (default "html").
- namespaces=true|false: defines if the rendered output should show information about properties and resources namespaces or not (default "false").
- language=en|es|fr...: filter literals and labels based on the preferred language (default "en").
Example using GET:
