matching literals in SPARQL

I have been looking over the SPARQL 1.1 documents and have been trying to 
figure out a simple question about literal matching.

The question is whether basic graph pattern matching is sensitive to the 
surface form of literals in an RDF graph.

For example, does the basic graph pattern
   ex:a ex:b "01"^^xsd:integer .
match the RDF graph
   ex:a ex:b "1"^^xsd:integer .

It appears to me that it does not, but I would like confirmation of this.

Peter F. Patel-Schneider

Received on Monday, 10 November 2014 16:26:46 UTC