initialize,ResourceMap-method {datapack} | R Documentation |
Initialize a ResourceMap object.
Description
Create a ResourceMap object that contains relationships (RDF triples) of objects in the DataPackage.
Usage
## S4 method for signature 'ResourceMap'
initialize(.Object, id = NA_character_)
Arguments
.Object |
a ResourceMap object |
id |
a unique identifier to identify this ResourceMap. This id will be used internally in the ResourceMap. |
Value
the ResourceMap object
See Also
[Package datapack version 1.4.1 Index]