WebIDLpedia

RdfLiteral interface

Definition

JSON-LD 1.1 Processing Algorithms and API defines RdfLiteral



[Exposed=JsonLd]
interface RdfLiteral {
  constructor();
  readonly attribute USVString value;
  readonly attribute USVString datatype;
  readonly attribute USVString? language;
};

Methods and attributes that return objects implementing RdfLiteral

Referring IDL interfaces/dictionaries