BlankNodeBuilderExtendsPropertyBuilder<{}>
Extends
PropertyBuilder<{}>
Description
Builder for construct a inline blank node property list.
BlankNodeBuilder
Description
Constant with utils for BlankNodeBuilder
Methods
createFrom<C extends Container<BlankNodePropertyToken>, O extends object>( container: C, object: O ): O & BlankNodeBuilder
Factory function that allows to crete a BlankNodeBuilder
from the object provided.
Parameters
Name | Type | Description |
---|---|---|
C | The related container with the data for the | |
O | The base base from where to create the |
Returns
The BlankNodeBuilder
statement created from the object provided.