nquadsDoc:

nquadsDoc
         ::= statement? ( EOLstatement )* EOL?

no references


statement:

statement
         ::= subjectpredicateobjectgraphLabel? '.'

referenced by:


subject:

subject  ::= IRIREF
           | BLANK_NODE_LABEL

referenced by:


predicate:

predicate
         ::= IRIREF

referenced by:


object:

object   ::= IRIREF
           | BLANK_NODE_LABEL
           | literal

referenced by:


graphLabel:

graphLabel
         ::= IRIREF
           | BLANK_NODE_LABEL

referenced by:


literal:

literal  ::= STRING_LITERAL_QUOTE ( '^^' IRIREF | LANGTAG )?

referenced by:


LANGTAG:

LANGTAG  ::= '@' [a-zA-Z]+ ( '-' [a-zA-Z0-9]+ )*

referenced by:


EOL:

EOL      ::= [#xD#xA]+

referenced by:


IRIREF:

IRIREF   ::= '<' ( [^<>"{}|^`\#x00-#x20] | UCHAR )* '>'

referenced by:


STRING_LITERAL_QUOTE:

STRING_LITERAL_QUOTE
         ::= '"' ( [^#x22#x5C#xA#xD] | ECHAR | UCHAR )* '"'

referenced by:


BLANK_NODE_LABEL:

BLANK_NODE_LABEL
         ::= '_:' ( PN_CHARS_U | [0-9] ) ( ( PN_CHARS | '.' )* PN_CHARS )?

referenced by:


UCHAR:

UCHAR    ::= ( '\u' | '\U' HEXHEXHEXHEX ) HEXHEXHEXHEX

referenced by:


ECHAR:

ECHAR    ::= '\' [tbnrf"'\]

referenced by:


PN_CHARS_BASE:

PN_CHARS_BASE
         ::= [A-Za-z#x00C0-#x00D6#x00D8-#x00F6#x00F8-#x02FF#x0370-#x037D#x037F-#x1FFF#x200C-#x200D#x2070-#x218F#x2C00-#x2FEF#x3001-#xD7FF#xF900-#xFDCF#xFDF0-#xFFFD#x10000-#xEFFFF]

referenced by:


PN_CHARS_U:

PN_CHARS_U
         ::= PN_CHARS_BASE
           | '_'
           | ':'

referenced by:


PN_CHARS:

PN_CHARS ::= PN_CHARS_U
           | [-0-9#x00B7#x0300-#x036F#x203F-#x2040]

referenced by:


HEX:

HEX      ::= [0-9A-Fa-f]

referenced by:



  ... generated by RR - Railroad Diagram Generator