Re: DTB status (on today's agenda)

 >>> SPARQL: http://www.w3.org/TR/rdf-sparql-query/
 >>>
 >>>   RDFLiteral ::= String ( LANGTAG | ( '^^' IRIref ) )?
 >>>
 >>>   IRI_REF ::= '<' ([^<>"{}|^`\]-[#x00-#x20])* '>'
 >>>
 >>>   Note: No CURIEs allowed in the Grammar there for the type, although
 >>>       they use CURIEs in the examples in the spec... actually, that
 >>> seems to be a bug in their grammar.

p.s. :
Just got clarification on that from the SPARQL crew:
it is correct there and equivalent to the N3 and Turtle
grammars, I missed that IRIref != IRI_Ref, i.e. the rule:

    IRIref ::= IRI_REF | PrefixedName

was missing above, again 'PrefixedName' is what we refer to as CURIE.

So, all three languages SPARQL, N3 and Turtle agree on the use of '^^'.

Axel


-- 
Dr. Axel Polleres, Digital Enterprise Research Institute (DERI)
email: axel.polleres@deri.org  url: http://www.polleres.net/

rdfs:Resource owl:differentFrom xsd:anyURI .

Received on Friday, 2 May 2008 14:24:10 UTC