PublicShow sourcerdf.pl -- SWISH RDF renderer

Render RDF data. This turns URIs into links to the ClioPatria localview and prints literal values using Turtle syntax. Lists of RDF terms are rendered as an inline block with one element per line. Long lists are truncated to the max_depth option of the answer_write_options flag. This can be overruled using e.g.,

:- use_rendering(rdf, [max_length(100)]).
Source term_rendering(+Term, +Vars, +Options)//
Renders Term as a uri or Turtle syntax literal. List are rendered as a list of these.