@openhps/rdf
    Preparing search index...

    Interface RDFObjectOptions

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

    Hierarchy (View Summary)

    Index

    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.