Interface RDFObjectOptions

interface RDFObjectOptions {
    identifier?: false;
    predicate: `http://${string}` | `https://${string}` | (`http://${string}` | `https://${string}`)[];
}

Hierarchy (view full)

Properties

identifier?: false
predicate: `http://${string}` | `https://${string}` | (`http://${string}` | `https://${string}`)[]

Predicate or list of predicate URIs to use for this member. When not provided, the member can not be serialized.