- From: Dominik Tomaszuk <ddooss@wp.pl>
- Date: Fri, 28 Oct 2011 13:46:45 +0200
- To: public-xg-webid@w3.org
- CC: Henry Story <henry.story@bblfish.net>
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