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