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;
};