Properties
classOrder
classOrder: number = ClassOrder.Collection
closed
closed: boolean = false
compareTerm
compare
Term
: ((other
: BlankNode) => number) = RdflibBlankNode.prototype.compareTerm
elements
elements: T[] = []
termType
termType: "Collection" = CollectionTermType
value
value: string
Static
fromValue
fromValue: (<T>(value: ValueType) => T)
Type declaration
-
- <T>(value: ValueType): T
-
Type Parameters
-
T extends FromValueReturns<any>
Returns T
Static
termType
termType: "Collection" = CollectionTermType
Static
toJS
toJS: ((term: any) => string | boolean | object | Number | Date | (string | boolean | object | Number | Date)[])
Type declaration
-
- (term: any): string | boolean | object | Number | Date | (string | boolean | object | Number | Date)[]
-
Returns string | boolean | object | Number | Date | (string | boolean | object | Number | Date)[]
A collection of other RDF nodes
Use generic T to control the contents of the array.