WebIDLpedia

RdfDataset interface

Definition

JSON-LD 1.1 Processing Algorithms and API defines RdfDataset



[Exposed=JsonLd]
interface RdfDataset {
  constructor();
  readonly attribute RdfGraph defaultGraph;
  undefined add(USVString graphName, RdfGraph graph);
  iterable<USVString?, RdfGraph>;
};

Methods and attributes that return objects implementing RdfDataset

Referring IDL interfaces/dictionaries