Non-terminal symbol IriConst

rule(s)occurrences


Description

According to the specifications:
An IRICONST is the special case of a Const with the symbol space rif:iri, again permitting the shortcut forms defined in [RIF-DTB]. One such specialization is '"' IRI '"^^' 'rif:iri' from the Const production, where IRI is a sequence of Unicode characters that forms an internationalized resource identifier as defined by [RFC-3987].
However, this definition complicates tokenizing as it becomes impossible to distinguish the special case from the general one. Therefore, for now and until this is fixed somehow, an IriConst is just a fully qualified constant.


Defining rules for nonterminal symbol IriConst:

IriConst FullyQualifiedConstant 


Occurrences of symbol IriConst in body of other rules:

Import IriMeta_opt  IMPORT  OPENPAR  IriConst  Profile_opt  CLOSEPAR 
IriConst_opt IriConst 


Copyright © 2008 ILOG, Inc.; All Rights Reserved.