rdf_json.pl -- JSON Representation for RDF graphs
- graph_json(+Graph, -JSON) is det
- JSON is a Prolog JSON object representing Graph.
- 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.
Undocumented predicates
The following predicates are exported, but not or incorrectly documented.