Interface SpinqueResultObject

Output format of Spinque's OBJ type

Hierarchy

  • SpinqueResultObject

Properties

Properties

attributes?: {
    [attributeName: string]: any;
}

Object with attribute names and values. Values can be any valid JSON type.

Type declaration

  • [attributeName: string]: any
class: string[]

Array of classes assigned to this object.

If a value is in this list, then there is a https://www.w3.org/2000/01/rdf-schema#Class relation between that value and id.

id: string

The unique identifier of the object. Will always be a valid URI.

Generated using TypeDoc