| http://www.w3.org/ns/prov#value | - For example, given a module definition as follows (Example 23): module Sample<const int16 blockSize> { ... } then an instantiation of the module with a blockSize parameter of ???8??? would appear as: Sample<8>mySampleModule; It should be noted that the number and types of parameters specified during the module instantiation must match the parameters declared for the module.
|