WebIDLpedia

RdfTriple interface

Definition

JSON-LD 1.1 Processing Algorithms and API defines RdfTriple



[Exposed=JsonLd]
interface RdfTriple {
  constructor();
  readonly attribute USVString subject;
  readonly attribute USVString predicate;
  readonly attribute (USVString or RdfLiteral) _object;
};

Methods and attributes that return objects implementing RdfTriple

Referring IDL interfaces/dictionaries