PublicShow sourcerdf_json.pl -- JSON Representation for RDF graphs

See also
- http://n2.talis.com/wiki/RDF_JSON_Specification
Source graph_json(+Graph, -JSON) is det
JSON is a Prolog JSON object representing Graph.
Arguments:
Graph- is a list of rdf(S,P,O)
See also
- json_write/3 for serializing JSON
Source rdf_object_to_json(+RDFObject, -JSON) is det
Convert an RDF Object to a JSON term. RDFObject can be a term bnode(NodeID). RDFObject is not allowed to be a blank-node.
Errors
- type_error(rdf_resource, BNode) if RDFObject is a blank node.

Undocumented predicates

The following predicates are exported, but not or incorrectly documented.

Source properties_to_json(Arg1, Arg2)