WebIDLpedia

RdfGraph interface

Definition

JSON-LD 1.1 Processing Algorithms and API defines RdfGraph



[Exposed=JsonLd]
interface RdfGraph {
  constructor();
  undefined add(RdfTriple triple);
  iterable<RdfTriple>;
};

Methods and attributes that return objects implementing RdfGraph

Referring IDL interfaces/dictionaries