rdf_json.pl -- JSON Representation for RDF graphs
- graph_json(+Graph, -JSON) is det
- JSON is a Prolog JSON object representing Graph.
- graph_to_json(+Pairs:property-values, -JSON) is det[private]
- JSON is a prolog json term of grouped Pairs.
- objects_to_json(+Objects:list(rdf_object), -JSON) is det[private]
- Convert all objects in Rs to a JSON term.
- 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. - literal_to_json(+Literal, -Text, -Attributes)[private]
- Extract text and Attributes from Literal object.
Undocumented predicates
The following predicates are exported, but not or incorrectly documented.