| http://www.w3.org/ns/prov#value | - For instance, if you declare that your parameter is an Int, what you???re actually saying is, ???please check the incoming value of this parameter and, if it???s not an integer, please throw a fit about it, thankyouverymuch.??? If you wanted to make sure that you were getting an integer less than 10, say, what you could do is define a new type, say IntUnderTen.
|