Re: cert:int -> xsd:nonNegativeInteger

On 28.10.2011 13:06, Henry Story wrote:
> Of course in n3 it's not a problem you just write
>
> [ cert:public_exponent 65543 ;
>    ...]
>
> No need to import a namespace
In SPARQL too.
For example SELECT ?v WHERE { ?v ?p 65543 } return results when you use 
xsd:int and doesn't return any results when you use cert:int. This is 
another reason to use the xsd namespace.

Dominik 'domel' Tomaszuk

Received on Friday, 28 October 2011 11:47:10 UTC