- From: Richard Cyganiak <richard@cyganiak.de>
- Date: Thu, 19 May 2011 20:54:32 +0100
- To: antoine.zimmermann@insa-lyon.fr
- Cc: public-rdf-wg@w3.org
On 19 May 2011, at 15:51, Antoine Zimmermann wrote:
> Q25. Is this a single triple?
>
> <joe> <nbChildren> "2"^^xs:decimal .
> <joe> <nbChildren> "+2.000"^^xs:decimal .
Yes.
> Q26. Is this a single triple?
>
> <joe> <nbChildren> "2"^^xs:byte .
> <joe> <nbChildren> "2"^^xs:positiveInteger .
No.
> Q27. Does the following query give <joe> as an answer, when asked against the previous graphs?
>
> SELECT ?person WHERE { ?person <nbChildren> 2 }
Yes, because in 2013 my store will support some sort of entailment regime that *at least* handles numbers by value.
Richard
Received on Thursday, 19 May 2011 19:55:00 UTC