Langtag in Turtle BNF

In the current editors draft and spec we find

http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/turtle.bnf

LANGTAG ::= BASE 
 | PREFIX 
 | "@" [a-zA-Z]+ ( "-" [a-zA-Z0-9]+ )* 

BASE ::= "@base" 
 
PREFIX ::= "@prefix" 

RDFLiteral ::= String ( LANGTAG | ( "^^" IRIref ) )? 
 

I don't know what 

	:me foaf:name "hello"@base 

would mean though.

Henry

PS. thanks for replies to previous question I asked yesterday on this list. I'll get
back to it as soon as I have progressed a bit further.

Social Web Architect
http://bblfish.net/

Received on Friday, 24 February 2012 12:34:52 UTC