Grammar rule 1 Query -> Prologue _O_QSelectQuery_E_Or_QConstructQuery_E_Or_QDescribeQuery_E_Or_QAskQuery_E_C rule 2 _O_QSelectQuery_E_Or_QConstructQuery_E_Or_QDescribeQuery_E_Or_QAskQuery_E_C -> SelectQuery rule 3 _O_QSelectQuery_E_Or_QConstructQuery_E_Or_QDescribeQuery_E_Or_QAskQuery_E_C -> ConstructQuery rule 4 _O_QSelectQuery_E_Or_QConstructQuery_E_Or_QDescribeQuery_E_Or_QAskQuery_E_C -> DescribeQuery rule 5 _O_QSelectQuery_E_Or_QConstructQuery_E_Or_QDescribeQuery_E_Or_QAskQuery_E_C -> AskQuery rule 6 Prologue -> _QBaseDecl_E_Opt _QPrefixDecl_E_Star rule 7 _QBaseDecl_E_Opt -> /* empty */ rule 8 _QBaseDecl_E_Opt -> BaseDecl rule 9 _QPrefixDecl_E_Star -> /* empty */ rule 10 _QPrefixDecl_E_Star -> _QPrefixDecl_E_Star PrefixDecl rule 11 BaseDecl -> IT_BASE IRI_REF rule 12 PrefixDecl -> IT_PREFIX PNAME_NS IRI_REF rule 13 SelectQuery -> IT_SELECT _Q_O_QIT_DISTINCT_E_Or_QIT_REDUCED_E_C_E_Opt _O_QVar_E_Plus_Or_QGT_TIMES_E_C _QDatasetClause_E_Star WhereClause SolutionModifier rule 14 _O_QIT_DISTINCT_E_Or_QIT_REDUCED_E_C -> IT_DISTINCT rule 15 _O_QIT_DISTINCT_E_Or_QIT_REDUCED_E_C -> IT_REDUCED rule 16 _Q_O_QIT_DISTINCT_E_Or_QIT_REDUCED_E_C_E_Opt -> /* empty */ rule 17 _Q_O_QIT_DISTINCT_E_Or_QIT_REDUCED_E_C_E_Opt -> _O_QIT_DISTINCT_E_Or_QIT_REDUCED_E_C rule 18 _QVar_E_Plus -> Var rule 19 _QVar_E_Plus -> _QVar_E_Plus Var rule 20 _O_QVar_E_Plus_Or_QGT_TIMES_E_C -> _QVar_E_Plus rule 21 _O_QVar_E_Plus_Or_QGT_TIMES_E_C -> GT_TIMES rule 22 _QDatasetClause_E_Star -> /* empty */ rule 23 _QDatasetClause_E_Star -> _QDatasetClause_E_Star DatasetClause rule 24 ConstructQuery -> IT_CONSTRUCT ConstructTemplate _QDatasetClause_E_Star WhereClause SolutionModifier rule 25 DescribeQuery -> IT_DESCRIBE _O_QVarOrIRIref_E_Plus_Or_QGT_TIMES_E_C _QDatasetClause_E_Star _QWhereClause_E_Opt SolutionModifier rule 26 _QVarOrIRIref_E_Plus -> VarOrIRIref rule 27 _QVarOrIRIref_E_Plus -> _QVarOrIRIref_E_Plus VarOrIRIref rule 28 _O_QVarOrIRIref_E_Plus_Or_QGT_TIMES_E_C -> _QVarOrIRIref_E_Plus rule 29 _O_QVarOrIRIref_E_Plus_Or_QGT_TIMES_E_C -> GT_TIMES rule 30 _QWhereClause_E_Opt -> /* empty */ rule 31 _QWhereClause_E_Opt -> WhereClause rule 32 AskQuery -> IT_ASK _QDatasetClause_E_Star WhereClause rule 33 DatasetClause -> IT_FROM _O_QDefaultGraphClause_E_Or_QNamedGraphClause_E_C rule 34 _O_QDefaultGraphClause_E_Or_QNamedGraphClause_E_C -> DefaultGraphClause rule 35 _O_QDefaultGraphClause_E_Or_QNamedGraphClause_E_C -> NamedGraphClause rule 36 DefaultGraphClause -> SourceSelector rule 37 NamedGraphClause -> IT_NAMED SourceSelector rule 38 SourceSelector -> IRIref rule 39 WhereClause -> _QIT_WHERE_E_Opt GroupGraphPattern rule 40 _QIT_WHERE_E_Opt -> /* empty */ rule 41 _QIT_WHERE_E_Opt -> IT_WHERE rule 42 SolutionModifier -> _QOrderClause_E_Opt _QLimitOffsetClauses_E_Opt rule 43 _QOrderClause_E_Opt -> /* empty */ rule 44 _QOrderClause_E_Opt -> OrderClause rule 45 _QLimitOffsetClauses_E_Opt -> /* empty */ rule 46 _QLimitOffsetClauses_E_Opt -> LimitOffsetClauses rule 47 LimitOffsetClauses -> _O_QLimitClause_E_S_QOffsetClause_E_Opt_Or_QOffsetClause_E_S_QLimitClause_E_Opt_C rule 48 _QOffsetClause_E_Opt -> /* empty */ rule 49 _QOffsetClause_E_Opt -> OffsetClause rule 50 _QLimitClause_E_Opt -> /* empty */ rule 51 _QLimitClause_E_Opt -> LimitClause rule 52 _O_QLimitClause_E_S_QOffsetClause_E_Opt_Or_QOffsetClause_E_S_QLimitClause_E_Opt_C -> LimitClause _QOffsetClause_E_Opt rule 53 _O_QLimitClause_E_S_QOffsetClause_E_Opt_Or_QOffsetClause_E_S_QLimitClause_E_Opt_C -> OffsetClause _QLimitClause_E_Opt rule 54 OrderClause -> IT_ORDER IT_BY _QOrderCondition_E_Plus rule 55 _QOrderCondition_E_Plus -> OrderCondition rule 56 _QOrderCondition_E_Plus -> _QOrderCondition_E_Plus OrderCondition rule 57 OrderCondition -> _O_QIT_ASC_E_Or_QIT_DESC_E_S_QBrackettedExpression_E_C rule 58 OrderCondition -> _O_QConstraint_E_Or_QVar_E_C rule 59 _O_QIT_ASC_E_Or_QIT_DESC_E_C -> IT_ASC rule 60 _O_QIT_ASC_E_Or_QIT_DESC_E_C -> IT_DESC rule 61 _O_QIT_ASC_E_Or_QIT_DESC_E_S_QBrackettedExpression_E_C -> _O_QIT_ASC_E_Or_QIT_DESC_E_C BrackettedExpression rule 62 _O_QConstraint_E_Or_QVar_E_C -> Constraint rule 63 _O_QConstraint_E_Or_QVar_E_C -> Var rule 64 LimitClause -> IT_LIMIT INTEGER rule 65 OffsetClause -> IT_OFFSET INTEGER rule 66 GroupGraphPattern -> GT_LCURLEY _QTriplesBlock_E_Opt _Q_O_QGraphPatternNotTriples_E_Or_QFilter_E_S_QGT_DOT_E_Opt_S_QTriplesBlock_E_Opt_C_E_Star GT_RCURLEY rule 67 _QTriplesBlock_E_Opt -> /* empty */ rule 68 _QTriplesBlock_E_Opt -> TriplesBlock rule 69 _O_QGraphPatternNotTriples_E_Or_QFilter_E_C -> GraphPatternNotTriples rule 70 _O_QGraphPatternNotTriples_E_Or_QFilter_E_C -> Filter rule 71 _QGT_DOT_E_Opt -> /* empty */ rule 72 _QGT_DOT_E_Opt -> GT_DOT rule 73 _O_QGraphPatternNotTriples_E_Or_QFilter_E_S_QGT_DOT_E_Opt_S_QTriplesBlock_E_Opt_C -> _O_QGraphPatternNotTriples_E_Or_QFilter_E_C _QGT_DOT_E_Opt _QTriplesBlock_E_Opt rule 74 _Q_O_QGraphPatternNotTriples_E_Or_QFilter_E_S_QGT_DOT_E_Opt_S_QTriplesBlock_E_Opt_C_E_Star -> /* empty */ rule 75 _Q_O_QGraphPatternNotTriples_E_Or_QFilter_E_S_QGT_DOT_E_Opt_S_QTriplesBlock_E_Opt_C_E_Star -> _Q_O_QGraphPatternNotTriples_E_Or_QFilter_E_S_QGT_DOT_E_Opt_S_QTriplesBlock_E_Opt_C_E_Star _O_QGraphPatternNotTriples_E_Or_QFilter_E_S_QGT_DOT_E_Opt_S_QTriplesBlock_E_Opt_C rule 76 TriplesBlock -> TriplesSameSubject _Q_O_QGT_DOT_E_S_QTriplesBlock_E_Opt_C_E_Opt rule 77 _O_QGT_DOT_E_S_QTriplesBlock_E_Opt_C -> GT_DOT _QTriplesBlock_E_Opt rule 78 _Q_O_QGT_DOT_E_S_QTriplesBlock_E_Opt_C_E_Opt -> /* empty */ rule 79 _Q_O_QGT_DOT_E_S_QTriplesBlock_E_Opt_C_E_Opt -> _O_QGT_DOT_E_S_QTriplesBlock_E_Opt_C rule 80 GraphPatternNotTriples -> OptionalGraphPattern rule 81 GraphPatternNotTriples -> GroupOrUnionGraphPattern rule 82 GraphPatternNotTriples -> GraphGraphPattern rule 83 OptionalGraphPattern -> IT_OPTIONAL GroupGraphPattern rule 84 GraphGraphPattern -> IT_GRAPH VarOrIRIref GroupGraphPattern rule 85 GroupOrUnionGraphPattern -> GroupGraphPattern _Q_O_QIT_UNION_E_S_QGroupGraphPattern_E_C_E_Star rule 86 _O_QIT_UNION_E_S_QGroupGraphPattern_E_C -> IT_UNION GroupGraphPattern rule 87 _Q_O_QIT_UNION_E_S_QGroupGraphPattern_E_C_E_Star -> /* empty */ rule 88 _Q_O_QIT_UNION_E_S_QGroupGraphPattern_E_C_E_Star -> _Q_O_QIT_UNION_E_S_QGroupGraphPattern_E_C_E_Star _O_QIT_UNION_E_S_QGroupGraphPattern_E_C rule 89 Filter -> IT_FILTER Constraint rule 90 Constraint -> BrackettedExpression rule 91 Constraint -> BuiltInCall rule 92 Constraint -> FunctionCall rule 93 FunctionCall -> IRIref ArgList rule 94 ArgList -> _O_QNIL_E_Or_QGT_LPAREN_E_S_QExpression_E_S_QGT_COMMA_E_S_QExpression_E_Star_S_QGT_RPAREN_E_C rule 95 _O_QGT_COMMA_E_S_QExpression_E_C -> GT_COMMA Expression rule 96 _Q_O_QGT_COMMA_E_S_QExpression_E_C_E_Star -> /* empty */ rule 97 _Q_O_QGT_COMMA_E_S_QExpression_E_C_E_Star -> _Q_O_QGT_COMMA_E_S_QExpression_E_C_E_Star _O_QGT_COMMA_E_S_QExpression_E_C rule 98 _O_QNIL_E_Or_QGT_LPAREN_E_S_QExpression_E_S_QGT_COMMA_E_S_QExpression_E_Star_S_QGT_RPAREN_E_C -> NIL rule 99 _O_QNIL_E_Or_QGT_LPAREN_E_S_QExpression_E_S_QGT_COMMA_E_S_QExpression_E_Star_S_QGT_RPAREN_E_C -> GT_LPAREN Expression _Q_O_QGT_COMMA_E_S_QExpression_E_C_E_Star GT_RPAREN rule 100 ConstructTemplate -> GT_LCURLEY _QConstructTriples_E_Opt GT_RCURLEY rule 101 _QConstructTriples_E_Opt -> /* empty */ rule 102 _QConstructTriples_E_Opt -> ConstructTriples rule 103 ConstructTriples -> TriplesSameSubject _Q_O_QGT_DOT_E_S_QConstructTriples_E_Opt_C_E_Opt rule 104 _O_QGT_DOT_E_S_QConstructTriples_E_Opt_C -> GT_DOT _QConstructTriples_E_Opt rule 105 _Q_O_QGT_DOT_E_S_QConstructTriples_E_Opt_C_E_Opt -> /* empty */ rule 106 _Q_O_QGT_DOT_E_S_QConstructTriples_E_Opt_C_E_Opt -> _O_QGT_DOT_E_S_QConstructTriples_E_Opt_C rule 107 TriplesSameSubject -> VarOrTerm PropertyListNotEmpty rule 108 TriplesSameSubject -> TriplesNode PropertyList rule 109 PropertyListNotEmpty -> Verb ObjectList _Q_O_QGT_SEMI_E_S_QVerb_E_S_QObjectList_E_Opt_C_E_Star rule 110 _O_QVerb_E_S_QObjectList_E_C -> Verb ObjectList rule 111 _Q_O_QVerb_E_S_QObjectList_E_C_E_Opt -> /* empty */ rule 112 _Q_O_QVerb_E_S_QObjectList_E_C_E_Opt -> _O_QVerb_E_S_QObjectList_E_C rule 113 _O_QGT_SEMI_E_S_QVerb_E_S_QObjectList_E_Opt_C -> GT_SEMI _Q_O_QVerb_E_S_QObjectList_E_C_E_Opt rule 114 _Q_O_QGT_SEMI_E_S_QVerb_E_S_QObjectList_E_Opt_C_E_Star -> /* empty */ rule 115 _Q_O_QGT_SEMI_E_S_QVerb_E_S_QObjectList_E_Opt_C_E_Star -> _Q_O_QGT_SEMI_E_S_QVerb_E_S_QObjectList_E_Opt_C_E_Star _O_QGT_SEMI_E_S_QVerb_E_S_QObjectList_E_Opt_C rule 116 PropertyList -> _QPropertyListNotEmpty_E_Opt rule 117 _QPropertyListNotEmpty_E_Opt -> /* empty */ rule 118 _QPropertyListNotEmpty_E_Opt -> PropertyListNotEmpty rule 119 ObjectList -> Object _Q_O_QGT_COMMA_E_S_QObject_E_C_E_Star rule 120 _O_QGT_COMMA_E_S_QObject_E_C -> GT_COMMA Object rule 121 _Q_O_QGT_COMMA_E_S_QObject_E_C_E_Star -> /* empty */ rule 122 _Q_O_QGT_COMMA_E_S_QObject_E_C_E_Star -> _Q_O_QGT_COMMA_E_S_QObject_E_C_E_Star _O_QGT_COMMA_E_S_QObject_E_C rule 123 Object -> GraphNode rule 124 Verb -> VarOrIRIref rule 125 Verb -> IT_a rule 126 TriplesNode -> Collection rule 127 TriplesNode -> BlankNodePropertyList rule 128 BlankNodePropertyList -> GT_LBRACKET PropertyListNotEmpty GT_RBRACKET rule 129 Collection -> GT_LPAREN _QGraphNode_E_Plus GT_RPAREN rule 130 _QGraphNode_E_Plus -> GraphNode rule 131 _QGraphNode_E_Plus -> _QGraphNode_E_Plus GraphNode rule 132 GraphNode -> VarOrTerm rule 133 GraphNode -> TriplesNode rule 134 VarOrTerm -> Var rule 135 VarOrTerm -> GraphTerm rule 136 VarOrIRIref -> Var rule 137 VarOrIRIref -> IRIref rule 138 Var -> VAR1 rule 139 Var -> VAR2 rule 140 GraphTerm -> IRIref rule 141 GraphTerm -> RDFLiteral rule 142 GraphTerm -> NumericLiteral rule 143 GraphTerm -> BooleanLiteral rule 144 GraphTerm -> BlankNode rule 145 GraphTerm -> NIL rule 146 Expression -> ConditionalOrExpression rule 147 ConditionalOrExpression -> ConditionalAndExpression _Q_O_QGT_OR_E_S_QConditionalAndExpression_E_C_E_Star rule 148 _O_QGT_OR_E_S_QConditionalAndExpression_E_C -> GT_OR ConditionalAndExpression rule 149 _Q_O_QGT_OR_E_S_QConditionalAndExpression_E_C_E_Star -> /* empty */ rule 150 _Q_O_QGT_OR_E_S_QConditionalAndExpression_E_C_E_Star -> _Q_O_QGT_OR_E_S_QConditionalAndExpression_E_C_E_Star _O_QGT_OR_E_S_QConditionalAndExpression_E_C rule 151 ConditionalAndExpression -> ValueLogical _Q_O_QGT_AND_E_S_QValueLogical_E_C_E_Star rule 152 _O_QGT_AND_E_S_QValueLogical_E_C -> GT_AND ValueLogical rule 153 _Q_O_QGT_AND_E_S_QValueLogical_E_C_E_Star -> /* empty */ rule 154 _Q_O_QGT_AND_E_S_QValueLogical_E_C_E_Star -> _Q_O_QGT_AND_E_S_QValueLogical_E_C_E_Star _O_QGT_AND_E_S_QValueLogical_E_C rule 155 ValueLogical -> RelationalExpression rule 156 RelationalExpression -> NumericExpression _Q_O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C_E_Opt rule 157 _O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C -> GT_EQUAL NumericExpression rule 158 _O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C -> GT_NEQUAL NumericExpression rule 159 _O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C -> GT_LT NumericExpression rule 160 _O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C -> GT_GT NumericExpression rule 161 _O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C -> GT_LE NumericExpression rule 162 _O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C -> GT_GE NumericExpression rule 163 _Q_O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C_E_Opt -> /* empty */ rule 164 _Q_O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C_E_Opt -> _O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C rule 165 NumericExpression -> AdditiveExpression rule 166 AdditiveExpression -> MultiplicativeExpression _Q_O_QGT_PLUS_E_S_QMultiplicativeExpression_E_Or_QGT_MINUS_E_S_QMultiplicativeExpression_E_Or_QNumericLiteralPositive_E_Or_QNumericLiteralNegative_E_C_E_Star rule 167 _O_QGT_PLUS_E_S_QMultiplicativeExpression_E_Or_QGT_MINUS_E_S_QMultiplicativeExpression_E_Or_QNumericLiteralPositive_E_Or_QNumericLiteralNegative_E_C -> GT_PLUS MultiplicativeExpression rule 168 _O_QGT_PLUS_E_S_QMultiplicativeExpression_E_Or_QGT_MINUS_E_S_QMultiplicativeExpression_E_Or_QNumericLiteralPositive_E_Or_QNumericLiteralNegative_E_C -> GT_MINUS MultiplicativeExpression rule 169 _O_QGT_PLUS_E_S_QMultiplicativeExpression_E_Or_QGT_MINUS_E_S_QMultiplicativeExpression_E_Or_QNumericLiteralPositive_E_Or_QNumericLiteralNegative_E_C -> NumericLiteralPositive rule 170 _O_QGT_PLUS_E_S_QMultiplicativeExpression_E_Or_QGT_MINUS_E_S_QMultiplicativeExpression_E_Or_QNumericLiteralPositive_E_Or_QNumericLiteralNegative_E_C -> NumericLiteralNegative rule 171 _Q_O_QGT_PLUS_E_S_QMultiplicativeExpression_E_Or_QGT_MINUS_E_S_QMultiplicativeExpression_E_Or_QNumericLiteralPositive_E_Or_QNumericLiteralNegative_E_C_E_Star -> /* empty */ rule 172 _Q_O_QGT_PLUS_E_S_QMultiplicativeExpression_E_Or_QGT_MINUS_E_S_QMultiplicativeExpression_E_Or_QNumericLiteralPositive_E_Or_QNumericLiteralNegative_E_C_E_Star -> _Q_O_QGT_PLUS_E_S_QMultiplicativeExpression_E_Or_QGT_MINUS_E_S_QMultiplicativeExpression_E_Or_QNumericLiteralPositive_E_Or_QNumericLiteralNegative_E_C_E_Star _O_QGT_PLUS_E_S_QMultiplicativeExpression_E_Or_QGT_MINUS_E_S_QMultiplicativeExpression_E_Or_QNumericLiteralPositive_E_Or_QNumericLiteralNegative_E_C rule 173 MultiplicativeExpression -> UnaryExpression _Q_O_QGT_TIMES_E_S_QUnaryExpression_E_Or_QGT_DIVIDE_E_S_QUnaryExpression_E_C_E_Star rule 174 _O_QGT_TIMES_E_S_QUnaryExpression_E_Or_QGT_DIVIDE_E_S_QUnaryExpression_E_C -> GT_TIMES UnaryExpression rule 175 _O_QGT_TIMES_E_S_QUnaryExpression_E_Or_QGT_DIVIDE_E_S_QUnaryExpression_E_C -> GT_DIVIDE UnaryExpression rule 176 _Q_O_QGT_TIMES_E_S_QUnaryExpression_E_Or_QGT_DIVIDE_E_S_QUnaryExpression_E_C_E_Star -> /* empty */ rule 177 _Q_O_QGT_TIMES_E_S_QUnaryExpression_E_Or_QGT_DIVIDE_E_S_QUnaryExpression_E_C_E_Star -> _Q_O_QGT_TIMES_E_S_QUnaryExpression_E_Or_QGT_DIVIDE_E_S_QUnaryExpression_E_C_E_Star _O_QGT_TIMES_E_S_QUnaryExpression_E_Or_QGT_DIVIDE_E_S_QUnaryExpression_E_C rule 178 UnaryExpression -> GT_NOT PrimaryExpression rule 179 UnaryExpression -> GT_PLUS PrimaryExpression rule 180 UnaryExpression -> GT_MINUS PrimaryExpression rule 181 UnaryExpression -> PrimaryExpression rule 182 PrimaryExpression -> BrackettedExpression rule 183 PrimaryExpression -> BuiltInCall rule 184 PrimaryExpression -> IRIrefOrFunction rule 185 PrimaryExpression -> RDFLiteral rule 186 PrimaryExpression -> NumericLiteral rule 187 PrimaryExpression -> BooleanLiteral rule 188 PrimaryExpression -> Var rule 189 BrackettedExpression -> GT_LPAREN Expression GT_RPAREN rule 190 BuiltInCall -> IT_STR GT_LPAREN Expression GT_RPAREN rule 191 BuiltInCall -> IT_LANG GT_LPAREN Expression GT_RPAREN rule 192 BuiltInCall -> IT_LANGMATCHES GT_LPAREN Expression GT_COMMA Expression GT_RPAREN rule 193 BuiltInCall -> IT_DATATYPE GT_LPAREN Expression GT_RPAREN rule 194 BuiltInCall -> IT_BOUND GT_LPAREN Var GT_RPAREN rule 195 BuiltInCall -> IT_sameTerm GT_LPAREN Expression GT_COMMA Expression GT_RPAREN rule 196 BuiltInCall -> IT_isIRI GT_LPAREN Expression GT_RPAREN rule 197 BuiltInCall -> IT_isURI GT_LPAREN Expression GT_RPAREN rule 198 BuiltInCall -> IT_isBLANK GT_LPAREN Expression GT_RPAREN rule 199 BuiltInCall -> IT_isLITERAL GT_LPAREN Expression GT_RPAREN rule 200 BuiltInCall -> RegexExpression rule 201 RegexExpression -> IT_REGEX GT_LPAREN Expression GT_COMMA Expression _Q_O_QGT_COMMA_E_S_QExpression_E_C_E_Opt GT_RPAREN rule 202 _Q_O_QGT_COMMA_E_S_QExpression_E_C_E_Opt -> /* empty */ rule 203 _Q_O_QGT_COMMA_E_S_QExpression_E_C_E_Opt -> _O_QGT_COMMA_E_S_QExpression_E_C rule 204 IRIrefOrFunction -> IRIref _QArgList_E_Opt rule 205 _QArgList_E_Opt -> /* empty */ rule 206 _QArgList_E_Opt -> ArgList rule 207 RDFLiteral -> String _Q_O_QLANGTAG_E_Or_QGT_DTYPE_E_S_QIRIref_E_C_E_Opt rule 208 _O_QGT_DTYPE_E_S_QIRIref_E_C -> GT_DTYPE IRIref rule 209 _O_QLANGTAG_E_Or_QGT_DTYPE_E_S_QIRIref_E_C -> LANGTAG rule 210 _O_QLANGTAG_E_Or_QGT_DTYPE_E_S_QIRIref_E_C -> _O_QGT_DTYPE_E_S_QIRIref_E_C rule 211 _Q_O_QLANGTAG_E_Or_QGT_DTYPE_E_S_QIRIref_E_C_E_Opt -> /* empty */ rule 212 _Q_O_QLANGTAG_E_Or_QGT_DTYPE_E_S_QIRIref_E_C_E_Opt -> _O_QLANGTAG_E_Or_QGT_DTYPE_E_S_QIRIref_E_C rule 213 NumericLiteral -> NumericLiteralUnsigned rule 214 NumericLiteral -> NumericLiteralPositive rule 215 NumericLiteral -> NumericLiteralNegative rule 216 NumericLiteralUnsigned -> INTEGER rule 217 NumericLiteralUnsigned -> DECIMAL rule 218 NumericLiteralUnsigned -> DOUBLE rule 219 NumericLiteralPositive -> INTEGER_POSITIVE rule 220 NumericLiteralPositive -> DECIMAL_POSITIVE rule 221 NumericLiteralPositive -> DOUBLE_POSITIVE rule 222 NumericLiteralNegative -> INTEGER_NEGATIVE rule 223 NumericLiteralNegative -> DECIMAL_NEGATIVE rule 224 NumericLiteralNegative -> DOUBLE_NEGATIVE rule 225 BooleanLiteral -> IT_true rule 226 BooleanLiteral -> IT_false rule 227 String -> STRING_LITERAL1 rule 228 String -> STRING_LITERAL2 rule 229 String -> STRING_LITERAL_LONG1 rule 230 String -> STRING_LITERAL_LONG2 rule 231 IRIref -> IRI_REF rule 232 IRIref -> PrefixedName rule 233 PrefixedName -> PNAME_LN rule 234 PrefixedName -> PNAME_NS rule 235 BlankNode -> BLANK_NODE_LABEL rule 236 BlankNode -> ANON Terminals, with rules where they appear $ (-1) error (256) IT_BASE (258) 11 IT_PREFIX (259) 12 IT_SELECT (260) 13 IT_DISTINCT (261) 14 IT_REDUCED (262) 15 GT_TIMES (263) 21 29 174 IT_CONSTRUCT (264) 24 IT_DESCRIBE (265) 25 IT_ASK (266) 32 IT_FROM (267) 33 IT_NAMED (268) 37 IT_WHERE (269) 41 IT_ORDER (270) 54 IT_BY (271) 54 IT_ASC (272) 59 IT_DESC (273) 60 IT_LIMIT (274) 64 IT_OFFSET (275) 65 GT_LCURLEY (276) 66 100 GT_RCURLEY (277) 66 100 GT_DOT (278) 72 77 104 IT_OPTIONAL (279) 83 IT_GRAPH (280) 84 IT_UNION (281) 86 IT_FILTER (282) 89 GT_COMMA (283) 95 120 192 195 201 GT_LPAREN (284) 99 129 189 190 191 192 193 194 195 196 197 198 199 201 GT_RPAREN (285) 99 129 189 190 191 192 193 194 195 196 197 198 199 201 GT_SEMI (286) 113 IT_a (287) 125 GT_LBRACKET (288) 128 GT_RBRACKET (289) 128 GT_OR (290) 148 GT_AND (291) 152 GT_EQUAL (292) 157 GT_NEQUAL (293) 158 GT_LT (294) 159 GT_GT (295) 160 GT_LE (296) 161 GT_GE (297) 162 GT_PLUS (298) 167 179 GT_MINUS (299) 168 180 GT_DIVIDE (300) 175 GT_NOT (301) 178 IT_STR (302) 190 IT_LANG (303) 191 IT_LANGMATCHES (304) 192 IT_DATATYPE (305) 193 IT_BOUND (306) 194 IT_sameTerm (307) 195 IT_isIRI (308) 196 IT_isURI (309) 197 IT_isBLANK (310) 198 IT_isLITERAL (311) 199 IT_REGEX (312) 201 GT_DTYPE (313) 208 IT_true (314) 225 IT_false (315) 226 IRI_REF (316) 11 12 231 PNAME_NS (317) 12 234 PNAME_LN (318) 233 BLANK_NODE_LABEL (319) 235 VAR1 (320) 138 VAR2 (321) 139 LANGTAG (322) 209 INTEGER (323) 64 65 216 DECIMAL (324) 217 DOUBLE (325) 218 INTEGER_POSITIVE (326) 219 DECIMAL_POSITIVE (327) 220 DOUBLE_POSITIVE (328) 221 INTEGER_NEGATIVE (329) 222 DECIMAL_NEGATIVE (330) 223 DOUBLE_NEGATIVE (331) 224 STRING_LITERAL1 (332) 227 STRING_LITERAL2 (333) 228 STRING_LITERAL_LONG1 (334) 229 STRING_LITERAL_LONG2 (335) 230 NIL (336) 98 145 ANON (337) 236 Nonterminals, with rules where they appear Query (83) on left: 1 _O_QSelectQuery_E_Or_QConstructQuery_E_Or_QDescribeQuery_E_Or_QAskQuery_E_C (84) on left: 2 3 4 5, on right: 1 Prologue (85) on left: 6, on right: 1 _QBaseDecl_E_Opt (86) on left: 7 8, on right: 6 _QPrefixDecl_E_Star (87) on left: 9 10, on right: 6 10 BaseDecl (88) on left: 11, on right: 8 PrefixDecl (89) on left: 12, on right: 10 SelectQuery (90) on left: 13, on right: 2 _O_QIT_DISTINCT_E_Or_QIT_REDUCED_E_C (91) on left: 14 15, on right: 17 _Q_O_QIT_DISTINCT_E_Or_QIT_REDUCED_E_C_E_Opt (92) on left: 16 17, on right: 13 _QVar_E_Plus (93) on left: 18 19, on right: 19 20 _O_QVar_E_Plus_Or_QGT_TIMES_E_C (94) on left: 20 21, on right: 13 _QDatasetClause_E_Star (95) on left: 22 23, on right: 13 23 24 25 32 ConstructQuery (96) on left: 24, on right: 3 DescribeQuery (97) on left: 25, on right: 4 _QVarOrIRIref_E_Plus (98) on left: 26 27, on right: 27 28 _O_QVarOrIRIref_E_Plus_Or_QGT_TIMES_E_C (99) on left: 28 29, on right: 25 _QWhereClause_E_Opt (100) on left: 30 31, on right: 25 AskQuery (101) on left: 32, on right: 5 DatasetClause (102) on left: 33, on right: 23 _O_QDefaultGraphClause_E_Or_QNamedGraphClause_E_C (103) on left: 34 35, on right: 33 DefaultGraphClause (104) on left: 36, on right: 34 NamedGraphClause (105) on left: 37, on right: 35 SourceSelector (106) on left: 38, on right: 36 37 WhereClause (107) on left: 39, on right: 13 24 31 32 _QIT_WHERE_E_Opt (108) on left: 40 41, on right: 39 SolutionModifier (109) on left: 42, on right: 13 24 25 _QOrderClause_E_Opt (110) on left: 43 44, on right: 42 _QLimitOffsetClauses_E_Opt (111) on left: 45 46, on right: 42 LimitOffsetClauses (112) on left: 47, on right: 46 _QOffsetClause_E_Opt (113) on left: 48 49, on right: 52 _QLimitClause_E_Opt (114) on left: 50 51, on right: 53 _O_QLimitClause_E_S_QOffsetClause_E_Opt_Or_QOffsetClause_E_S_QLimitClause_E_Opt_C (115) on left: 52 53, on right: 47 OrderClause (116) on left: 54, on right: 44 _QOrderCondition_E_Plus (117) on left: 55 56, on right: 54 56 OrderCondition (118) on left: 57 58, on right: 55 56 _O_QIT_ASC_E_Or_QIT_DESC_E_C (119) on left: 59 60, on right: 61 _O_QIT_ASC_E_Or_QIT_DESC_E_S_QBrackettedExpression_E_C (120) on left: 61, on right: 57 _O_QConstraint_E_Or_QVar_E_C (121) on left: 62 63, on right: 58 LimitClause (122) on left: 64, on right: 51 52 OffsetClause (123) on left: 65, on right: 49 53 GroupGraphPattern (124) on left: 66, on right: 39 83 84 85 86 _QTriplesBlock_E_Opt (125) on left: 67 68, on right: 66 73 77 _O_QGraphPatternNotTriples_E_Or_QFilter_E_C (126) on left: 69 70, on right: 73 _QGT_DOT_E_Opt (127) on left: 71 72, on right: 73 _O_QGraphPatternNotTriples_E_Or_QFilter_E_S_QGT_DOT_E_Opt_S_QTriplesBlock_E_Opt_C (128) on left: 73, on right: 75 _Q_O_QGraphPatternNotTriples_E_Or_QFilter_E_S_QGT_DOT_E_Opt_S_QTriplesBlock_E_Opt_C_E_Star (129) on left: 74 75, on right: 66 75 TriplesBlock (130) on left: 76, on right: 68 _O_QGT_DOT_E_S_QTriplesBlock_E_Opt_C (131) on left: 77, on right: 79 _Q_O_QGT_DOT_E_S_QTriplesBlock_E_Opt_C_E_Opt (132) on left: 78 79, on right: 76 GraphPatternNotTriples (133) on left: 80 81 82, on right: 69 OptionalGraphPattern (134) on left: 83, on right: 80 GraphGraphPattern (135) on left: 84, on right: 82 GroupOrUnionGraphPattern (136) on left: 85, on right: 81 _O_QIT_UNION_E_S_QGroupGraphPattern_E_C (137) on left: 86, on right: 88 _Q_O_QIT_UNION_E_S_QGroupGraphPattern_E_C_E_Star (138) on left: 87 88, on right: 85 88 Filter (139) on left: 89, on right: 70 Constraint (140) on left: 90 91 92, on right: 62 89 FunctionCall (141) on left: 93, on right: 92 ArgList (142) on left: 94, on right: 93 206 _O_QGT_COMMA_E_S_QExpression_E_C (143) on left: 95, on right: 97 203 _Q_O_QGT_COMMA_E_S_QExpression_E_C_E_Star (144) on left: 96 97, on right: 97 99 _O_QNIL_E_Or_QGT_LPAREN_E_S_QExpression_E_S_QGT_COMMA_E_S_QExpression_E_Star_S_QGT_RPAREN_E_C (145) on left: 98 99, on right: 94 ConstructTemplate (146) on left: 100, on right: 24 _QConstructTriples_E_Opt (147) on left: 101 102, on right: 100 104 ConstructTriples (148) on left: 103, on right: 102 _O_QGT_DOT_E_S_QConstructTriples_E_Opt_C (149) on left: 104, on right: 106 _Q_O_QGT_DOT_E_S_QConstructTriples_E_Opt_C_E_Opt (150) on left: 105 106, on right: 103 TriplesSameSubject (151) on left: 107 108, on right: 76 103 PropertyListNotEmpty (152) on left: 109, on right: 107 118 128 _O_QVerb_E_S_QObjectList_E_C (153) on left: 110, on right: 112 _Q_O_QVerb_E_S_QObjectList_E_C_E_Opt (154) on left: 111 112, on right: 113 _O_QGT_SEMI_E_S_QVerb_E_S_QObjectList_E_Opt_C (155) on left: 113, on right: 115 _Q_O_QGT_SEMI_E_S_QVerb_E_S_QObjectList_E_Opt_C_E_Star (156) on left: 114 115, on right: 109 115 PropertyList (157) on left: 116, on right: 108 _QPropertyListNotEmpty_E_Opt (158) on left: 117 118, on right: 116 ObjectList (159) on left: 119, on right: 109 110 _O_QGT_COMMA_E_S_QObject_E_C (160) on left: 120, on right: 122 _Q_O_QGT_COMMA_E_S_QObject_E_C_E_Star (161) on left: 121 122, on right: 119 122 Object (162) on left: 123, on right: 119 120 Verb (163) on left: 124 125, on right: 109 110 TriplesNode (164) on left: 126 127, on right: 108 133 BlankNodePropertyList (165) on left: 128, on right: 127 Collection (166) on left: 129, on right: 126 _QGraphNode_E_Plus (167) on left: 130 131, on right: 129 131 GraphNode (168) on left: 132 133, on right: 123 130 131 VarOrTerm (169) on left: 134 135, on right: 107 132 VarOrIRIref (170) on left: 136 137, on right: 26 27 84 124 Var (171) on left: 138 139, on right: 18 19 63 134 136 188 194 GraphTerm (172) on left: 140 141 142 143 144 145, on right: 135 Expression (173) on left: 146, on right: 95 99 189 190 191 192 193 195 196 197 198 199 201 ConditionalOrExpression (174) on left: 147, on right: 146 _O_QGT_OR_E_S_QConditionalAndExpression_E_C (175) on left: 148, on right: 150 _Q_O_QGT_OR_E_S_QConditionalAndExpression_E_C_E_Star (176) on left: 149 150, on right: 147 150 ConditionalAndExpression (177) on left: 151, on right: 147 148 _O_QGT_AND_E_S_QValueLogical_E_C (178) on left: 152, on right: 154 _Q_O_QGT_AND_E_S_QValueLogical_E_C_E_Star (179) on left: 153 154, on right: 151 154 ValueLogical (180) on left: 155, on right: 151 152 RelationalExpression (181) on left: 156, on right: 155 _O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C (182) on left: 157 158 159 160 161 162, on right: 164 _Q_O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C_E_Opt (183) on left: 163 164, on right: 156 NumericExpression (184) on left: 165, on right: 156 157 158 159 160 161 162 AdditiveExpression (185) on left: 166, on right: 165 _O_QGT_PLUS_E_S_QMultiplicativeExpression_E_Or_QGT_MINUS_E_S_QMultiplicativeExpression_E_Or_QNumericLiteralPositive_E_Or_QNumericLiteralNegative_E_C (186) on left: 167 168 169 170, on right: 172 _Q_O_QGT_PLUS_E_S_QMultiplicativeExpression_E_Or_QGT_MINUS_E_S_QMultiplicativeExpression_E_Or_QNumericLiteralPositive_E_Or_QNumericLiteralNegative_E_C_E_Star (187) on left: 171 172, on right: 166 172 MultiplicativeExpression (188) on left: 173, on right: 166 167 168 _O_QGT_TIMES_E_S_QUnaryExpression_E_Or_QGT_DIVIDE_E_S_QUnaryExpression_E_C (189) on left: 174 175, on right: 177 _Q_O_QGT_TIMES_E_S_QUnaryExpression_E_Or_QGT_DIVIDE_E_S_QUnaryExpression_E_C_E_Star (190) on left: 176 177, on right: 173 177 UnaryExpression (191) on left: 178 179 180 181, on right: 173 174 175 PrimaryExpression (192) on left: 182 183 184 185 186 187 188, on right: 178 179 180 181 BrackettedExpression (193) on left: 189, on right: 61 90 182 BuiltInCall (194) on left: 190 191 192 193 194 195 196 197 198 199 200, on right: 91 183 RegexExpression (195) on left: 201, on right: 200 _Q_O_QGT_COMMA_E_S_QExpression_E_C_E_Opt (196) on left: 202 203, on right: 201 IRIrefOrFunction (197) on left: 204, on right: 184 _QArgList_E_Opt (198) on left: 205 206, on right: 204 RDFLiteral (199) on left: 207, on right: 141 185 _O_QGT_DTYPE_E_S_QIRIref_E_C (200) on left: 208, on right: 210 _O_QLANGTAG_E_Or_QGT_DTYPE_E_S_QIRIref_E_C (201) on left: 209 210, on right: 212 _Q_O_QLANGTAG_E_Or_QGT_DTYPE_E_S_QIRIref_E_C_E_Opt (202) on left: 211 212, on right: 207 NumericLiteral (203) on left: 213 214 215, on right: 142 186 NumericLiteralUnsigned (204) on left: 216 217 218, on right: 213 NumericLiteralPositive (205) on left: 219 220 221, on right: 169 214 NumericLiteralNegative (206) on left: 222 223 224, on right: 170 215 BooleanLiteral (207) on left: 225 226, on right: 143 187 String (208) on left: 227 228 229 230, on right: 207 IRIref (209) on left: 231 232, on right: 38 93 137 140 204 208 PrefixedName (210) on left: 233 234, on right: 232 BlankNode (211) on left: 235 236, on right: 144 state 0 IT_BASE shift, and go to state 1 $default reduce using rule 7 (_QBaseDecl_E_Opt) Query go to state 337 Prologue go to state 2 _QBaseDecl_E_Opt go to state 3 BaseDecl go to state 4 state 1 BaseDecl -> IT_BASE . IRI_REF (rule 11) IRI_REF shift, and go to state 5 state 2 Query -> Prologue . _O_QSelectQuery_E_Or_QConstructQuery_E_Or_QDescribeQuery_E_Or_QAskQuery_E_C (rule 1) IT_SELECT shift, and go to state 6 IT_CONSTRUCT shift, and go to state 7 IT_DESCRIBE shift, and go to state 8 IT_ASK shift, and go to state 9 _O_QSelectQuery_E_Or_QConstructQuery_E_Or_QDescribeQuery_E_Or_QAskQuery_E_C go to state 10 SelectQuery go to state 11 ConstructQuery go to state 12 DescribeQuery go to state 13 AskQuery go to state 14 state 3 Prologue -> _QBaseDecl_E_Opt . _QPrefixDecl_E_Star (rule 6) $default reduce using rule 9 (_QPrefixDecl_E_Star) _QPrefixDecl_E_Star go to state 15 state 4 _QBaseDecl_E_Opt -> BaseDecl . (rule 8) $default reduce using rule 8 (_QBaseDecl_E_Opt) state 5 BaseDecl -> IT_BASE IRI_REF . (rule 11) $default reduce using rule 11 (BaseDecl) state 6 SelectQuery -> IT_SELECT . _Q_O_QIT_DISTINCT_E_Or_QIT_REDUCED_E_C_E_Opt _O_QVar_E_Plus_Or_QGT_TIMES_E_C _QDatasetClause_E_Star WhereClause SolutionModifier (rule 13) IT_DISTINCT shift, and go to state 16 IT_REDUCED shift, and go to state 17 $default reduce using rule 16 (_Q_O_QIT_DISTINCT_E_Or_QIT_REDUCED_E_C_E_Opt) _O_QIT_DISTINCT_E_Or_QIT_REDUCED_E_C go to state 18 _Q_O_QIT_DISTINCT_E_Or_QIT_REDUCED_E_C_E_Opt go to state 19 state 7 ConstructQuery -> IT_CONSTRUCT . ConstructTemplate _QDatasetClause_E_Star WhereClause SolutionModifier (rule 24) GT_LCURLEY shift, and go to state 20 ConstructTemplate go to state 21 state 8 DescribeQuery -> IT_DESCRIBE . _O_QVarOrIRIref_E_Plus_Or_QGT_TIMES_E_C _QDatasetClause_E_Star _QWhereClause_E_Opt SolutionModifier (rule 25) GT_TIMES shift, and go to state 22 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 _QVarOrIRIref_E_Plus go to state 28 _O_QVarOrIRIref_E_Plus_Or_QGT_TIMES_E_C go to state 29 VarOrIRIref go to state 30 Var go to state 31 IRIref go to state 32 PrefixedName go to state 33 state 9 AskQuery -> IT_ASK . _QDatasetClause_E_Star WhereClause (rule 32) $default reduce using rule 22 (_QDatasetClause_E_Star) _QDatasetClause_E_Star go to state 34 state 10 Query -> Prologue _O_QSelectQuery_E_Or_QConstructQuery_E_Or_QDescribeQuery_E_Or_QAskQuery_E_C . (rule 1) $default reduce using rule 1 (Query) state 11 _O_QSelectQuery_E_Or_QConstructQuery_E_Or_QDescribeQuery_E_Or_QAskQuery_E_C -> SelectQuery . (rule 2) $default reduce using rule 2 (_O_QSelectQuery_E_Or_QConstructQuery_E_Or_QDescribeQuery_E_Or_QAskQuery_E_C) state 12 _O_QSelectQuery_E_Or_QConstructQuery_E_Or_QDescribeQuery_E_Or_QAskQuery_E_C -> ConstructQuery . (rule 3) $default reduce using rule 3 (_O_QSelectQuery_E_Or_QConstructQuery_E_Or_QDescribeQuery_E_Or_QAskQuery_E_C) state 13 _O_QSelectQuery_E_Or_QConstructQuery_E_Or_QDescribeQuery_E_Or_QAskQuery_E_C -> DescribeQuery . (rule 4) $default reduce using rule 4 (_O_QSelectQuery_E_Or_QConstructQuery_E_Or_QDescribeQuery_E_Or_QAskQuery_E_C) state 14 _O_QSelectQuery_E_Or_QConstructQuery_E_Or_QDescribeQuery_E_Or_QAskQuery_E_C -> AskQuery . (rule 5) $default reduce using rule 5 (_O_QSelectQuery_E_Or_QConstructQuery_E_Or_QDescribeQuery_E_Or_QAskQuery_E_C) state 15 Prologue -> _QBaseDecl_E_Opt _QPrefixDecl_E_Star . (rule 6) _QPrefixDecl_E_Star -> _QPrefixDecl_E_Star . PrefixDecl (rule 10) IT_PREFIX shift, and go to state 35 $default reduce using rule 6 (Prologue) PrefixDecl go to state 36 state 16 _O_QIT_DISTINCT_E_Or_QIT_REDUCED_E_C -> IT_DISTINCT . (rule 14) $default reduce using rule 14 (_O_QIT_DISTINCT_E_Or_QIT_REDUCED_E_C) state 17 _O_QIT_DISTINCT_E_Or_QIT_REDUCED_E_C -> IT_REDUCED . (rule 15) $default reduce using rule 15 (_O_QIT_DISTINCT_E_Or_QIT_REDUCED_E_C) state 18 _Q_O_QIT_DISTINCT_E_Or_QIT_REDUCED_E_C_E_Opt -> _O_QIT_DISTINCT_E_Or_QIT_REDUCED_E_C . (rule 17) $default reduce using rule 17 (_Q_O_QIT_DISTINCT_E_Or_QIT_REDUCED_E_C_E_Opt) state 19 SelectQuery -> IT_SELECT _Q_O_QIT_DISTINCT_E_Or_QIT_REDUCED_E_C_E_Opt . _O_QVar_E_Plus_Or_QGT_TIMES_E_C _QDatasetClause_E_Star WhereClause SolutionModifier (rule 13) GT_TIMES shift, and go to state 37 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 _QVar_E_Plus go to state 38 _O_QVar_E_Plus_Or_QGT_TIMES_E_C go to state 39 Var go to state 40 state 20 ConstructTemplate -> GT_LCURLEY . _QConstructTriples_E_Opt GT_RCURLEY (rule 100) GT_LPAREN shift, and go to state 41 GT_LBRACKET shift, and go to state 42 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 BLANK_NODE_LABEL shift, and go to state 45 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 NIL shift, and go to state 59 ANON shift, and go to state 60 $default reduce using rule 101 (_QConstructTriples_E_Opt) _QConstructTriples_E_Opt go to state 61 ConstructTriples go to state 62 TriplesSameSubject go to state 63 TriplesNode go to state 64 BlankNodePropertyList go to state 65 Collection go to state 66 VarOrTerm go to state 67 Var go to state 68 GraphTerm go to state 69 RDFLiteral go to state 70 NumericLiteral go to state 71 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 75 String go to state 76 IRIref go to state 77 PrefixedName go to state 33 BlankNode go to state 78 state 21 ConstructQuery -> IT_CONSTRUCT ConstructTemplate . _QDatasetClause_E_Star WhereClause SolutionModifier (rule 24) $default reduce using rule 22 (_QDatasetClause_E_Star) _QDatasetClause_E_Star go to state 79 state 22 _O_QVarOrIRIref_E_Plus_Or_QGT_TIMES_E_C -> GT_TIMES . (rule 29) $default reduce using rule 29 (_O_QVarOrIRIref_E_Plus_Or_QGT_TIMES_E_C) state 23 IRIref -> IRI_REF . (rule 231) $default reduce using rule 231 (IRIref) state 24 PrefixedName -> PNAME_NS . (rule 234) $default reduce using rule 234 (PrefixedName) state 25 PrefixedName -> PNAME_LN . (rule 233) $default reduce using rule 233 (PrefixedName) state 26 Var -> VAR1 . (rule 138) $default reduce using rule 138 (Var) state 27 Var -> VAR2 . (rule 139) $default reduce using rule 139 (Var) state 28 _QVarOrIRIref_E_Plus -> _QVarOrIRIref_E_Plus . VarOrIRIref (rule 27) _O_QVarOrIRIref_E_Plus_Or_QGT_TIMES_E_C -> _QVarOrIRIref_E_Plus . (rule 28) IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 $default reduce using rule 28 (_O_QVarOrIRIref_E_Plus_Or_QGT_TIMES_E_C) VarOrIRIref go to state 80 Var go to state 31 IRIref go to state 32 PrefixedName go to state 33 state 29 DescribeQuery -> IT_DESCRIBE _O_QVarOrIRIref_E_Plus_Or_QGT_TIMES_E_C . _QDatasetClause_E_Star _QWhereClause_E_Opt SolutionModifier (rule 25) $default reduce using rule 22 (_QDatasetClause_E_Star) _QDatasetClause_E_Star go to state 81 state 30 _QVarOrIRIref_E_Plus -> VarOrIRIref . (rule 26) $default reduce using rule 26 (_QVarOrIRIref_E_Plus) state 31 VarOrIRIref -> Var . (rule 136) $default reduce using rule 136 (VarOrIRIref) state 32 VarOrIRIref -> IRIref . (rule 137) $default reduce using rule 137 (VarOrIRIref) state 33 IRIref -> PrefixedName . (rule 232) $default reduce using rule 232 (IRIref) state 34 _QDatasetClause_E_Star -> _QDatasetClause_E_Star . DatasetClause (rule 23) AskQuery -> IT_ASK _QDatasetClause_E_Star . WhereClause (rule 32) IT_FROM shift, and go to state 82 IT_WHERE shift, and go to state 83 $default reduce using rule 40 (_QIT_WHERE_E_Opt) DatasetClause go to state 84 WhereClause go to state 85 _QIT_WHERE_E_Opt go to state 86 state 35 PrefixDecl -> IT_PREFIX . PNAME_NS IRI_REF (rule 12) PNAME_NS shift, and go to state 87 state 36 _QPrefixDecl_E_Star -> _QPrefixDecl_E_Star PrefixDecl . (rule 10) $default reduce using rule 10 (_QPrefixDecl_E_Star) state 37 _O_QVar_E_Plus_Or_QGT_TIMES_E_C -> GT_TIMES . (rule 21) $default reduce using rule 21 (_O_QVar_E_Plus_Or_QGT_TIMES_E_C) state 38 _QVar_E_Plus -> _QVar_E_Plus . Var (rule 19) _O_QVar_E_Plus_Or_QGT_TIMES_E_C -> _QVar_E_Plus . (rule 20) VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 $default reduce using rule 20 (_O_QVar_E_Plus_Or_QGT_TIMES_E_C) Var go to state 88 state 39 SelectQuery -> IT_SELECT _Q_O_QIT_DISTINCT_E_Or_QIT_REDUCED_E_C_E_Opt _O_QVar_E_Plus_Or_QGT_TIMES_E_C . _QDatasetClause_E_Star WhereClause SolutionModifier (rule 13) $default reduce using rule 22 (_QDatasetClause_E_Star) _QDatasetClause_E_Star go to state 89 state 40 _QVar_E_Plus -> Var . (rule 18) $default reduce using rule 18 (_QVar_E_Plus) state 41 Collection -> GT_LPAREN . _QGraphNode_E_Plus GT_RPAREN (rule 129) GT_LPAREN shift, and go to state 41 GT_LBRACKET shift, and go to state 42 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 BLANK_NODE_LABEL shift, and go to state 45 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 NIL shift, and go to state 59 ANON shift, and go to state 60 TriplesNode go to state 90 BlankNodePropertyList go to state 65 Collection go to state 66 _QGraphNode_E_Plus go to state 91 GraphNode go to state 92 VarOrTerm go to state 93 Var go to state 68 GraphTerm go to state 69 RDFLiteral go to state 70 NumericLiteral go to state 71 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 75 String go to state 76 IRIref go to state 77 PrefixedName go to state 33 BlankNode go to state 78 state 42 BlankNodePropertyList -> GT_LBRACKET . PropertyListNotEmpty GT_RBRACKET (rule 128) IT_a shift, and go to state 94 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 PropertyListNotEmpty go to state 95 Verb go to state 96 VarOrIRIref go to state 97 Var go to state 31 IRIref go to state 32 PrefixedName go to state 33 state 43 BooleanLiteral -> IT_true . (rule 225) $default reduce using rule 225 (BooleanLiteral) state 44 BooleanLiteral -> IT_false . (rule 226) $default reduce using rule 226 (BooleanLiteral) state 45 BlankNode -> BLANK_NODE_LABEL . (rule 235) $default reduce using rule 235 (BlankNode) state 46 NumericLiteralUnsigned -> INTEGER . (rule 216) $default reduce using rule 216 (NumericLiteralUnsigned) state 47 NumericLiteralUnsigned -> DECIMAL . (rule 217) $default reduce using rule 217 (NumericLiteralUnsigned) state 48 NumericLiteralUnsigned -> DOUBLE . (rule 218) $default reduce using rule 218 (NumericLiteralUnsigned) state 49 NumericLiteralPositive -> INTEGER_POSITIVE . (rule 219) $default reduce using rule 219 (NumericLiteralPositive) state 50 NumericLiteralPositive -> DECIMAL_POSITIVE . (rule 220) $default reduce using rule 220 (NumericLiteralPositive) state 51 NumericLiteralPositive -> DOUBLE_POSITIVE . (rule 221) $default reduce using rule 221 (NumericLiteralPositive) state 52 NumericLiteralNegative -> INTEGER_NEGATIVE . (rule 222) $default reduce using rule 222 (NumericLiteralNegative) state 53 NumericLiteralNegative -> DECIMAL_NEGATIVE . (rule 223) $default reduce using rule 223 (NumericLiteralNegative) state 54 NumericLiteralNegative -> DOUBLE_NEGATIVE . (rule 224) $default reduce using rule 224 (NumericLiteralNegative) state 55 String -> STRING_LITERAL1 . (rule 227) $default reduce using rule 227 (String) state 56 String -> STRING_LITERAL2 . (rule 228) $default reduce using rule 228 (String) state 57 String -> STRING_LITERAL_LONG1 . (rule 229) $default reduce using rule 229 (String) state 58 String -> STRING_LITERAL_LONG2 . (rule 230) $default reduce using rule 230 (String) state 59 GraphTerm -> NIL . (rule 145) $default reduce using rule 145 (GraphTerm) state 60 BlankNode -> ANON . (rule 236) $default reduce using rule 236 (BlankNode) state 61 ConstructTemplate -> GT_LCURLEY _QConstructTriples_E_Opt . GT_RCURLEY (rule 100) GT_RCURLEY shift, and go to state 98 state 62 _QConstructTriples_E_Opt -> ConstructTriples . (rule 102) $default reduce using rule 102 (_QConstructTriples_E_Opt) state 63 ConstructTriples -> TriplesSameSubject . _Q_O_QGT_DOT_E_S_QConstructTriples_E_Opt_C_E_Opt (rule 103) GT_DOT shift, and go to state 99 $default reduce using rule 105 (_Q_O_QGT_DOT_E_S_QConstructTriples_E_Opt_C_E_Opt) _O_QGT_DOT_E_S_QConstructTriples_E_Opt_C go to state 100 _Q_O_QGT_DOT_E_S_QConstructTriples_E_Opt_C_E_Opt go to state 101 state 64 TriplesSameSubject -> TriplesNode . PropertyList (rule 108) IT_a shift, and go to state 94 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 $default reduce using rule 117 (_QPropertyListNotEmpty_E_Opt) PropertyListNotEmpty go to state 102 PropertyList go to state 103 _QPropertyListNotEmpty_E_Opt go to state 104 Verb go to state 96 VarOrIRIref go to state 97 Var go to state 31 IRIref go to state 32 PrefixedName go to state 33 state 65 TriplesNode -> BlankNodePropertyList . (rule 127) $default reduce using rule 127 (TriplesNode) state 66 TriplesNode -> Collection . (rule 126) $default reduce using rule 126 (TriplesNode) state 67 TriplesSameSubject -> VarOrTerm . PropertyListNotEmpty (rule 107) IT_a shift, and go to state 94 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 PropertyListNotEmpty go to state 105 Verb go to state 96 VarOrIRIref go to state 97 Var go to state 31 IRIref go to state 32 PrefixedName go to state 33 state 68 VarOrTerm -> Var . (rule 134) $default reduce using rule 134 (VarOrTerm) state 69 VarOrTerm -> GraphTerm . (rule 135) $default reduce using rule 135 (VarOrTerm) state 70 GraphTerm -> RDFLiteral . (rule 141) $default reduce using rule 141 (GraphTerm) state 71 GraphTerm -> NumericLiteral . (rule 142) $default reduce using rule 142 (GraphTerm) state 72 NumericLiteral -> NumericLiteralUnsigned . (rule 213) $default reduce using rule 213 (NumericLiteral) state 73 NumericLiteral -> NumericLiteralPositive . (rule 214) $default reduce using rule 214 (NumericLiteral) state 74 NumericLiteral -> NumericLiteralNegative . (rule 215) $default reduce using rule 215 (NumericLiteral) state 75 GraphTerm -> BooleanLiteral . (rule 143) $default reduce using rule 143 (GraphTerm) state 76 RDFLiteral -> String . _Q_O_QLANGTAG_E_Or_QGT_DTYPE_E_S_QIRIref_E_C_E_Opt (rule 207) GT_DTYPE shift, and go to state 106 LANGTAG shift, and go to state 107 $default reduce using rule 211 (_Q_O_QLANGTAG_E_Or_QGT_DTYPE_E_S_QIRIref_E_C_E_Opt) _O_QGT_DTYPE_E_S_QIRIref_E_C go to state 108 _O_QLANGTAG_E_Or_QGT_DTYPE_E_S_QIRIref_E_C go to state 109 _Q_O_QLANGTAG_E_Or_QGT_DTYPE_E_S_QIRIref_E_C_E_Opt go to state 110 state 77 GraphTerm -> IRIref . (rule 140) $default reduce using rule 140 (GraphTerm) state 78 GraphTerm -> BlankNode . (rule 144) $default reduce using rule 144 (GraphTerm) state 79 _QDatasetClause_E_Star -> _QDatasetClause_E_Star . DatasetClause (rule 23) ConstructQuery -> IT_CONSTRUCT ConstructTemplate _QDatasetClause_E_Star . WhereClause SolutionModifier (rule 24) IT_FROM shift, and go to state 82 IT_WHERE shift, and go to state 83 $default reduce using rule 40 (_QIT_WHERE_E_Opt) DatasetClause go to state 84 WhereClause go to state 111 _QIT_WHERE_E_Opt go to state 86 state 80 _QVarOrIRIref_E_Plus -> _QVarOrIRIref_E_Plus VarOrIRIref . (rule 27) $default reduce using rule 27 (_QVarOrIRIref_E_Plus) state 81 _QDatasetClause_E_Star -> _QDatasetClause_E_Star . DatasetClause (rule 23) DescribeQuery -> IT_DESCRIBE _O_QVarOrIRIref_E_Plus_Or_QGT_TIMES_E_C _QDatasetClause_E_Star . _QWhereClause_E_Opt SolutionModifier (rule 25) IT_FROM shift, and go to state 82 IT_WHERE shift, and go to state 83 GT_LCURLEY reduce using rule 40 (_QIT_WHERE_E_Opt) IT_isIRI reduce using rule 40 (_QIT_WHERE_E_Opt) $default reduce using rule 30 (_QWhereClause_E_Opt) _QWhereClause_E_Opt go to state 112 DatasetClause go to state 84 WhereClause go to state 113 _QIT_WHERE_E_Opt go to state 86 state 82 DatasetClause -> IT_FROM . _O_QDefaultGraphClause_E_Or_QNamedGraphClause_E_C (rule 33) IT_NAMED shift, and go to state 114 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 _O_QDefaultGraphClause_E_Or_QNamedGraphClause_E_C go to state 115 DefaultGraphClause go to state 116 NamedGraphClause go to state 117 SourceSelector go to state 118 IRIref go to state 119 PrefixedName go to state 33 state 83 _QIT_WHERE_E_Opt -> IT_WHERE . (rule 41) $default reduce using rule 41 (_QIT_WHERE_E_Opt) state 84 _QDatasetClause_E_Star -> _QDatasetClause_E_Star DatasetClause . (rule 23) $default reduce using rule 23 (_QDatasetClause_E_Star) state 85 AskQuery -> IT_ASK _QDatasetClause_E_Star WhereClause . (rule 32) $default reduce using rule 32 (AskQuery) state 86 WhereClause -> _QIT_WHERE_E_Opt . GroupGraphPattern (rule 39) GT_LCURLEY shift, and go to state 120 GroupGraphPattern go to state 121 state 87 PrefixDecl -> IT_PREFIX PNAME_NS . IRI_REF (rule 12) IRI_REF shift, and go to state 122 state 88 _QVar_E_Plus -> _QVar_E_Plus Var . (rule 19) $default reduce using rule 19 (_QVar_E_Plus) state 89 SelectQuery -> IT_SELECT _Q_O_QIT_DISTINCT_E_Or_QIT_REDUCED_E_C_E_Opt _O_QVar_E_Plus_Or_QGT_TIMES_E_C _QDatasetClause_E_Star . WhereClause SolutionModifier (rule 13) _QDatasetClause_E_Star -> _QDatasetClause_E_Star . DatasetClause (rule 23) IT_FROM shift, and go to state 82 IT_WHERE shift, and go to state 83 $default reduce using rule 40 (_QIT_WHERE_E_Opt) DatasetClause go to state 84 WhereClause go to state 123 _QIT_WHERE_E_Opt go to state 86 state 90 GraphNode -> TriplesNode . (rule 133) $default reduce using rule 133 (GraphNode) state 91 Collection -> GT_LPAREN _QGraphNode_E_Plus . GT_RPAREN (rule 129) _QGraphNode_E_Plus -> _QGraphNode_E_Plus . GraphNode (rule 131) GT_LPAREN shift, and go to state 41 GT_RPAREN shift, and go to state 124 GT_LBRACKET shift, and go to state 42 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 BLANK_NODE_LABEL shift, and go to state 45 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 NIL shift, and go to state 59 ANON shift, and go to state 60 TriplesNode go to state 90 BlankNodePropertyList go to state 65 Collection go to state 66 GraphNode go to state 125 VarOrTerm go to state 93 Var go to state 68 GraphTerm go to state 69 RDFLiteral go to state 70 NumericLiteral go to state 71 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 75 String go to state 76 IRIref go to state 77 PrefixedName go to state 33 BlankNode go to state 78 state 92 _QGraphNode_E_Plus -> GraphNode . (rule 130) $default reduce using rule 130 (_QGraphNode_E_Plus) state 93 GraphNode -> VarOrTerm . (rule 132) $default reduce using rule 132 (GraphNode) state 94 Verb -> IT_a . (rule 125) $default reduce using rule 125 (Verb) state 95 BlankNodePropertyList -> GT_LBRACKET PropertyListNotEmpty . GT_RBRACKET (rule 128) GT_RBRACKET shift, and go to state 126 state 96 PropertyListNotEmpty -> Verb . ObjectList _Q_O_QGT_SEMI_E_S_QVerb_E_S_QObjectList_E_Opt_C_E_Star (rule 109) GT_LPAREN shift, and go to state 41 GT_LBRACKET shift, and go to state 42 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 BLANK_NODE_LABEL shift, and go to state 45 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 NIL shift, and go to state 59 ANON shift, and go to state 60 ObjectList go to state 127 Object go to state 128 TriplesNode go to state 90 BlankNodePropertyList go to state 65 Collection go to state 66 GraphNode go to state 129 VarOrTerm go to state 93 Var go to state 68 GraphTerm go to state 69 RDFLiteral go to state 70 NumericLiteral go to state 71 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 75 String go to state 76 IRIref go to state 77 PrefixedName go to state 33 BlankNode go to state 78 state 97 Verb -> VarOrIRIref . (rule 124) $default reduce using rule 124 (Verb) state 98 ConstructTemplate -> GT_LCURLEY _QConstructTriples_E_Opt GT_RCURLEY . (rule 100) $default reduce using rule 100 (ConstructTemplate) state 99 _O_QGT_DOT_E_S_QConstructTriples_E_Opt_C -> GT_DOT . _QConstructTriples_E_Opt (rule 104) GT_LPAREN shift, and go to state 41 GT_LBRACKET shift, and go to state 42 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 BLANK_NODE_LABEL shift, and go to state 45 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 NIL shift, and go to state 59 ANON shift, and go to state 60 $default reduce using rule 101 (_QConstructTriples_E_Opt) _QConstructTriples_E_Opt go to state 130 ConstructTriples go to state 62 TriplesSameSubject go to state 63 TriplesNode go to state 64 BlankNodePropertyList go to state 65 Collection go to state 66 VarOrTerm go to state 67 Var go to state 68 GraphTerm go to state 69 RDFLiteral go to state 70 NumericLiteral go to state 71 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 75 String go to state 76 IRIref go to state 77 PrefixedName go to state 33 BlankNode go to state 78 state 100 _Q_O_QGT_DOT_E_S_QConstructTriples_E_Opt_C_E_Opt -> _O_QGT_DOT_E_S_QConstructTriples_E_Opt_C . (rule 106) $default reduce using rule 106 (_Q_O_QGT_DOT_E_S_QConstructTriples_E_Opt_C_E_Opt) state 101 ConstructTriples -> TriplesSameSubject _Q_O_QGT_DOT_E_S_QConstructTriples_E_Opt_C_E_Opt . (rule 103) $default reduce using rule 103 (ConstructTriples) state 102 _QPropertyListNotEmpty_E_Opt -> PropertyListNotEmpty . (rule 118) $default reduce using rule 118 (_QPropertyListNotEmpty_E_Opt) state 103 TriplesSameSubject -> TriplesNode PropertyList . (rule 108) $default reduce using rule 108 (TriplesSameSubject) state 104 PropertyList -> _QPropertyListNotEmpty_E_Opt . (rule 116) $default reduce using rule 116 (PropertyList) state 105 TriplesSameSubject -> VarOrTerm PropertyListNotEmpty . (rule 107) $default reduce using rule 107 (TriplesSameSubject) state 106 _O_QGT_DTYPE_E_S_QIRIref_E_C -> GT_DTYPE . IRIref (rule 208) IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 IRIref go to state 131 PrefixedName go to state 33 state 107 _O_QLANGTAG_E_Or_QGT_DTYPE_E_S_QIRIref_E_C -> LANGTAG . (rule 209) $default reduce using rule 209 (_O_QLANGTAG_E_Or_QGT_DTYPE_E_S_QIRIref_E_C) state 108 _O_QLANGTAG_E_Or_QGT_DTYPE_E_S_QIRIref_E_C -> _O_QGT_DTYPE_E_S_QIRIref_E_C . (rule 210) $default reduce using rule 210 (_O_QLANGTAG_E_Or_QGT_DTYPE_E_S_QIRIref_E_C) state 109 _Q_O_QLANGTAG_E_Or_QGT_DTYPE_E_S_QIRIref_E_C_E_Opt -> _O_QLANGTAG_E_Or_QGT_DTYPE_E_S_QIRIref_E_C . (rule 212) $default reduce using rule 212 (_Q_O_QLANGTAG_E_Or_QGT_DTYPE_E_S_QIRIref_E_C_E_Opt) state 110 RDFLiteral -> String _Q_O_QLANGTAG_E_Or_QGT_DTYPE_E_S_QIRIref_E_C_E_Opt . (rule 207) $default reduce using rule 207 (RDFLiteral) state 111 ConstructQuery -> IT_CONSTRUCT ConstructTemplate _QDatasetClause_E_Star WhereClause . SolutionModifier (rule 24) IT_ORDER shift, and go to state 132 $default reduce using rule 43 (_QOrderClause_E_Opt) SolutionModifier go to state 133 _QOrderClause_E_Opt go to state 134 OrderClause go to state 135 state 112 DescribeQuery -> IT_DESCRIBE _O_QVarOrIRIref_E_Plus_Or_QGT_TIMES_E_C _QDatasetClause_E_Star _QWhereClause_E_Opt . SolutionModifier (rule 25) IT_ORDER shift, and go to state 132 $default reduce using rule 43 (_QOrderClause_E_Opt) SolutionModifier go to state 136 _QOrderClause_E_Opt go to state 134 OrderClause go to state 135 state 113 _QWhereClause_E_Opt -> WhereClause . (rule 31) $default reduce using rule 31 (_QWhereClause_E_Opt) state 114 NamedGraphClause -> IT_NAMED . SourceSelector (rule 37) IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 SourceSelector go to state 137 IRIref go to state 119 PrefixedName go to state 33 state 115 DatasetClause -> IT_FROM _O_QDefaultGraphClause_E_Or_QNamedGraphClause_E_C . (rule 33) $default reduce using rule 33 (DatasetClause) state 116 _O_QDefaultGraphClause_E_Or_QNamedGraphClause_E_C -> DefaultGraphClause . (rule 34) $default reduce using rule 34 (_O_QDefaultGraphClause_E_Or_QNamedGraphClause_E_C) state 117 _O_QDefaultGraphClause_E_Or_QNamedGraphClause_E_C -> NamedGraphClause . (rule 35) $default reduce using rule 35 (_O_QDefaultGraphClause_E_Or_QNamedGraphClause_E_C) state 118 DefaultGraphClause -> SourceSelector . (rule 36) $default reduce using rule 36 (DefaultGraphClause) state 119 SourceSelector -> IRIref . (rule 38) $default reduce using rule 38 (SourceSelector) state 120 GroupGraphPattern -> GT_LCURLEY . _QTriplesBlock_E_Opt _Q_O_QGraphPatternNotTriples_E_Or_QFilter_E_S_QGT_DOT_E_Opt_S_QTriplesBlock_E_Opt_C_E_Star GT_RCURLEY (rule 66) GT_LPAREN shift, and go to state 41 GT_LBRACKET shift, and go to state 42 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 BLANK_NODE_LABEL shift, and go to state 45 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 NIL shift, and go to state 59 ANON shift, and go to state 60 $default reduce using rule 67 (_QTriplesBlock_E_Opt) _QTriplesBlock_E_Opt go to state 138 TriplesBlock go to state 139 TriplesSameSubject go to state 140 TriplesNode go to state 64 BlankNodePropertyList go to state 65 Collection go to state 66 VarOrTerm go to state 67 Var go to state 68 GraphTerm go to state 69 RDFLiteral go to state 70 NumericLiteral go to state 71 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 75 String go to state 76 IRIref go to state 77 PrefixedName go to state 33 BlankNode go to state 78 state 121 WhereClause -> _QIT_WHERE_E_Opt GroupGraphPattern . (rule 39) $default reduce using rule 39 (WhereClause) state 122 PrefixDecl -> IT_PREFIX PNAME_NS IRI_REF . (rule 12) $default reduce using rule 12 (PrefixDecl) state 123 SelectQuery -> IT_SELECT _Q_O_QIT_DISTINCT_E_Or_QIT_REDUCED_E_C_E_Opt _O_QVar_E_Plus_Or_QGT_TIMES_E_C _QDatasetClause_E_Star WhereClause . SolutionModifier (rule 13) IT_ORDER shift, and go to state 132 $default reduce using rule 43 (_QOrderClause_E_Opt) SolutionModifier go to state 141 _QOrderClause_E_Opt go to state 134 OrderClause go to state 135 state 124 Collection -> GT_LPAREN _QGraphNode_E_Plus GT_RPAREN . (rule 129) $default reduce using rule 129 (Collection) state 125 _QGraphNode_E_Plus -> _QGraphNode_E_Plus GraphNode . (rule 131) $default reduce using rule 131 (_QGraphNode_E_Plus) state 126 BlankNodePropertyList -> GT_LBRACKET PropertyListNotEmpty GT_RBRACKET . (rule 128) $default reduce using rule 128 (BlankNodePropertyList) state 127 PropertyListNotEmpty -> Verb ObjectList . _Q_O_QGT_SEMI_E_S_QVerb_E_S_QObjectList_E_Opt_C_E_Star (rule 109) $default reduce using rule 114 (_Q_O_QGT_SEMI_E_S_QVerb_E_S_QObjectList_E_Opt_C_E_Star) _Q_O_QGT_SEMI_E_S_QVerb_E_S_QObjectList_E_Opt_C_E_Star go to state 142 state 128 ObjectList -> Object . _Q_O_QGT_COMMA_E_S_QObject_E_C_E_Star (rule 119) $default reduce using rule 121 (_Q_O_QGT_COMMA_E_S_QObject_E_C_E_Star) _Q_O_QGT_COMMA_E_S_QObject_E_C_E_Star go to state 143 state 129 Object -> GraphNode . (rule 123) $default reduce using rule 123 (Object) state 130 _O_QGT_DOT_E_S_QConstructTriples_E_Opt_C -> GT_DOT _QConstructTriples_E_Opt . (rule 104) $default reduce using rule 104 (_O_QGT_DOT_E_S_QConstructTriples_E_Opt_C) state 131 _O_QGT_DTYPE_E_S_QIRIref_E_C -> GT_DTYPE IRIref . (rule 208) $default reduce using rule 208 (_O_QGT_DTYPE_E_S_QIRIref_E_C) state 132 OrderClause -> IT_ORDER . IT_BY _QOrderCondition_E_Plus (rule 54) IT_BY shift, and go to state 144 state 133 ConstructQuery -> IT_CONSTRUCT ConstructTemplate _QDatasetClause_E_Star WhereClause SolutionModifier . (rule 24) $default reduce using rule 24 (ConstructQuery) state 134 SolutionModifier -> _QOrderClause_E_Opt . _QLimitOffsetClauses_E_Opt (rule 42) IT_LIMIT shift, and go to state 145 IT_OFFSET shift, and go to state 146 $default reduce using rule 45 (_QLimitOffsetClauses_E_Opt) _QLimitOffsetClauses_E_Opt go to state 147 LimitOffsetClauses go to state 148 _O_QLimitClause_E_S_QOffsetClause_E_Opt_Or_QOffsetClause_E_S_QLimitClause_E_Opt_C go to state 149 LimitClause go to state 150 OffsetClause go to state 151 state 135 _QOrderClause_E_Opt -> OrderClause . (rule 44) $default reduce using rule 44 (_QOrderClause_E_Opt) state 136 DescribeQuery -> IT_DESCRIBE _O_QVarOrIRIref_E_Plus_Or_QGT_TIMES_E_C _QDatasetClause_E_Star _QWhereClause_E_Opt SolutionModifier . (rule 25) $default reduce using rule 25 (DescribeQuery) state 137 NamedGraphClause -> IT_NAMED SourceSelector . (rule 37) $default reduce using rule 37 (NamedGraphClause) state 138 GroupGraphPattern -> GT_LCURLEY _QTriplesBlock_E_Opt . _Q_O_QGraphPatternNotTriples_E_Or_QFilter_E_S_QGT_DOT_E_Opt_S_QTriplesBlock_E_Opt_C_E_Star GT_RCURLEY (rule 66) $default reduce using rule 74 (_Q_O_QGraphPatternNotTriples_E_Or_QFilter_E_S_QGT_DOT_E_Opt_S_QTriplesBlock_E_Opt_C_E_Star) _Q_O_QGraphPatternNotTriples_E_Or_QFilter_E_S_QGT_DOT_E_Opt_S_QTriplesBlock_E_Opt_C_E_Star go to state 152 state 139 _QTriplesBlock_E_Opt -> TriplesBlock . (rule 68) $default reduce using rule 68 (_QTriplesBlock_E_Opt) state 140 TriplesBlock -> TriplesSameSubject . _Q_O_QGT_DOT_E_S_QTriplesBlock_E_Opt_C_E_Opt (rule 76) GT_DOT shift, and go to state 153 $default reduce using rule 78 (_Q_O_QGT_DOT_E_S_QTriplesBlock_E_Opt_C_E_Opt) _O_QGT_DOT_E_S_QTriplesBlock_E_Opt_C go to state 154 _Q_O_QGT_DOT_E_S_QTriplesBlock_E_Opt_C_E_Opt go to state 155 state 141 SelectQuery -> IT_SELECT _Q_O_QIT_DISTINCT_E_Or_QIT_REDUCED_E_C_E_Opt _O_QVar_E_Plus_Or_QGT_TIMES_E_C _QDatasetClause_E_Star WhereClause SolutionModifier . (rule 13) $default reduce using rule 13 (SelectQuery) state 142 PropertyListNotEmpty -> Verb ObjectList _Q_O_QGT_SEMI_E_S_QVerb_E_S_QObjectList_E_Opt_C_E_Star . (rule 109) _Q_O_QGT_SEMI_E_S_QVerb_E_S_QObjectList_E_Opt_C_E_Star -> _Q_O_QGT_SEMI_E_S_QVerb_E_S_QObjectList_E_Opt_C_E_Star . _O_QGT_SEMI_E_S_QVerb_E_S_QObjectList_E_Opt_C (rule 115) GT_SEMI shift, and go to state 156 $default reduce using rule 109 (PropertyListNotEmpty) _O_QGT_SEMI_E_S_QVerb_E_S_QObjectList_E_Opt_C go to state 157 state 143 ObjectList -> Object _Q_O_QGT_COMMA_E_S_QObject_E_C_E_Star . (rule 119) _Q_O_QGT_COMMA_E_S_QObject_E_C_E_Star -> _Q_O_QGT_COMMA_E_S_QObject_E_C_E_Star . _O_QGT_COMMA_E_S_QObject_E_C (rule 122) GT_COMMA shift, and go to state 158 $default reduce using rule 119 (ObjectList) _O_QGT_COMMA_E_S_QObject_E_C go to state 159 state 144 OrderClause -> IT_ORDER IT_BY . _QOrderCondition_E_Plus (rule 54) IT_ASC shift, and go to state 160 IT_DESC shift, and go to state 161 GT_LPAREN shift, and go to state 162 IT_STR shift, and go to state 163 IT_LANG shift, and go to state 164 IT_LANGMATCHES shift, and go to state 165 IT_DATATYPE shift, and go to state 166 IT_BOUND shift, and go to state 167 IT_sameTerm shift, and go to state 168 IT_isIRI shift, and go to state 169 IT_isURI shift, and go to state 170 IT_isBLANK shift, and go to state 171 IT_isLITERAL shift, and go to state 172 IT_REGEX shift, and go to state 173 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 _QOrderCondition_E_Plus go to state 174 OrderCondition go to state 175 _O_QIT_ASC_E_Or_QIT_DESC_E_C go to state 176 _O_QIT_ASC_E_Or_QIT_DESC_E_S_QBrackettedExpression_E_C go to state 177 _O_QConstraint_E_Or_QVar_E_C go to state 178 Constraint go to state 179 FunctionCall go to state 180 Var go to state 181 BrackettedExpression go to state 182 BuiltInCall go to state 183 RegexExpression go to state 184 IRIref go to state 185 PrefixedName go to state 33 state 145 LimitClause -> IT_LIMIT . INTEGER (rule 64) INTEGER shift, and go to state 186 state 146 OffsetClause -> IT_OFFSET . INTEGER (rule 65) INTEGER shift, and go to state 187 state 147 SolutionModifier -> _QOrderClause_E_Opt _QLimitOffsetClauses_E_Opt . (rule 42) $default reduce using rule 42 (SolutionModifier) state 148 _QLimitOffsetClauses_E_Opt -> LimitOffsetClauses . (rule 46) $default reduce using rule 46 (_QLimitOffsetClauses_E_Opt) state 149 LimitOffsetClauses -> _O_QLimitClause_E_S_QOffsetClause_E_Opt_Or_QOffsetClause_E_S_QLimitClause_E_Opt_C . (rule 47) $default reduce using rule 47 (LimitOffsetClauses) state 150 _O_QLimitClause_E_S_QOffsetClause_E_Opt_Or_QOffsetClause_E_S_QLimitClause_E_Opt_C -> LimitClause . _QOffsetClause_E_Opt (rule 52) IT_OFFSET shift, and go to state 146 $default reduce using rule 48 (_QOffsetClause_E_Opt) _QOffsetClause_E_Opt go to state 188 OffsetClause go to state 189 state 151 _O_QLimitClause_E_S_QOffsetClause_E_Opt_Or_QOffsetClause_E_S_QLimitClause_E_Opt_C -> OffsetClause . _QLimitClause_E_Opt (rule 53) IT_LIMIT shift, and go to state 145 $default reduce using rule 50 (_QLimitClause_E_Opt) _QLimitClause_E_Opt go to state 190 LimitClause go to state 191 state 152 GroupGraphPattern -> GT_LCURLEY _QTriplesBlock_E_Opt _Q_O_QGraphPatternNotTriples_E_Or_QFilter_E_S_QGT_DOT_E_Opt_S_QTriplesBlock_E_Opt_C_E_Star . GT_RCURLEY (rule 66) _Q_O_QGraphPatternNotTriples_E_Or_QFilter_E_S_QGT_DOT_E_Opt_S_QTriplesBlock_E_Opt_C_E_Star -> _Q_O_QGraphPatternNotTriples_E_Or_QFilter_E_S_QGT_DOT_E_Opt_S_QTriplesBlock_E_Opt_C_E_Star . _O_QGraphPatternNotTriples_E_Or_QFilter_E_S_QGT_DOT_E_Opt_S_QTriplesBlock_E_Opt_C (rule 75) GT_LCURLEY shift, and go to state 120 GT_RCURLEY shift, and go to state 192 IT_OPTIONAL shift, and go to state 193 IT_GRAPH shift, and go to state 194 IT_FILTER shift, and go to state 195 GroupGraphPattern go to state 196 _O_QGraphPatternNotTriples_E_Or_QFilter_E_C go to state 197 _O_QGraphPatternNotTriples_E_Or_QFilter_E_S_QGT_DOT_E_Opt_S_QTriplesBlock_E_Opt_C go to state 198 GraphPatternNotTriples go to state 199 OptionalGraphPattern go to state 200 GraphGraphPattern go to state 201 GroupOrUnionGraphPattern go to state 202 Filter go to state 203 state 153 _O_QGT_DOT_E_S_QTriplesBlock_E_Opt_C -> GT_DOT . _QTriplesBlock_E_Opt (rule 77) GT_LPAREN shift, and go to state 41 GT_LBRACKET shift, and go to state 42 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 BLANK_NODE_LABEL shift, and go to state 45 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 NIL shift, and go to state 59 ANON shift, and go to state 60 $default reduce using rule 67 (_QTriplesBlock_E_Opt) _QTriplesBlock_E_Opt go to state 204 TriplesBlock go to state 139 TriplesSameSubject go to state 140 TriplesNode go to state 64 BlankNodePropertyList go to state 65 Collection go to state 66 VarOrTerm go to state 67 Var go to state 68 GraphTerm go to state 69 RDFLiteral go to state 70 NumericLiteral go to state 71 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 75 String go to state 76 IRIref go to state 77 PrefixedName go to state 33 BlankNode go to state 78 state 154 _Q_O_QGT_DOT_E_S_QTriplesBlock_E_Opt_C_E_Opt -> _O_QGT_DOT_E_S_QTriplesBlock_E_Opt_C . (rule 79) $default reduce using rule 79 (_Q_O_QGT_DOT_E_S_QTriplesBlock_E_Opt_C_E_Opt) state 155 TriplesBlock -> TriplesSameSubject _Q_O_QGT_DOT_E_S_QTriplesBlock_E_Opt_C_E_Opt . (rule 76) $default reduce using rule 76 (TriplesBlock) state 156 _O_QGT_SEMI_E_S_QVerb_E_S_QObjectList_E_Opt_C -> GT_SEMI . _Q_O_QVerb_E_S_QObjectList_E_C_E_Opt (rule 113) IT_a shift, and go to state 94 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 $default reduce using rule 111 (_Q_O_QVerb_E_S_QObjectList_E_C_E_Opt) _O_QVerb_E_S_QObjectList_E_C go to state 205 _Q_O_QVerb_E_S_QObjectList_E_C_E_Opt go to state 206 Verb go to state 207 VarOrIRIref go to state 97 Var go to state 31 IRIref go to state 32 PrefixedName go to state 33 state 157 _Q_O_QGT_SEMI_E_S_QVerb_E_S_QObjectList_E_Opt_C_E_Star -> _Q_O_QGT_SEMI_E_S_QVerb_E_S_QObjectList_E_Opt_C_E_Star _O_QGT_SEMI_E_S_QVerb_E_S_QObjectList_E_Opt_C . (rule 115) $default reduce using rule 115 (_Q_O_QGT_SEMI_E_S_QVerb_E_S_QObjectList_E_Opt_C_E_Star) state 158 _O_QGT_COMMA_E_S_QObject_E_C -> GT_COMMA . Object (rule 120) GT_LPAREN shift, and go to state 41 GT_LBRACKET shift, and go to state 42 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 BLANK_NODE_LABEL shift, and go to state 45 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 NIL shift, and go to state 59 ANON shift, and go to state 60 Object go to state 208 TriplesNode go to state 90 BlankNodePropertyList go to state 65 Collection go to state 66 GraphNode go to state 129 VarOrTerm go to state 93 Var go to state 68 GraphTerm go to state 69 RDFLiteral go to state 70 NumericLiteral go to state 71 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 75 String go to state 76 IRIref go to state 77 PrefixedName go to state 33 BlankNode go to state 78 state 159 _Q_O_QGT_COMMA_E_S_QObject_E_C_E_Star -> _Q_O_QGT_COMMA_E_S_QObject_E_C_E_Star _O_QGT_COMMA_E_S_QObject_E_C . (rule 122) $default reduce using rule 122 (_Q_O_QGT_COMMA_E_S_QObject_E_C_E_Star) state 160 _O_QIT_ASC_E_Or_QIT_DESC_E_C -> IT_ASC . (rule 59) $default reduce using rule 59 (_O_QIT_ASC_E_Or_QIT_DESC_E_C) state 161 _O_QIT_ASC_E_Or_QIT_DESC_E_C -> IT_DESC . (rule 60) $default reduce using rule 60 (_O_QIT_ASC_E_Or_QIT_DESC_E_C) state 162 BrackettedExpression -> GT_LPAREN . Expression GT_RPAREN (rule 189) GT_LPAREN shift, and go to state 162 GT_PLUS shift, and go to state 209 GT_MINUS shift, and go to state 210 GT_NOT shift, and go to state 211 IT_STR shift, and go to state 163 IT_LANG shift, and go to state 164 IT_LANGMATCHES shift, and go to state 165 IT_DATATYPE shift, and go to state 166 IT_BOUND shift, and go to state 167 IT_sameTerm shift, and go to state 168 IT_isIRI shift, and go to state 169 IT_isURI shift, and go to state 170 IT_isBLANK shift, and go to state 171 IT_isLITERAL shift, and go to state 172 IT_REGEX shift, and go to state 173 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 Var go to state 212 Expression go to state 213 ConditionalOrExpression go to state 214 ConditionalAndExpression go to state 215 ValueLogical go to state 216 RelationalExpression go to state 217 NumericExpression go to state 218 AdditiveExpression go to state 219 MultiplicativeExpression go to state 220 UnaryExpression go to state 221 PrimaryExpression go to state 222 BrackettedExpression go to state 223 BuiltInCall go to state 224 RegexExpression go to state 184 IRIrefOrFunction go to state 225 RDFLiteral go to state 226 NumericLiteral go to state 227 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 228 String go to state 76 IRIref go to state 229 PrefixedName go to state 33 state 163 BuiltInCall -> IT_STR . GT_LPAREN Expression GT_RPAREN (rule 190) GT_LPAREN shift, and go to state 230 state 164 BuiltInCall -> IT_LANG . GT_LPAREN Expression GT_RPAREN (rule 191) GT_LPAREN shift, and go to state 231 state 165 BuiltInCall -> IT_LANGMATCHES . GT_LPAREN Expression GT_COMMA Expression GT_RPAREN (rule 192) GT_LPAREN shift, and go to state 232 state 166 BuiltInCall -> IT_DATATYPE . GT_LPAREN Expression GT_RPAREN (rule 193) GT_LPAREN shift, and go to state 233 state 167 BuiltInCall -> IT_BOUND . GT_LPAREN Var GT_RPAREN (rule 194) GT_LPAREN shift, and go to state 234 state 168 BuiltInCall -> IT_sameTerm . GT_LPAREN Expression GT_COMMA Expression GT_RPAREN (rule 195) GT_LPAREN shift, and go to state 235 state 169 BuiltInCall -> IT_isIRI . GT_LPAREN Expression GT_RPAREN (rule 196) GT_LPAREN shift, and go to state 236 state 170 BuiltInCall -> IT_isURI . GT_LPAREN Expression GT_RPAREN (rule 197) GT_LPAREN shift, and go to state 237 state 171 BuiltInCall -> IT_isBLANK . GT_LPAREN Expression GT_RPAREN (rule 198) GT_LPAREN shift, and go to state 238 state 172 BuiltInCall -> IT_isLITERAL . GT_LPAREN Expression GT_RPAREN (rule 199) GT_LPAREN shift, and go to state 239 state 173 RegexExpression -> IT_REGEX . GT_LPAREN Expression GT_COMMA Expression _Q_O_QGT_COMMA_E_S_QExpression_E_C_E_Opt GT_RPAREN (rule 201) GT_LPAREN shift, and go to state 240 state 174 OrderClause -> IT_ORDER IT_BY _QOrderCondition_E_Plus . (rule 54) _QOrderCondition_E_Plus -> _QOrderCondition_E_Plus . OrderCondition (rule 56) IT_ASC shift, and go to state 160 IT_DESC shift, and go to state 161 GT_LPAREN shift, and go to state 162 IT_STR shift, and go to state 163 IT_LANG shift, and go to state 164 IT_LANGMATCHES shift, and go to state 165 IT_DATATYPE shift, and go to state 166 IT_BOUND shift, and go to state 167 IT_sameTerm shift, and go to state 168 IT_isIRI shift, and go to state 169 IT_isURI shift, and go to state 170 IT_isBLANK shift, and go to state 171 IT_isLITERAL shift, and go to state 172 IT_REGEX shift, and go to state 173 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 $default reduce using rule 54 (OrderClause) OrderCondition go to state 241 _O_QIT_ASC_E_Or_QIT_DESC_E_C go to state 176 _O_QIT_ASC_E_Or_QIT_DESC_E_S_QBrackettedExpression_E_C go to state 177 _O_QConstraint_E_Or_QVar_E_C go to state 178 Constraint go to state 179 FunctionCall go to state 180 Var go to state 181 BrackettedExpression go to state 182 BuiltInCall go to state 183 RegexExpression go to state 184 IRIref go to state 185 PrefixedName go to state 33 state 175 _QOrderCondition_E_Plus -> OrderCondition . (rule 55) $default reduce using rule 55 (_QOrderCondition_E_Plus) state 176 _O_QIT_ASC_E_Or_QIT_DESC_E_S_QBrackettedExpression_E_C -> _O_QIT_ASC_E_Or_QIT_DESC_E_C . BrackettedExpression (rule 61) GT_LPAREN shift, and go to state 162 BrackettedExpression go to state 242 state 177 OrderCondition -> _O_QIT_ASC_E_Or_QIT_DESC_E_S_QBrackettedExpression_E_C . (rule 57) $default reduce using rule 57 (OrderCondition) state 178 OrderCondition -> _O_QConstraint_E_Or_QVar_E_C . (rule 58) $default reduce using rule 58 (OrderCondition) state 179 _O_QConstraint_E_Or_QVar_E_C -> Constraint . (rule 62) $default reduce using rule 62 (_O_QConstraint_E_Or_QVar_E_C) state 180 Constraint -> FunctionCall . (rule 92) $default reduce using rule 92 (Constraint) state 181 _O_QConstraint_E_Or_QVar_E_C -> Var . (rule 63) $default reduce using rule 63 (_O_QConstraint_E_Or_QVar_E_C) state 182 Constraint -> BrackettedExpression . (rule 90) $default reduce using rule 90 (Constraint) state 183 Constraint -> BuiltInCall . (rule 91) $default reduce using rule 91 (Constraint) state 184 BuiltInCall -> RegexExpression . (rule 200) $default reduce using rule 200 (BuiltInCall) state 185 FunctionCall -> IRIref . ArgList (rule 93) GT_LPAREN shift, and go to state 243 NIL shift, and go to state 244 ArgList go to state 245 _O_QNIL_E_Or_QGT_LPAREN_E_S_QExpression_E_S_QGT_COMMA_E_S_QExpression_E_Star_S_QGT_RPAREN_E_C go to state 246 state 186 LimitClause -> IT_LIMIT INTEGER . (rule 64) $default reduce using rule 64 (LimitClause) state 187 OffsetClause -> IT_OFFSET INTEGER . (rule 65) $default reduce using rule 65 (OffsetClause) state 188 _O_QLimitClause_E_S_QOffsetClause_E_Opt_Or_QOffsetClause_E_S_QLimitClause_E_Opt_C -> LimitClause _QOffsetClause_E_Opt . (rule 52) $default reduce using rule 52 (_O_QLimitClause_E_S_QOffsetClause_E_Opt_Or_QOffsetClause_E_S_QLimitClause_E_Opt_C) state 189 _QOffsetClause_E_Opt -> OffsetClause . (rule 49) $default reduce using rule 49 (_QOffsetClause_E_Opt) state 190 _O_QLimitClause_E_S_QOffsetClause_E_Opt_Or_QOffsetClause_E_S_QLimitClause_E_Opt_C -> OffsetClause _QLimitClause_E_Opt . (rule 53) $default reduce using rule 53 (_O_QLimitClause_E_S_QOffsetClause_E_Opt_Or_QOffsetClause_E_S_QLimitClause_E_Opt_C) state 191 _QLimitClause_E_Opt -> LimitClause . (rule 51) $default reduce using rule 51 (_QLimitClause_E_Opt) state 192 GroupGraphPattern -> GT_LCURLEY _QTriplesBlock_E_Opt _Q_O_QGraphPatternNotTriples_E_Or_QFilter_E_S_QGT_DOT_E_Opt_S_QTriplesBlock_E_Opt_C_E_Star GT_RCURLEY . (rule 66) $default reduce using rule 66 (GroupGraphPattern) state 193 OptionalGraphPattern -> IT_OPTIONAL . GroupGraphPattern (rule 83) GT_LCURLEY shift, and go to state 120 GroupGraphPattern go to state 247 state 194 GraphGraphPattern -> IT_GRAPH . VarOrIRIref GroupGraphPattern (rule 84) IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 VarOrIRIref go to state 248 Var go to state 31 IRIref go to state 32 PrefixedName go to state 33 state 195 Filter -> IT_FILTER . Constraint (rule 89) GT_LPAREN shift, and go to state 162 IT_STR shift, and go to state 163 IT_LANG shift, and go to state 164 IT_LANGMATCHES shift, and go to state 165 IT_DATATYPE shift, and go to state 166 IT_BOUND shift, and go to state 167 IT_sameTerm shift, and go to state 168 IT_isIRI shift, and go to state 169 IT_isURI shift, and go to state 170 IT_isBLANK shift, and go to state 171 IT_isLITERAL shift, and go to state 172 IT_REGEX shift, and go to state 173 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 Constraint go to state 249 FunctionCall go to state 180 BrackettedExpression go to state 182 BuiltInCall go to state 183 RegexExpression go to state 184 IRIref go to state 185 PrefixedName go to state 33 state 196 GroupOrUnionGraphPattern -> GroupGraphPattern . _Q_O_QIT_UNION_E_S_QGroupGraphPattern_E_C_E_Star (rule 85) $default reduce using rule 87 (_Q_O_QIT_UNION_E_S_QGroupGraphPattern_E_C_E_Star) _Q_O_QIT_UNION_E_S_QGroupGraphPattern_E_C_E_Star go to state 250 state 197 _O_QGraphPatternNotTriples_E_Or_QFilter_E_S_QGT_DOT_E_Opt_S_QTriplesBlock_E_Opt_C -> _O_QGraphPatternNotTriples_E_Or_QFilter_E_C . _QGT_DOT_E_Opt _QTriplesBlock_E_Opt (rule 73) GT_DOT shift, and go to state 251 $default reduce using rule 71 (_QGT_DOT_E_Opt) _QGT_DOT_E_Opt go to state 252 state 198 _Q_O_QGraphPatternNotTriples_E_Or_QFilter_E_S_QGT_DOT_E_Opt_S_QTriplesBlock_E_Opt_C_E_Star -> _Q_O_QGraphPatternNotTriples_E_Or_QFilter_E_S_QGT_DOT_E_Opt_S_QTriplesBlock_E_Opt_C_E_Star _O_QGraphPatternNotTriples_E_Or_QFilter_E_S_QGT_DOT_E_Opt_S_QTriplesBlock_E_Opt_C . (rule 75) $default reduce using rule 75 (_Q_O_QGraphPatternNotTriples_E_Or_QFilter_E_S_QGT_DOT_E_Opt_S_QTriplesBlock_E_Opt_C_E_Star) state 199 _O_QGraphPatternNotTriples_E_Or_QFilter_E_C -> GraphPatternNotTriples . (rule 69) $default reduce using rule 69 (_O_QGraphPatternNotTriples_E_Or_QFilter_E_C) state 200 GraphPatternNotTriples -> OptionalGraphPattern . (rule 80) $default reduce using rule 80 (GraphPatternNotTriples) state 201 GraphPatternNotTriples -> GraphGraphPattern . (rule 82) $default reduce using rule 82 (GraphPatternNotTriples) state 202 GraphPatternNotTriples -> GroupOrUnionGraphPattern . (rule 81) $default reduce using rule 81 (GraphPatternNotTriples) state 203 _O_QGraphPatternNotTriples_E_Or_QFilter_E_C -> Filter . (rule 70) $default reduce using rule 70 (_O_QGraphPatternNotTriples_E_Or_QFilter_E_C) state 204 _O_QGT_DOT_E_S_QTriplesBlock_E_Opt_C -> GT_DOT _QTriplesBlock_E_Opt . (rule 77) $default reduce using rule 77 (_O_QGT_DOT_E_S_QTriplesBlock_E_Opt_C) state 205 _Q_O_QVerb_E_S_QObjectList_E_C_E_Opt -> _O_QVerb_E_S_QObjectList_E_C . (rule 112) $default reduce using rule 112 (_Q_O_QVerb_E_S_QObjectList_E_C_E_Opt) state 206 _O_QGT_SEMI_E_S_QVerb_E_S_QObjectList_E_Opt_C -> GT_SEMI _Q_O_QVerb_E_S_QObjectList_E_C_E_Opt . (rule 113) $default reduce using rule 113 (_O_QGT_SEMI_E_S_QVerb_E_S_QObjectList_E_Opt_C) state 207 _O_QVerb_E_S_QObjectList_E_C -> Verb . ObjectList (rule 110) GT_LPAREN shift, and go to state 41 GT_LBRACKET shift, and go to state 42 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 BLANK_NODE_LABEL shift, and go to state 45 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 NIL shift, and go to state 59 ANON shift, and go to state 60 ObjectList go to state 253 Object go to state 128 TriplesNode go to state 90 BlankNodePropertyList go to state 65 Collection go to state 66 GraphNode go to state 129 VarOrTerm go to state 93 Var go to state 68 GraphTerm go to state 69 RDFLiteral go to state 70 NumericLiteral go to state 71 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 75 String go to state 76 IRIref go to state 77 PrefixedName go to state 33 BlankNode go to state 78 state 208 _O_QGT_COMMA_E_S_QObject_E_C -> GT_COMMA Object . (rule 120) $default reduce using rule 120 (_O_QGT_COMMA_E_S_QObject_E_C) state 209 UnaryExpression -> GT_PLUS . PrimaryExpression (rule 179) GT_LPAREN shift, and go to state 162 IT_STR shift, and go to state 163 IT_LANG shift, and go to state 164 IT_LANGMATCHES shift, and go to state 165 IT_DATATYPE shift, and go to state 166 IT_BOUND shift, and go to state 167 IT_sameTerm shift, and go to state 168 IT_isIRI shift, and go to state 169 IT_isURI shift, and go to state 170 IT_isBLANK shift, and go to state 171 IT_isLITERAL shift, and go to state 172 IT_REGEX shift, and go to state 173 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 Var go to state 212 PrimaryExpression go to state 254 BrackettedExpression go to state 223 BuiltInCall go to state 224 RegexExpression go to state 184 IRIrefOrFunction go to state 225 RDFLiteral go to state 226 NumericLiteral go to state 227 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 228 String go to state 76 IRIref go to state 229 PrefixedName go to state 33 state 210 UnaryExpression -> GT_MINUS . PrimaryExpression (rule 180) GT_LPAREN shift, and go to state 162 IT_STR shift, and go to state 163 IT_LANG shift, and go to state 164 IT_LANGMATCHES shift, and go to state 165 IT_DATATYPE shift, and go to state 166 IT_BOUND shift, and go to state 167 IT_sameTerm shift, and go to state 168 IT_isIRI shift, and go to state 169 IT_isURI shift, and go to state 170 IT_isBLANK shift, and go to state 171 IT_isLITERAL shift, and go to state 172 IT_REGEX shift, and go to state 173 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 Var go to state 212 PrimaryExpression go to state 255 BrackettedExpression go to state 223 BuiltInCall go to state 224 RegexExpression go to state 184 IRIrefOrFunction go to state 225 RDFLiteral go to state 226 NumericLiteral go to state 227 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 228 String go to state 76 IRIref go to state 229 PrefixedName go to state 33 state 211 UnaryExpression -> GT_NOT . PrimaryExpression (rule 178) GT_LPAREN shift, and go to state 162 IT_STR shift, and go to state 163 IT_LANG shift, and go to state 164 IT_LANGMATCHES shift, and go to state 165 IT_DATATYPE shift, and go to state 166 IT_BOUND shift, and go to state 167 IT_sameTerm shift, and go to state 168 IT_isIRI shift, and go to state 169 IT_isURI shift, and go to state 170 IT_isBLANK shift, and go to state 171 IT_isLITERAL shift, and go to state 172 IT_REGEX shift, and go to state 173 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 Var go to state 212 PrimaryExpression go to state 256 BrackettedExpression go to state 223 BuiltInCall go to state 224 RegexExpression go to state 184 IRIrefOrFunction go to state 225 RDFLiteral go to state 226 NumericLiteral go to state 227 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 228 String go to state 76 IRIref go to state 229 PrefixedName go to state 33 state 212 PrimaryExpression -> Var . (rule 188) $default reduce using rule 188 (PrimaryExpression) state 213 BrackettedExpression -> GT_LPAREN Expression . GT_RPAREN (rule 189) GT_RPAREN shift, and go to state 257 state 214 Expression -> ConditionalOrExpression . (rule 146) $default reduce using rule 146 (Expression) state 215 ConditionalOrExpression -> ConditionalAndExpression . _Q_O_QGT_OR_E_S_QConditionalAndExpression_E_C_E_Star (rule 147) $default reduce using rule 149 (_Q_O_QGT_OR_E_S_QConditionalAndExpression_E_C_E_Star) _Q_O_QGT_OR_E_S_QConditionalAndExpression_E_C_E_Star go to state 258 state 216 ConditionalAndExpression -> ValueLogical . _Q_O_QGT_AND_E_S_QValueLogical_E_C_E_Star (rule 151) $default reduce using rule 153 (_Q_O_QGT_AND_E_S_QValueLogical_E_C_E_Star) _Q_O_QGT_AND_E_S_QValueLogical_E_C_E_Star go to state 259 state 217 ValueLogical -> RelationalExpression . (rule 155) $default reduce using rule 155 (ValueLogical) state 218 RelationalExpression -> NumericExpression . _Q_O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C_E_Opt (rule 156) GT_EQUAL shift, and go to state 260 GT_NEQUAL shift, and go to state 261 GT_LT shift, and go to state 262 GT_GT shift, and go to state 263 GT_LE shift, and go to state 264 GT_GE shift, and go to state 265 $default reduce using rule 163 (_Q_O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C_E_Opt) _O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C go to state 266 _Q_O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C_E_Opt go to state 267 state 219 NumericExpression -> AdditiveExpression . (rule 165) $default reduce using rule 165 (NumericExpression) state 220 AdditiveExpression -> MultiplicativeExpression . _Q_O_QGT_PLUS_E_S_QMultiplicativeExpression_E_Or_QGT_MINUS_E_S_QMultiplicativeExpression_E_Or_QNumericLiteralPositive_E_Or_QNumericLiteralNegative_E_C_E_Star (rule 166) $default reduce using rule 171 (_Q_O_QGT_PLUS_E_S_QMultiplicativeExpression_E_Or_QGT_MINUS_E_S_QMultiplicativeExpression_E_Or_QNumericLiteralPositive_E_Or_QNumericLiteralNegative_E_C_E_Star) _Q_O_QGT_PLUS_E_S_QMultiplicativeExpression_E_Or_QGT_MINUS_E_S_QMultiplicativeExpression_E_Or_QNumericLiteralPositive_E_Or_QNumericLiteralNegative_E_C_E_Star go to state 268 state 221 MultiplicativeExpression -> UnaryExpression . _Q_O_QGT_TIMES_E_S_QUnaryExpression_E_Or_QGT_DIVIDE_E_S_QUnaryExpression_E_C_E_Star (rule 173) $default reduce using rule 176 (_Q_O_QGT_TIMES_E_S_QUnaryExpression_E_Or_QGT_DIVIDE_E_S_QUnaryExpression_E_C_E_Star) _Q_O_QGT_TIMES_E_S_QUnaryExpression_E_Or_QGT_DIVIDE_E_S_QUnaryExpression_E_C_E_Star go to state 269 state 222 UnaryExpression -> PrimaryExpression . (rule 181) $default reduce using rule 181 (UnaryExpression) state 223 PrimaryExpression -> BrackettedExpression . (rule 182) $default reduce using rule 182 (PrimaryExpression) state 224 PrimaryExpression -> BuiltInCall . (rule 183) $default reduce using rule 183 (PrimaryExpression) state 225 PrimaryExpression -> IRIrefOrFunction . (rule 184) $default reduce using rule 184 (PrimaryExpression) state 226 PrimaryExpression -> RDFLiteral . (rule 185) $default reduce using rule 185 (PrimaryExpression) state 227 PrimaryExpression -> NumericLiteral . (rule 186) $default reduce using rule 186 (PrimaryExpression) state 228 PrimaryExpression -> BooleanLiteral . (rule 187) $default reduce using rule 187 (PrimaryExpression) state 229 IRIrefOrFunction -> IRIref . _QArgList_E_Opt (rule 204) GT_LPAREN shift, and go to state 243 NIL shift, and go to state 244 $default reduce using rule 205 (_QArgList_E_Opt) ArgList go to state 270 _O_QNIL_E_Or_QGT_LPAREN_E_S_QExpression_E_S_QGT_COMMA_E_S_QExpression_E_Star_S_QGT_RPAREN_E_C go to state 246 _QArgList_E_Opt go to state 271 state 230 BuiltInCall -> IT_STR GT_LPAREN . Expression GT_RPAREN (rule 190) GT_LPAREN shift, and go to state 162 GT_PLUS shift, and go to state 209 GT_MINUS shift, and go to state 210 GT_NOT shift, and go to state 211 IT_STR shift, and go to state 163 IT_LANG shift, and go to state 164 IT_LANGMATCHES shift, and go to state 165 IT_DATATYPE shift, and go to state 166 IT_BOUND shift, and go to state 167 IT_sameTerm shift, and go to state 168 IT_isIRI shift, and go to state 169 IT_isURI shift, and go to state 170 IT_isBLANK shift, and go to state 171 IT_isLITERAL shift, and go to state 172 IT_REGEX shift, and go to state 173 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 Var go to state 212 Expression go to state 272 ConditionalOrExpression go to state 214 ConditionalAndExpression go to state 215 ValueLogical go to state 216 RelationalExpression go to state 217 NumericExpression go to state 218 AdditiveExpression go to state 219 MultiplicativeExpression go to state 220 UnaryExpression go to state 221 PrimaryExpression go to state 222 BrackettedExpression go to state 223 BuiltInCall go to state 224 RegexExpression go to state 184 IRIrefOrFunction go to state 225 RDFLiteral go to state 226 NumericLiteral go to state 227 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 228 String go to state 76 IRIref go to state 229 PrefixedName go to state 33 state 231 BuiltInCall -> IT_LANG GT_LPAREN . Expression GT_RPAREN (rule 191) GT_LPAREN shift, and go to state 162 GT_PLUS shift, and go to state 209 GT_MINUS shift, and go to state 210 GT_NOT shift, and go to state 211 IT_STR shift, and go to state 163 IT_LANG shift, and go to state 164 IT_LANGMATCHES shift, and go to state 165 IT_DATATYPE shift, and go to state 166 IT_BOUND shift, and go to state 167 IT_sameTerm shift, and go to state 168 IT_isIRI shift, and go to state 169 IT_isURI shift, and go to state 170 IT_isBLANK shift, and go to state 171 IT_isLITERAL shift, and go to state 172 IT_REGEX shift, and go to state 173 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 Var go to state 212 Expression go to state 273 ConditionalOrExpression go to state 214 ConditionalAndExpression go to state 215 ValueLogical go to state 216 RelationalExpression go to state 217 NumericExpression go to state 218 AdditiveExpression go to state 219 MultiplicativeExpression go to state 220 UnaryExpression go to state 221 PrimaryExpression go to state 222 BrackettedExpression go to state 223 BuiltInCall go to state 224 RegexExpression go to state 184 IRIrefOrFunction go to state 225 RDFLiteral go to state 226 NumericLiteral go to state 227 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 228 String go to state 76 IRIref go to state 229 PrefixedName go to state 33 state 232 BuiltInCall -> IT_LANGMATCHES GT_LPAREN . Expression GT_COMMA Expression GT_RPAREN (rule 192) GT_LPAREN shift, and go to state 162 GT_PLUS shift, and go to state 209 GT_MINUS shift, and go to state 210 GT_NOT shift, and go to state 211 IT_STR shift, and go to state 163 IT_LANG shift, and go to state 164 IT_LANGMATCHES shift, and go to state 165 IT_DATATYPE shift, and go to state 166 IT_BOUND shift, and go to state 167 IT_sameTerm shift, and go to state 168 IT_isIRI shift, and go to state 169 IT_isURI shift, and go to state 170 IT_isBLANK shift, and go to state 171 IT_isLITERAL shift, and go to state 172 IT_REGEX shift, and go to state 173 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 Var go to state 212 Expression go to state 274 ConditionalOrExpression go to state 214 ConditionalAndExpression go to state 215 ValueLogical go to state 216 RelationalExpression go to state 217 NumericExpression go to state 218 AdditiveExpression go to state 219 MultiplicativeExpression go to state 220 UnaryExpression go to state 221 PrimaryExpression go to state 222 BrackettedExpression go to state 223 BuiltInCall go to state 224 RegexExpression go to state 184 IRIrefOrFunction go to state 225 RDFLiteral go to state 226 NumericLiteral go to state 227 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 228 String go to state 76 IRIref go to state 229 PrefixedName go to state 33 state 233 BuiltInCall -> IT_DATATYPE GT_LPAREN . Expression GT_RPAREN (rule 193) GT_LPAREN shift, and go to state 162 GT_PLUS shift, and go to state 209 GT_MINUS shift, and go to state 210 GT_NOT shift, and go to state 211 IT_STR shift, and go to state 163 IT_LANG shift, and go to state 164 IT_LANGMATCHES shift, and go to state 165 IT_DATATYPE shift, and go to state 166 IT_BOUND shift, and go to state 167 IT_sameTerm shift, and go to state 168 IT_isIRI shift, and go to state 169 IT_isURI shift, and go to state 170 IT_isBLANK shift, and go to state 171 IT_isLITERAL shift, and go to state 172 IT_REGEX shift, and go to state 173 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 Var go to state 212 Expression go to state 275 ConditionalOrExpression go to state 214 ConditionalAndExpression go to state 215 ValueLogical go to state 216 RelationalExpression go to state 217 NumericExpression go to state 218 AdditiveExpression go to state 219 MultiplicativeExpression go to state 220 UnaryExpression go to state 221 PrimaryExpression go to state 222 BrackettedExpression go to state 223 BuiltInCall go to state 224 RegexExpression go to state 184 IRIrefOrFunction go to state 225 RDFLiteral go to state 226 NumericLiteral go to state 227 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 228 String go to state 76 IRIref go to state 229 PrefixedName go to state 33 state 234 BuiltInCall -> IT_BOUND GT_LPAREN . Var GT_RPAREN (rule 194) VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 Var go to state 276 state 235 BuiltInCall -> IT_sameTerm GT_LPAREN . Expression GT_COMMA Expression GT_RPAREN (rule 195) GT_LPAREN shift, and go to state 162 GT_PLUS shift, and go to state 209 GT_MINUS shift, and go to state 210 GT_NOT shift, and go to state 211 IT_STR shift, and go to state 163 IT_LANG shift, and go to state 164 IT_LANGMATCHES shift, and go to state 165 IT_DATATYPE shift, and go to state 166 IT_BOUND shift, and go to state 167 IT_sameTerm shift, and go to state 168 IT_isIRI shift, and go to state 169 IT_isURI shift, and go to state 170 IT_isBLANK shift, and go to state 171 IT_isLITERAL shift, and go to state 172 IT_REGEX shift, and go to state 173 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 Var go to state 212 Expression go to state 277 ConditionalOrExpression go to state 214 ConditionalAndExpression go to state 215 ValueLogical go to state 216 RelationalExpression go to state 217 NumericExpression go to state 218 AdditiveExpression go to state 219 MultiplicativeExpression go to state 220 UnaryExpression go to state 221 PrimaryExpression go to state 222 BrackettedExpression go to state 223 BuiltInCall go to state 224 RegexExpression go to state 184 IRIrefOrFunction go to state 225 RDFLiteral go to state 226 NumericLiteral go to state 227 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 228 String go to state 76 IRIref go to state 229 PrefixedName go to state 33 state 236 BuiltInCall -> IT_isIRI GT_LPAREN . Expression GT_RPAREN (rule 196) GT_LPAREN shift, and go to state 162 GT_PLUS shift, and go to state 209 GT_MINUS shift, and go to state 210 GT_NOT shift, and go to state 211 IT_STR shift, and go to state 163 IT_LANG shift, and go to state 164 IT_LANGMATCHES shift, and go to state 165 IT_DATATYPE shift, and go to state 166 IT_BOUND shift, and go to state 167 IT_sameTerm shift, and go to state 168 IT_isIRI shift, and go to state 169 IT_isURI shift, and go to state 170 IT_isBLANK shift, and go to state 171 IT_isLITERAL shift, and go to state 172 IT_REGEX shift, and go to state 173 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 Var go to state 212 Expression go to state 278 ConditionalOrExpression go to state 214 ConditionalAndExpression go to state 215 ValueLogical go to state 216 RelationalExpression go to state 217 NumericExpression go to state 218 AdditiveExpression go to state 219 MultiplicativeExpression go to state 220 UnaryExpression go to state 221 PrimaryExpression go to state 222 BrackettedExpression go to state 223 BuiltInCall go to state 224 RegexExpression go to state 184 IRIrefOrFunction go to state 225 RDFLiteral go to state 226 NumericLiteral go to state 227 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 228 String go to state 76 IRIref go to state 229 PrefixedName go to state 33 state 237 BuiltInCall -> IT_isURI GT_LPAREN . Expression GT_RPAREN (rule 197) GT_LPAREN shift, and go to state 162 GT_PLUS shift, and go to state 209 GT_MINUS shift, and go to state 210 GT_NOT shift, and go to state 211 IT_STR shift, and go to state 163 IT_LANG shift, and go to state 164 IT_LANGMATCHES shift, and go to state 165 IT_DATATYPE shift, and go to state 166 IT_BOUND shift, and go to state 167 IT_sameTerm shift, and go to state 168 IT_isIRI shift, and go to state 169 IT_isURI shift, and go to state 170 IT_isBLANK shift, and go to state 171 IT_isLITERAL shift, and go to state 172 IT_REGEX shift, and go to state 173 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 Var go to state 212 Expression go to state 279 ConditionalOrExpression go to state 214 ConditionalAndExpression go to state 215 ValueLogical go to state 216 RelationalExpression go to state 217 NumericExpression go to state 218 AdditiveExpression go to state 219 MultiplicativeExpression go to state 220 UnaryExpression go to state 221 PrimaryExpression go to state 222 BrackettedExpression go to state 223 BuiltInCall go to state 224 RegexExpression go to state 184 IRIrefOrFunction go to state 225 RDFLiteral go to state 226 NumericLiteral go to state 227 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 228 String go to state 76 IRIref go to state 229 PrefixedName go to state 33 state 238 BuiltInCall -> IT_isBLANK GT_LPAREN . Expression GT_RPAREN (rule 198) GT_LPAREN shift, and go to state 162 GT_PLUS shift, and go to state 209 GT_MINUS shift, and go to state 210 GT_NOT shift, and go to state 211 IT_STR shift, and go to state 163 IT_LANG shift, and go to state 164 IT_LANGMATCHES shift, and go to state 165 IT_DATATYPE shift, and go to state 166 IT_BOUND shift, and go to state 167 IT_sameTerm shift, and go to state 168 IT_isIRI shift, and go to state 169 IT_isURI shift, and go to state 170 IT_isBLANK shift, and go to state 171 IT_isLITERAL shift, and go to state 172 IT_REGEX shift, and go to state 173 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 Var go to state 212 Expression go to state 280 ConditionalOrExpression go to state 214 ConditionalAndExpression go to state 215 ValueLogical go to state 216 RelationalExpression go to state 217 NumericExpression go to state 218 AdditiveExpression go to state 219 MultiplicativeExpression go to state 220 UnaryExpression go to state 221 PrimaryExpression go to state 222 BrackettedExpression go to state 223 BuiltInCall go to state 224 RegexExpression go to state 184 IRIrefOrFunction go to state 225 RDFLiteral go to state 226 NumericLiteral go to state 227 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 228 String go to state 76 IRIref go to state 229 PrefixedName go to state 33 state 239 BuiltInCall -> IT_isLITERAL GT_LPAREN . Expression GT_RPAREN (rule 199) GT_LPAREN shift, and go to state 162 GT_PLUS shift, and go to state 209 GT_MINUS shift, and go to state 210 GT_NOT shift, and go to state 211 IT_STR shift, and go to state 163 IT_LANG shift, and go to state 164 IT_LANGMATCHES shift, and go to state 165 IT_DATATYPE shift, and go to state 166 IT_BOUND shift, and go to state 167 IT_sameTerm shift, and go to state 168 IT_isIRI shift, and go to state 169 IT_isURI shift, and go to state 170 IT_isBLANK shift, and go to state 171 IT_isLITERAL shift, and go to state 172 IT_REGEX shift, and go to state 173 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 Var go to state 212 Expression go to state 281 ConditionalOrExpression go to state 214 ConditionalAndExpression go to state 215 ValueLogical go to state 216 RelationalExpression go to state 217 NumericExpression go to state 218 AdditiveExpression go to state 219 MultiplicativeExpression go to state 220 UnaryExpression go to state 221 PrimaryExpression go to state 222 BrackettedExpression go to state 223 BuiltInCall go to state 224 RegexExpression go to state 184 IRIrefOrFunction go to state 225 RDFLiteral go to state 226 NumericLiteral go to state 227 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 228 String go to state 76 IRIref go to state 229 PrefixedName go to state 33 state 240 RegexExpression -> IT_REGEX GT_LPAREN . Expression GT_COMMA Expression _Q_O_QGT_COMMA_E_S_QExpression_E_C_E_Opt GT_RPAREN (rule 201) GT_LPAREN shift, and go to state 162 GT_PLUS shift, and go to state 209 GT_MINUS shift, and go to state 210 GT_NOT shift, and go to state 211 IT_STR shift, and go to state 163 IT_LANG shift, and go to state 164 IT_LANGMATCHES shift, and go to state 165 IT_DATATYPE shift, and go to state 166 IT_BOUND shift, and go to state 167 IT_sameTerm shift, and go to state 168 IT_isIRI shift, and go to state 169 IT_isURI shift, and go to state 170 IT_isBLANK shift, and go to state 171 IT_isLITERAL shift, and go to state 172 IT_REGEX shift, and go to state 173 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 Var go to state 212 Expression go to state 282 ConditionalOrExpression go to state 214 ConditionalAndExpression go to state 215 ValueLogical go to state 216 RelationalExpression go to state 217 NumericExpression go to state 218 AdditiveExpression go to state 219 MultiplicativeExpression go to state 220 UnaryExpression go to state 221 PrimaryExpression go to state 222 BrackettedExpression go to state 223 BuiltInCall go to state 224 RegexExpression go to state 184 IRIrefOrFunction go to state 225 RDFLiteral go to state 226 NumericLiteral go to state 227 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 228 String go to state 76 IRIref go to state 229 PrefixedName go to state 33 state 241 _QOrderCondition_E_Plus -> _QOrderCondition_E_Plus OrderCondition . (rule 56) $default reduce using rule 56 (_QOrderCondition_E_Plus) state 242 _O_QIT_ASC_E_Or_QIT_DESC_E_S_QBrackettedExpression_E_C -> _O_QIT_ASC_E_Or_QIT_DESC_E_C BrackettedExpression . (rule 61) $default reduce using rule 61 (_O_QIT_ASC_E_Or_QIT_DESC_E_S_QBrackettedExpression_E_C) state 243 _O_QNIL_E_Or_QGT_LPAREN_E_S_QExpression_E_S_QGT_COMMA_E_S_QExpression_E_Star_S_QGT_RPAREN_E_C -> GT_LPAREN . Expression _Q_O_QGT_COMMA_E_S_QExpression_E_C_E_Star GT_RPAREN (rule 99) GT_LPAREN shift, and go to state 162 GT_PLUS shift, and go to state 209 GT_MINUS shift, and go to state 210 GT_NOT shift, and go to state 211 IT_STR shift, and go to state 163 IT_LANG shift, and go to state 164 IT_LANGMATCHES shift, and go to state 165 IT_DATATYPE shift, and go to state 166 IT_BOUND shift, and go to state 167 IT_sameTerm shift, and go to state 168 IT_isIRI shift, and go to state 169 IT_isURI shift, and go to state 170 IT_isBLANK shift, and go to state 171 IT_isLITERAL shift, and go to state 172 IT_REGEX shift, and go to state 173 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 Var go to state 212 Expression go to state 283 ConditionalOrExpression go to state 214 ConditionalAndExpression go to state 215 ValueLogical go to state 216 RelationalExpression go to state 217 NumericExpression go to state 218 AdditiveExpression go to state 219 MultiplicativeExpression go to state 220 UnaryExpression go to state 221 PrimaryExpression go to state 222 BrackettedExpression go to state 223 BuiltInCall go to state 224 RegexExpression go to state 184 IRIrefOrFunction go to state 225 RDFLiteral go to state 226 NumericLiteral go to state 227 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 228 String go to state 76 IRIref go to state 229 PrefixedName go to state 33 state 244 _O_QNIL_E_Or_QGT_LPAREN_E_S_QExpression_E_S_QGT_COMMA_E_S_QExpression_E_Star_S_QGT_RPAREN_E_C -> NIL . (rule 98) $default reduce using rule 98 (_O_QNIL_E_Or_QGT_LPAREN_E_S_QExpression_E_S_QGT_COMMA_E_S_QExpression_E_Star_S_QGT_RPAREN_E_C) state 245 FunctionCall -> IRIref ArgList . (rule 93) $default reduce using rule 93 (FunctionCall) state 246 ArgList -> _O_QNIL_E_Or_QGT_LPAREN_E_S_QExpression_E_S_QGT_COMMA_E_S_QExpression_E_Star_S_QGT_RPAREN_E_C . (rule 94) $default reduce using rule 94 (ArgList) state 247 OptionalGraphPattern -> IT_OPTIONAL GroupGraphPattern . (rule 83) $default reduce using rule 83 (OptionalGraphPattern) state 248 GraphGraphPattern -> IT_GRAPH VarOrIRIref . GroupGraphPattern (rule 84) GT_LCURLEY shift, and go to state 120 GroupGraphPattern go to state 284 state 249 Filter -> IT_FILTER Constraint . (rule 89) $default reduce using rule 89 (Filter) state 250 GroupOrUnionGraphPattern -> GroupGraphPattern _Q_O_QIT_UNION_E_S_QGroupGraphPattern_E_C_E_Star . (rule 85) _Q_O_QIT_UNION_E_S_QGroupGraphPattern_E_C_E_Star -> _Q_O_QIT_UNION_E_S_QGroupGraphPattern_E_C_E_Star . _O_QIT_UNION_E_S_QGroupGraphPattern_E_C (rule 88) IT_UNION shift, and go to state 285 $default reduce using rule 85 (GroupOrUnionGraphPattern) _O_QIT_UNION_E_S_QGroupGraphPattern_E_C go to state 286 state 251 _QGT_DOT_E_Opt -> GT_DOT . (rule 72) $default reduce using rule 72 (_QGT_DOT_E_Opt) state 252 _O_QGraphPatternNotTriples_E_Or_QFilter_E_S_QGT_DOT_E_Opt_S_QTriplesBlock_E_Opt_C -> _O_QGraphPatternNotTriples_E_Or_QFilter_E_C _QGT_DOT_E_Opt . _QTriplesBlock_E_Opt (rule 73) GT_LPAREN shift, and go to state 41 GT_LBRACKET shift, and go to state 42 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 BLANK_NODE_LABEL shift, and go to state 45 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 NIL shift, and go to state 59 ANON shift, and go to state 60 $default reduce using rule 67 (_QTriplesBlock_E_Opt) _QTriplesBlock_E_Opt go to state 287 TriplesBlock go to state 139 TriplesSameSubject go to state 140 TriplesNode go to state 64 BlankNodePropertyList go to state 65 Collection go to state 66 VarOrTerm go to state 67 Var go to state 68 GraphTerm go to state 69 RDFLiteral go to state 70 NumericLiteral go to state 71 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 75 String go to state 76 IRIref go to state 77 PrefixedName go to state 33 BlankNode go to state 78 state 253 _O_QVerb_E_S_QObjectList_E_C -> Verb ObjectList . (rule 110) $default reduce using rule 110 (_O_QVerb_E_S_QObjectList_E_C) state 254 UnaryExpression -> GT_PLUS PrimaryExpression . (rule 179) $default reduce using rule 179 (UnaryExpression) state 255 UnaryExpression -> GT_MINUS PrimaryExpression . (rule 180) $default reduce using rule 180 (UnaryExpression) state 256 UnaryExpression -> GT_NOT PrimaryExpression . (rule 178) $default reduce using rule 178 (UnaryExpression) state 257 BrackettedExpression -> GT_LPAREN Expression GT_RPAREN . (rule 189) $default reduce using rule 189 (BrackettedExpression) state 258 ConditionalOrExpression -> ConditionalAndExpression _Q_O_QGT_OR_E_S_QConditionalAndExpression_E_C_E_Star . (rule 147) _Q_O_QGT_OR_E_S_QConditionalAndExpression_E_C_E_Star -> _Q_O_QGT_OR_E_S_QConditionalAndExpression_E_C_E_Star . _O_QGT_OR_E_S_QConditionalAndExpression_E_C (rule 150) GT_OR shift, and go to state 288 $default reduce using rule 147 (ConditionalOrExpression) _O_QGT_OR_E_S_QConditionalAndExpression_E_C go to state 289 state 259 ConditionalAndExpression -> ValueLogical _Q_O_QGT_AND_E_S_QValueLogical_E_C_E_Star . (rule 151) _Q_O_QGT_AND_E_S_QValueLogical_E_C_E_Star -> _Q_O_QGT_AND_E_S_QValueLogical_E_C_E_Star . _O_QGT_AND_E_S_QValueLogical_E_C (rule 154) GT_AND shift, and go to state 290 $default reduce using rule 151 (ConditionalAndExpression) _O_QGT_AND_E_S_QValueLogical_E_C go to state 291 state 260 _O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C -> GT_EQUAL . NumericExpression (rule 157) GT_LPAREN shift, and go to state 162 GT_PLUS shift, and go to state 209 GT_MINUS shift, and go to state 210 GT_NOT shift, and go to state 211 IT_STR shift, and go to state 163 IT_LANG shift, and go to state 164 IT_LANGMATCHES shift, and go to state 165 IT_DATATYPE shift, and go to state 166 IT_BOUND shift, and go to state 167 IT_sameTerm shift, and go to state 168 IT_isIRI shift, and go to state 169 IT_isURI shift, and go to state 170 IT_isBLANK shift, and go to state 171 IT_isLITERAL shift, and go to state 172 IT_REGEX shift, and go to state 173 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 Var go to state 212 NumericExpression go to state 292 AdditiveExpression go to state 219 MultiplicativeExpression go to state 220 UnaryExpression go to state 221 PrimaryExpression go to state 222 BrackettedExpression go to state 223 BuiltInCall go to state 224 RegexExpression go to state 184 IRIrefOrFunction go to state 225 RDFLiteral go to state 226 NumericLiteral go to state 227 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 228 String go to state 76 IRIref go to state 229 PrefixedName go to state 33 state 261 _O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C -> GT_NEQUAL . NumericExpression (rule 158) GT_LPAREN shift, and go to state 162 GT_PLUS shift, and go to state 209 GT_MINUS shift, and go to state 210 GT_NOT shift, and go to state 211 IT_STR shift, and go to state 163 IT_LANG shift, and go to state 164 IT_LANGMATCHES shift, and go to state 165 IT_DATATYPE shift, and go to state 166 IT_BOUND shift, and go to state 167 IT_sameTerm shift, and go to state 168 IT_isIRI shift, and go to state 169 IT_isURI shift, and go to state 170 IT_isBLANK shift, and go to state 171 IT_isLITERAL shift, and go to state 172 IT_REGEX shift, and go to state 173 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 Var go to state 212 NumericExpression go to state 293 AdditiveExpression go to state 219 MultiplicativeExpression go to state 220 UnaryExpression go to state 221 PrimaryExpression go to state 222 BrackettedExpression go to state 223 BuiltInCall go to state 224 RegexExpression go to state 184 IRIrefOrFunction go to state 225 RDFLiteral go to state 226 NumericLiteral go to state 227 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 228 String go to state 76 IRIref go to state 229 PrefixedName go to state 33 state 262 _O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C -> GT_LT . NumericExpression (rule 159) GT_LPAREN shift, and go to state 162 GT_PLUS shift, and go to state 209 GT_MINUS shift, and go to state 210 GT_NOT shift, and go to state 211 IT_STR shift, and go to state 163 IT_LANG shift, and go to state 164 IT_LANGMATCHES shift, and go to state 165 IT_DATATYPE shift, and go to state 166 IT_BOUND shift, and go to state 167 IT_sameTerm shift, and go to state 168 IT_isIRI shift, and go to state 169 IT_isURI shift, and go to state 170 IT_isBLANK shift, and go to state 171 IT_isLITERAL shift, and go to state 172 IT_REGEX shift, and go to state 173 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 Var go to state 212 NumericExpression go to state 294 AdditiveExpression go to state 219 MultiplicativeExpression go to state 220 UnaryExpression go to state 221 PrimaryExpression go to state 222 BrackettedExpression go to state 223 BuiltInCall go to state 224 RegexExpression go to state 184 IRIrefOrFunction go to state 225 RDFLiteral go to state 226 NumericLiteral go to state 227 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 228 String go to state 76 IRIref go to state 229 PrefixedName go to state 33 state 263 _O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C -> GT_GT . NumericExpression (rule 160) GT_LPAREN shift, and go to state 162 GT_PLUS shift, and go to state 209 GT_MINUS shift, and go to state 210 GT_NOT shift, and go to state 211 IT_STR shift, and go to state 163 IT_LANG shift, and go to state 164 IT_LANGMATCHES shift, and go to state 165 IT_DATATYPE shift, and go to state 166 IT_BOUND shift, and go to state 167 IT_sameTerm shift, and go to state 168 IT_isIRI shift, and go to state 169 IT_isURI shift, and go to state 170 IT_isBLANK shift, and go to state 171 IT_isLITERAL shift, and go to state 172 IT_REGEX shift, and go to state 173 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 Var go to state 212 NumericExpression go to state 295 AdditiveExpression go to state 219 MultiplicativeExpression go to state 220 UnaryExpression go to state 221 PrimaryExpression go to state 222 BrackettedExpression go to state 223 BuiltInCall go to state 224 RegexExpression go to state 184 IRIrefOrFunction go to state 225 RDFLiteral go to state 226 NumericLiteral go to state 227 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 228 String go to state 76 IRIref go to state 229 PrefixedName go to state 33 state 264 _O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C -> GT_LE . NumericExpression (rule 161) GT_LPAREN shift, and go to state 162 GT_PLUS shift, and go to state 209 GT_MINUS shift, and go to state 210 GT_NOT shift, and go to state 211 IT_STR shift, and go to state 163 IT_LANG shift, and go to state 164 IT_LANGMATCHES shift, and go to state 165 IT_DATATYPE shift, and go to state 166 IT_BOUND shift, and go to state 167 IT_sameTerm shift, and go to state 168 IT_isIRI shift, and go to state 169 IT_isURI shift, and go to state 170 IT_isBLANK shift, and go to state 171 IT_isLITERAL shift, and go to state 172 IT_REGEX shift, and go to state 173 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 Var go to state 212 NumericExpression go to state 296 AdditiveExpression go to state 219 MultiplicativeExpression go to state 220 UnaryExpression go to state 221 PrimaryExpression go to state 222 BrackettedExpression go to state 223 BuiltInCall go to state 224 RegexExpression go to state 184 IRIrefOrFunction go to state 225 RDFLiteral go to state 226 NumericLiteral go to state 227 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 228 String go to state 76 IRIref go to state 229 PrefixedName go to state 33 state 265 _O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C -> GT_GE . NumericExpression (rule 162) GT_LPAREN shift, and go to state 162 GT_PLUS shift, and go to state 209 GT_MINUS shift, and go to state 210 GT_NOT shift, and go to state 211 IT_STR shift, and go to state 163 IT_LANG shift, and go to state 164 IT_LANGMATCHES shift, and go to state 165 IT_DATATYPE shift, and go to state 166 IT_BOUND shift, and go to state 167 IT_sameTerm shift, and go to state 168 IT_isIRI shift, and go to state 169 IT_isURI shift, and go to state 170 IT_isBLANK shift, and go to state 171 IT_isLITERAL shift, and go to state 172 IT_REGEX shift, and go to state 173 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 Var go to state 212 NumericExpression go to state 297 AdditiveExpression go to state 219 MultiplicativeExpression go to state 220 UnaryExpression go to state 221 PrimaryExpression go to state 222 BrackettedExpression go to state 223 BuiltInCall go to state 224 RegexExpression go to state 184 IRIrefOrFunction go to state 225 RDFLiteral go to state 226 NumericLiteral go to state 227 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 228 String go to state 76 IRIref go to state 229 PrefixedName go to state 33 state 266 _Q_O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C_E_Opt -> _O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C . (rule 164) $default reduce using rule 164 (_Q_O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C_E_Opt) state 267 RelationalExpression -> NumericExpression _Q_O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C_E_Opt . (rule 156) $default reduce using rule 156 (RelationalExpression) state 268 AdditiveExpression -> MultiplicativeExpression _Q_O_QGT_PLUS_E_S_QMultiplicativeExpression_E_Or_QGT_MINUS_E_S_QMultiplicativeExpression_E_Or_QNumericLiteralPositive_E_Or_QNumericLiteralNegative_E_C_E_Star . (rule 166) _Q_O_QGT_PLUS_E_S_QMultiplicativeExpression_E_Or_QGT_MINUS_E_S_QMultiplicativeExpression_E_Or_QNumericLiteralPositive_E_Or_QNumericLiteralNegative_E_C_E_Star -> _Q_O_QGT_PLUS_E_S_QMultiplicativeExpression_E_Or_QGT_MINUS_E_S_QMultiplicativeExpression_E_Or_QNumericLiteralPositive_E_Or_QNumericLiteralNegative_E_C_E_Star . _O_QGT_PLUS_E_S_QMultiplicativeExpression_E_Or_QGT_MINUS_E_S_QMultiplicativeExpression_E_Or_QNumericLiteralPositive_E_Or_QNumericLiteralNegative_E_C (rule 172) GT_PLUS shift, and go to state 298 GT_MINUS shift, and go to state 299 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 $default reduce using rule 166 (AdditiveExpression) _O_QGT_PLUS_E_S_QMultiplicativeExpression_E_Or_QGT_MINUS_E_S_QMultiplicativeExpression_E_Or_QNumericLiteralPositive_E_Or_QNumericLiteralNegative_E_C go to state 300 NumericLiteralPositive go to state 301 NumericLiteralNegative go to state 302 state 269 MultiplicativeExpression -> UnaryExpression _Q_O_QGT_TIMES_E_S_QUnaryExpression_E_Or_QGT_DIVIDE_E_S_QUnaryExpression_E_C_E_Star . (rule 173) _Q_O_QGT_TIMES_E_S_QUnaryExpression_E_Or_QGT_DIVIDE_E_S_QUnaryExpression_E_C_E_Star -> _Q_O_QGT_TIMES_E_S_QUnaryExpression_E_Or_QGT_DIVIDE_E_S_QUnaryExpression_E_C_E_Star . _O_QGT_TIMES_E_S_QUnaryExpression_E_Or_QGT_DIVIDE_E_S_QUnaryExpression_E_C (rule 177) GT_TIMES shift, and go to state 303 GT_DIVIDE shift, and go to state 304 $default reduce using rule 173 (MultiplicativeExpression) _O_QGT_TIMES_E_S_QUnaryExpression_E_Or_QGT_DIVIDE_E_S_QUnaryExpression_E_C go to state 305 state 270 _QArgList_E_Opt -> ArgList . (rule 206) $default reduce using rule 206 (_QArgList_E_Opt) state 271 IRIrefOrFunction -> IRIref _QArgList_E_Opt . (rule 204) $default reduce using rule 204 (IRIrefOrFunction) state 272 BuiltInCall -> IT_STR GT_LPAREN Expression . GT_RPAREN (rule 190) GT_RPAREN shift, and go to state 306 state 273 BuiltInCall -> IT_LANG GT_LPAREN Expression . GT_RPAREN (rule 191) GT_RPAREN shift, and go to state 307 state 274 BuiltInCall -> IT_LANGMATCHES GT_LPAREN Expression . GT_COMMA Expression GT_RPAREN (rule 192) GT_COMMA shift, and go to state 308 state 275 BuiltInCall -> IT_DATATYPE GT_LPAREN Expression . GT_RPAREN (rule 193) GT_RPAREN shift, and go to state 309 state 276 BuiltInCall -> IT_BOUND GT_LPAREN Var . GT_RPAREN (rule 194) GT_RPAREN shift, and go to state 310 state 277 BuiltInCall -> IT_sameTerm GT_LPAREN Expression . GT_COMMA Expression GT_RPAREN (rule 195) GT_COMMA shift, and go to state 311 state 278 BuiltInCall -> IT_isIRI GT_LPAREN Expression . GT_RPAREN (rule 196) GT_RPAREN shift, and go to state 312 state 279 BuiltInCall -> IT_isURI GT_LPAREN Expression . GT_RPAREN (rule 197) GT_RPAREN shift, and go to state 313 state 280 BuiltInCall -> IT_isBLANK GT_LPAREN Expression . GT_RPAREN (rule 198) GT_RPAREN shift, and go to state 314 state 281 BuiltInCall -> IT_isLITERAL GT_LPAREN Expression . GT_RPAREN (rule 199) GT_RPAREN shift, and go to state 315 state 282 RegexExpression -> IT_REGEX GT_LPAREN Expression . GT_COMMA Expression _Q_O_QGT_COMMA_E_S_QExpression_E_C_E_Opt GT_RPAREN (rule 201) GT_COMMA shift, and go to state 316 state 283 _O_QNIL_E_Or_QGT_LPAREN_E_S_QExpression_E_S_QGT_COMMA_E_S_QExpression_E_Star_S_QGT_RPAREN_E_C -> GT_LPAREN Expression . _Q_O_QGT_COMMA_E_S_QExpression_E_C_E_Star GT_RPAREN (rule 99) $default reduce using rule 96 (_Q_O_QGT_COMMA_E_S_QExpression_E_C_E_Star) _Q_O_QGT_COMMA_E_S_QExpression_E_C_E_Star go to state 317 state 284 GraphGraphPattern -> IT_GRAPH VarOrIRIref GroupGraphPattern . (rule 84) $default reduce using rule 84 (GraphGraphPattern) state 285 _O_QIT_UNION_E_S_QGroupGraphPattern_E_C -> IT_UNION . GroupGraphPattern (rule 86) GT_LCURLEY shift, and go to state 120 GroupGraphPattern go to state 318 state 286 _Q_O_QIT_UNION_E_S_QGroupGraphPattern_E_C_E_Star -> _Q_O_QIT_UNION_E_S_QGroupGraphPattern_E_C_E_Star _O_QIT_UNION_E_S_QGroupGraphPattern_E_C . (rule 88) $default reduce using rule 88 (_Q_O_QIT_UNION_E_S_QGroupGraphPattern_E_C_E_Star) state 287 _O_QGraphPatternNotTriples_E_Or_QFilter_E_S_QGT_DOT_E_Opt_S_QTriplesBlock_E_Opt_C -> _O_QGraphPatternNotTriples_E_Or_QFilter_E_C _QGT_DOT_E_Opt _QTriplesBlock_E_Opt . (rule 73) $default reduce using rule 73 (_O_QGraphPatternNotTriples_E_Or_QFilter_E_S_QGT_DOT_E_Opt_S_QTriplesBlock_E_Opt_C) state 288 _O_QGT_OR_E_S_QConditionalAndExpression_E_C -> GT_OR . ConditionalAndExpression (rule 148) GT_LPAREN shift, and go to state 162 GT_PLUS shift, and go to state 209 GT_MINUS shift, and go to state 210 GT_NOT shift, and go to state 211 IT_STR shift, and go to state 163 IT_LANG shift, and go to state 164 IT_LANGMATCHES shift, and go to state 165 IT_DATATYPE shift, and go to state 166 IT_BOUND shift, and go to state 167 IT_sameTerm shift, and go to state 168 IT_isIRI shift, and go to state 169 IT_isURI shift, and go to state 170 IT_isBLANK shift, and go to state 171 IT_isLITERAL shift, and go to state 172 IT_REGEX shift, and go to state 173 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 Var go to state 212 ConditionalAndExpression go to state 319 ValueLogical go to state 216 RelationalExpression go to state 217 NumericExpression go to state 218 AdditiveExpression go to state 219 MultiplicativeExpression go to state 220 UnaryExpression go to state 221 PrimaryExpression go to state 222 BrackettedExpression go to state 223 BuiltInCall go to state 224 RegexExpression go to state 184 IRIrefOrFunction go to state 225 RDFLiteral go to state 226 NumericLiteral go to state 227 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 228 String go to state 76 IRIref go to state 229 PrefixedName go to state 33 state 289 _Q_O_QGT_OR_E_S_QConditionalAndExpression_E_C_E_Star -> _Q_O_QGT_OR_E_S_QConditionalAndExpression_E_C_E_Star _O_QGT_OR_E_S_QConditionalAndExpression_E_C . (rule 150) $default reduce using rule 150 (_Q_O_QGT_OR_E_S_QConditionalAndExpression_E_C_E_Star) state 290 _O_QGT_AND_E_S_QValueLogical_E_C -> GT_AND . ValueLogical (rule 152) GT_LPAREN shift, and go to state 162 GT_PLUS shift, and go to state 209 GT_MINUS shift, and go to state 210 GT_NOT shift, and go to state 211 IT_STR shift, and go to state 163 IT_LANG shift, and go to state 164 IT_LANGMATCHES shift, and go to state 165 IT_DATATYPE shift, and go to state 166 IT_BOUND shift, and go to state 167 IT_sameTerm shift, and go to state 168 IT_isIRI shift, and go to state 169 IT_isURI shift, and go to state 170 IT_isBLANK shift, and go to state 171 IT_isLITERAL shift, and go to state 172 IT_REGEX shift, and go to state 173 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 Var go to state 212 ValueLogical go to state 320 RelationalExpression go to state 217 NumericExpression go to state 218 AdditiveExpression go to state 219 MultiplicativeExpression go to state 220 UnaryExpression go to state 221 PrimaryExpression go to state 222 BrackettedExpression go to state 223 BuiltInCall go to state 224 RegexExpression go to state 184 IRIrefOrFunction go to state 225 RDFLiteral go to state 226 NumericLiteral go to state 227 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 228 String go to state 76 IRIref go to state 229 PrefixedName go to state 33 state 291 _Q_O_QGT_AND_E_S_QValueLogical_E_C_E_Star -> _Q_O_QGT_AND_E_S_QValueLogical_E_C_E_Star _O_QGT_AND_E_S_QValueLogical_E_C . (rule 154) $default reduce using rule 154 (_Q_O_QGT_AND_E_S_QValueLogical_E_C_E_Star) state 292 _O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C -> GT_EQUAL NumericExpression . (rule 157) $default reduce using rule 157 (_O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C) state 293 _O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C -> GT_NEQUAL NumericExpression . (rule 158) $default reduce using rule 158 (_O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C) state 294 _O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C -> GT_LT NumericExpression . (rule 159) $default reduce using rule 159 (_O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C) state 295 _O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C -> GT_GT NumericExpression . (rule 160) $default reduce using rule 160 (_O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C) state 296 _O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C -> GT_LE NumericExpression . (rule 161) $default reduce using rule 161 (_O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C) state 297 _O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C -> GT_GE NumericExpression . (rule 162) $default reduce using rule 162 (_O_QGT_EQUAL_E_S_QNumericExpression_E_Or_QGT_NEQUAL_E_S_QNumericExpression_E_Or_QGT_LT_E_S_QNumericExpression_E_Or_QGT_GT_E_S_QNumericExpression_E_Or_QGT_LE_E_S_QNumericExpression_E_Or_QGT_GE_E_S_QNumericExpression_E_C) state 298 _O_QGT_PLUS_E_S_QMultiplicativeExpression_E_Or_QGT_MINUS_E_S_QMultiplicativeExpression_E_Or_QNumericLiteralPositive_E_Or_QNumericLiteralNegative_E_C -> GT_PLUS . MultiplicativeExpression (rule 167) GT_LPAREN shift, and go to state 162 GT_PLUS shift, and go to state 209 GT_MINUS shift, and go to state 210 GT_NOT shift, and go to state 211 IT_STR shift, and go to state 163 IT_LANG shift, and go to state 164 IT_LANGMATCHES shift, and go to state 165 IT_DATATYPE shift, and go to state 166 IT_BOUND shift, and go to state 167 IT_sameTerm shift, and go to state 168 IT_isIRI shift, and go to state 169 IT_isURI shift, and go to state 170 IT_isBLANK shift, and go to state 171 IT_isLITERAL shift, and go to state 172 IT_REGEX shift, and go to state 173 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 Var go to state 212 MultiplicativeExpression go to state 321 UnaryExpression go to state 221 PrimaryExpression go to state 222 BrackettedExpression go to state 223 BuiltInCall go to state 224 RegexExpression go to state 184 IRIrefOrFunction go to state 225 RDFLiteral go to state 226 NumericLiteral go to state 227 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 228 String go to state 76 IRIref go to state 229 PrefixedName go to state 33 state 299 _O_QGT_PLUS_E_S_QMultiplicativeExpression_E_Or_QGT_MINUS_E_S_QMultiplicativeExpression_E_Or_QNumericLiteralPositive_E_Or_QNumericLiteralNegative_E_C -> GT_MINUS . MultiplicativeExpression (rule 168) GT_LPAREN shift, and go to state 162 GT_PLUS shift, and go to state 209 GT_MINUS shift, and go to state 210 GT_NOT shift, and go to state 211 IT_STR shift, and go to state 163 IT_LANG shift, and go to state 164 IT_LANGMATCHES shift, and go to state 165 IT_DATATYPE shift, and go to state 166 IT_BOUND shift, and go to state 167 IT_sameTerm shift, and go to state 168 IT_isIRI shift, and go to state 169 IT_isURI shift, and go to state 170 IT_isBLANK shift, and go to state 171 IT_isLITERAL shift, and go to state 172 IT_REGEX shift, and go to state 173 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 Var go to state 212 MultiplicativeExpression go to state 322 UnaryExpression go to state 221 PrimaryExpression go to state 222 BrackettedExpression go to state 223 BuiltInCall go to state 224 RegexExpression go to state 184 IRIrefOrFunction go to state 225 RDFLiteral go to state 226 NumericLiteral go to state 227 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 228 String go to state 76 IRIref go to state 229 PrefixedName go to state 33 state 300 _Q_O_QGT_PLUS_E_S_QMultiplicativeExpression_E_Or_QGT_MINUS_E_S_QMultiplicativeExpression_E_Or_QNumericLiteralPositive_E_Or_QNumericLiteralNegative_E_C_E_Star -> _Q_O_QGT_PLUS_E_S_QMultiplicativeExpression_E_Or_QGT_MINUS_E_S_QMultiplicativeExpression_E_Or_QNumericLiteralPositive_E_Or_QNumericLiteralNegative_E_C_E_Star _O_QGT_PLUS_E_S_QMultiplicativeExpression_E_Or_QGT_MINUS_E_S_QMultiplicativeExpression_E_Or_QNumericLiteralPositive_E_Or_QNumericLiteralNegative_E_C . (rule 172) $default reduce using rule 172 (_Q_O_QGT_PLUS_E_S_QMultiplicativeExpression_E_Or_QGT_MINUS_E_S_QMultiplicativeExpression_E_Or_QNumericLiteralPositive_E_Or_QNumericLiteralNegative_E_C_E_Star) state 301 _O_QGT_PLUS_E_S_QMultiplicativeExpression_E_Or_QGT_MINUS_E_S_QMultiplicativeExpression_E_Or_QNumericLiteralPositive_E_Or_QNumericLiteralNegative_E_C -> NumericLiteralPositive . (rule 169) $default reduce using rule 169 (_O_QGT_PLUS_E_S_QMultiplicativeExpression_E_Or_QGT_MINUS_E_S_QMultiplicativeExpression_E_Or_QNumericLiteralPositive_E_Or_QNumericLiteralNegative_E_C) state 302 _O_QGT_PLUS_E_S_QMultiplicativeExpression_E_Or_QGT_MINUS_E_S_QMultiplicativeExpression_E_Or_QNumericLiteralPositive_E_Or_QNumericLiteralNegative_E_C -> NumericLiteralNegative . (rule 170) $default reduce using rule 170 (_O_QGT_PLUS_E_S_QMultiplicativeExpression_E_Or_QGT_MINUS_E_S_QMultiplicativeExpression_E_Or_QNumericLiteralPositive_E_Or_QNumericLiteralNegative_E_C) state 303 _O_QGT_TIMES_E_S_QUnaryExpression_E_Or_QGT_DIVIDE_E_S_QUnaryExpression_E_C -> GT_TIMES . UnaryExpression (rule 174) GT_LPAREN shift, and go to state 162 GT_PLUS shift, and go to state 209 GT_MINUS shift, and go to state 210 GT_NOT shift, and go to state 211 IT_STR shift, and go to state 163 IT_LANG shift, and go to state 164 IT_LANGMATCHES shift, and go to state 165 IT_DATATYPE shift, and go to state 166 IT_BOUND shift, and go to state 167 IT_sameTerm shift, and go to state 168 IT_isIRI shift, and go to state 169 IT_isURI shift, and go to state 170 IT_isBLANK shift, and go to state 171 IT_isLITERAL shift, and go to state 172 IT_REGEX shift, and go to state 173 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 Var go to state 212 UnaryExpression go to state 323 PrimaryExpression go to state 222 BrackettedExpression go to state 223 BuiltInCall go to state 224 RegexExpression go to state 184 IRIrefOrFunction go to state 225 RDFLiteral go to state 226 NumericLiteral go to state 227 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 228 String go to state 76 IRIref go to state 229 PrefixedName go to state 33 state 304 _O_QGT_TIMES_E_S_QUnaryExpression_E_Or_QGT_DIVIDE_E_S_QUnaryExpression_E_C -> GT_DIVIDE . UnaryExpression (rule 175) GT_LPAREN shift, and go to state 162 GT_PLUS shift, and go to state 209 GT_MINUS shift, and go to state 210 GT_NOT shift, and go to state 211 IT_STR shift, and go to state 163 IT_LANG shift, and go to state 164 IT_LANGMATCHES shift, and go to state 165 IT_DATATYPE shift, and go to state 166 IT_BOUND shift, and go to state 167 IT_sameTerm shift, and go to state 168 IT_isIRI shift, and go to state 169 IT_isURI shift, and go to state 170 IT_isBLANK shift, and go to state 171 IT_isLITERAL shift, and go to state 172 IT_REGEX shift, and go to state 173 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 Var go to state 212 UnaryExpression go to state 324 PrimaryExpression go to state 222 BrackettedExpression go to state 223 BuiltInCall go to state 224 RegexExpression go to state 184 IRIrefOrFunction go to state 225 RDFLiteral go to state 226 NumericLiteral go to state 227 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 228 String go to state 76 IRIref go to state 229 PrefixedName go to state 33 state 305 _Q_O_QGT_TIMES_E_S_QUnaryExpression_E_Or_QGT_DIVIDE_E_S_QUnaryExpression_E_C_E_Star -> _Q_O_QGT_TIMES_E_S_QUnaryExpression_E_Or_QGT_DIVIDE_E_S_QUnaryExpression_E_C_E_Star _O_QGT_TIMES_E_S_QUnaryExpression_E_Or_QGT_DIVIDE_E_S_QUnaryExpression_E_C . (rule 177) $default reduce using rule 177 (_Q_O_QGT_TIMES_E_S_QUnaryExpression_E_Or_QGT_DIVIDE_E_S_QUnaryExpression_E_C_E_Star) state 306 BuiltInCall -> IT_STR GT_LPAREN Expression GT_RPAREN . (rule 190) $default reduce using rule 190 (BuiltInCall) state 307 BuiltInCall -> IT_LANG GT_LPAREN Expression GT_RPAREN . (rule 191) $default reduce using rule 191 (BuiltInCall) state 308 BuiltInCall -> IT_LANGMATCHES GT_LPAREN Expression GT_COMMA . Expression GT_RPAREN (rule 192) GT_LPAREN shift, and go to state 162 GT_PLUS shift, and go to state 209 GT_MINUS shift, and go to state 210 GT_NOT shift, and go to state 211 IT_STR shift, and go to state 163 IT_LANG shift, and go to state 164 IT_LANGMATCHES shift, and go to state 165 IT_DATATYPE shift, and go to state 166 IT_BOUND shift, and go to state 167 IT_sameTerm shift, and go to state 168 IT_isIRI shift, and go to state 169 IT_isURI shift, and go to state 170 IT_isBLANK shift, and go to state 171 IT_isLITERAL shift, and go to state 172 IT_REGEX shift, and go to state 173 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 Var go to state 212 Expression go to state 325 ConditionalOrExpression go to state 214 ConditionalAndExpression go to state 215 ValueLogical go to state 216 RelationalExpression go to state 217 NumericExpression go to state 218 AdditiveExpression go to state 219 MultiplicativeExpression go to state 220 UnaryExpression go to state 221 PrimaryExpression go to state 222 BrackettedExpression go to state 223 BuiltInCall go to state 224 RegexExpression go to state 184 IRIrefOrFunction go to state 225 RDFLiteral go to state 226 NumericLiteral go to state 227 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 228 String go to state 76 IRIref go to state 229 PrefixedName go to state 33 state 309 BuiltInCall -> IT_DATATYPE GT_LPAREN Expression GT_RPAREN . (rule 193) $default reduce using rule 193 (BuiltInCall) state 310 BuiltInCall -> IT_BOUND GT_LPAREN Var GT_RPAREN . (rule 194) $default reduce using rule 194 (BuiltInCall) state 311 BuiltInCall -> IT_sameTerm GT_LPAREN Expression GT_COMMA . Expression GT_RPAREN (rule 195) GT_LPAREN shift, and go to state 162 GT_PLUS shift, and go to state 209 GT_MINUS shift, and go to state 210 GT_NOT shift, and go to state 211 IT_STR shift, and go to state 163 IT_LANG shift, and go to state 164 IT_LANGMATCHES shift, and go to state 165 IT_DATATYPE shift, and go to state 166 IT_BOUND shift, and go to state 167 IT_sameTerm shift, and go to state 168 IT_isIRI shift, and go to state 169 IT_isURI shift, and go to state 170 IT_isBLANK shift, and go to state 171 IT_isLITERAL shift, and go to state 172 IT_REGEX shift, and go to state 173 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 Var go to state 212 Expression go to state 326 ConditionalOrExpression go to state 214 ConditionalAndExpression go to state 215 ValueLogical go to state 216 RelationalExpression go to state 217 NumericExpression go to state 218 AdditiveExpression go to state 219 MultiplicativeExpression go to state 220 UnaryExpression go to state 221 PrimaryExpression go to state 222 BrackettedExpression go to state 223 BuiltInCall go to state 224 RegexExpression go to state 184 IRIrefOrFunction go to state 225 RDFLiteral go to state 226 NumericLiteral go to state 227 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 228 String go to state 76 IRIref go to state 229 PrefixedName go to state 33 state 312 BuiltInCall -> IT_isIRI GT_LPAREN Expression GT_RPAREN . (rule 196) $default reduce using rule 196 (BuiltInCall) state 313 BuiltInCall -> IT_isURI GT_LPAREN Expression GT_RPAREN . (rule 197) $default reduce using rule 197 (BuiltInCall) state 314 BuiltInCall -> IT_isBLANK GT_LPAREN Expression GT_RPAREN . (rule 198) $default reduce using rule 198 (BuiltInCall) state 315 BuiltInCall -> IT_isLITERAL GT_LPAREN Expression GT_RPAREN . (rule 199) $default reduce using rule 199 (BuiltInCall) state 316 RegexExpression -> IT_REGEX GT_LPAREN Expression GT_COMMA . Expression _Q_O_QGT_COMMA_E_S_QExpression_E_C_E_Opt GT_RPAREN (rule 201) GT_LPAREN shift, and go to state 162 GT_PLUS shift, and go to state 209 GT_MINUS shift, and go to state 210 GT_NOT shift, and go to state 211 IT_STR shift, and go to state 163 IT_LANG shift, and go to state 164 IT_LANGMATCHES shift, and go to state 165 IT_DATATYPE shift, and go to state 166 IT_BOUND shift, and go to state 167 IT_sameTerm shift, and go to state 168 IT_isIRI shift, and go to state 169 IT_isURI shift, and go to state 170 IT_isBLANK shift, and go to state 171 IT_isLITERAL shift, and go to state 172 IT_REGEX shift, and go to state 173 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 Var go to state 212 Expression go to state 327 ConditionalOrExpression go to state 214 ConditionalAndExpression go to state 215 ValueLogical go to state 216 RelationalExpression go to state 217 NumericExpression go to state 218 AdditiveExpression go to state 219 MultiplicativeExpression go to state 220 UnaryExpression go to state 221 PrimaryExpression go to state 222 BrackettedExpression go to state 223 BuiltInCall go to state 224 RegexExpression go to state 184 IRIrefOrFunction go to state 225 RDFLiteral go to state 226 NumericLiteral go to state 227 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 228 String go to state 76 IRIref go to state 229 PrefixedName go to state 33 state 317 _Q_O_QGT_COMMA_E_S_QExpression_E_C_E_Star -> _Q_O_QGT_COMMA_E_S_QExpression_E_C_E_Star . _O_QGT_COMMA_E_S_QExpression_E_C (rule 97) _O_QNIL_E_Or_QGT_LPAREN_E_S_QExpression_E_S_QGT_COMMA_E_S_QExpression_E_Star_S_QGT_RPAREN_E_C -> GT_LPAREN Expression _Q_O_QGT_COMMA_E_S_QExpression_E_C_E_Star . GT_RPAREN (rule 99) GT_COMMA shift, and go to state 328 GT_RPAREN shift, and go to state 329 _O_QGT_COMMA_E_S_QExpression_E_C go to state 330 state 318 _O_QIT_UNION_E_S_QGroupGraphPattern_E_C -> IT_UNION GroupGraphPattern . (rule 86) $default reduce using rule 86 (_O_QIT_UNION_E_S_QGroupGraphPattern_E_C) state 319 _O_QGT_OR_E_S_QConditionalAndExpression_E_C -> GT_OR ConditionalAndExpression . (rule 148) $default reduce using rule 148 (_O_QGT_OR_E_S_QConditionalAndExpression_E_C) state 320 _O_QGT_AND_E_S_QValueLogical_E_C -> GT_AND ValueLogical . (rule 152) $default reduce using rule 152 (_O_QGT_AND_E_S_QValueLogical_E_C) state 321 _O_QGT_PLUS_E_S_QMultiplicativeExpression_E_Or_QGT_MINUS_E_S_QMultiplicativeExpression_E_Or_QNumericLiteralPositive_E_Or_QNumericLiteralNegative_E_C -> GT_PLUS MultiplicativeExpression . (rule 167) $default reduce using rule 167 (_O_QGT_PLUS_E_S_QMultiplicativeExpression_E_Or_QGT_MINUS_E_S_QMultiplicativeExpression_E_Or_QNumericLiteralPositive_E_Or_QNumericLiteralNegative_E_C) state 322 _O_QGT_PLUS_E_S_QMultiplicativeExpression_E_Or_QGT_MINUS_E_S_QMultiplicativeExpression_E_Or_QNumericLiteralPositive_E_Or_QNumericLiteralNegative_E_C -> GT_MINUS MultiplicativeExpression . (rule 168) $default reduce using rule 168 (_O_QGT_PLUS_E_S_QMultiplicativeExpression_E_Or_QGT_MINUS_E_S_QMultiplicativeExpression_E_Or_QNumericLiteralPositive_E_Or_QNumericLiteralNegative_E_C) state 323 _O_QGT_TIMES_E_S_QUnaryExpression_E_Or_QGT_DIVIDE_E_S_QUnaryExpression_E_C -> GT_TIMES UnaryExpression . (rule 174) $default reduce using rule 174 (_O_QGT_TIMES_E_S_QUnaryExpression_E_Or_QGT_DIVIDE_E_S_QUnaryExpression_E_C) state 324 _O_QGT_TIMES_E_S_QUnaryExpression_E_Or_QGT_DIVIDE_E_S_QUnaryExpression_E_C -> GT_DIVIDE UnaryExpression . (rule 175) $default reduce using rule 175 (_O_QGT_TIMES_E_S_QUnaryExpression_E_Or_QGT_DIVIDE_E_S_QUnaryExpression_E_C) state 325 BuiltInCall -> IT_LANGMATCHES GT_LPAREN Expression GT_COMMA Expression . GT_RPAREN (rule 192) GT_RPAREN shift, and go to state 331 state 326 BuiltInCall -> IT_sameTerm GT_LPAREN Expression GT_COMMA Expression . GT_RPAREN (rule 195) GT_RPAREN shift, and go to state 332 state 327 RegexExpression -> IT_REGEX GT_LPAREN Expression GT_COMMA Expression . _Q_O_QGT_COMMA_E_S_QExpression_E_C_E_Opt GT_RPAREN (rule 201) GT_COMMA shift, and go to state 328 $default reduce using rule 202 (_Q_O_QGT_COMMA_E_S_QExpression_E_C_E_Opt) _O_QGT_COMMA_E_S_QExpression_E_C go to state 333 _Q_O_QGT_COMMA_E_S_QExpression_E_C_E_Opt go to state 334 state 328 _O_QGT_COMMA_E_S_QExpression_E_C -> GT_COMMA . Expression (rule 95) GT_LPAREN shift, and go to state 162 GT_PLUS shift, and go to state 209 GT_MINUS shift, and go to state 210 GT_NOT shift, and go to state 211 IT_STR shift, and go to state 163 IT_LANG shift, and go to state 164 IT_LANGMATCHES shift, and go to state 165 IT_DATATYPE shift, and go to state 166 IT_BOUND shift, and go to state 167 IT_sameTerm shift, and go to state 168 IT_isIRI shift, and go to state 169 IT_isURI shift, and go to state 170 IT_isBLANK shift, and go to state 171 IT_isLITERAL shift, and go to state 172 IT_REGEX shift, and go to state 173 IT_true shift, and go to state 43 IT_false shift, and go to state 44 IRI_REF shift, and go to state 23 PNAME_NS shift, and go to state 24 PNAME_LN shift, and go to state 25 VAR1 shift, and go to state 26 VAR2 shift, and go to state 27 INTEGER shift, and go to state 46 DECIMAL shift, and go to state 47 DOUBLE shift, and go to state 48 INTEGER_POSITIVE shift, and go to state 49 DECIMAL_POSITIVE shift, and go to state 50 DOUBLE_POSITIVE shift, and go to state 51 INTEGER_NEGATIVE shift, and go to state 52 DECIMAL_NEGATIVE shift, and go to state 53 DOUBLE_NEGATIVE shift, and go to state 54 STRING_LITERAL1 shift, and go to state 55 STRING_LITERAL2 shift, and go to state 56 STRING_LITERAL_LONG1 shift, and go to state 57 STRING_LITERAL_LONG2 shift, and go to state 58 Var go to state 212 Expression go to state 335 ConditionalOrExpression go to state 214 ConditionalAndExpression go to state 215 ValueLogical go to state 216 RelationalExpression go to state 217 NumericExpression go to state 218 AdditiveExpression go to state 219 MultiplicativeExpression go to state 220 UnaryExpression go to state 221 PrimaryExpression go to state 222 BrackettedExpression go to state 223 BuiltInCall go to state 224 RegexExpression go to state 184 IRIrefOrFunction go to state 225 RDFLiteral go to state 226 NumericLiteral go to state 227 NumericLiteralUnsigned go to state 72 NumericLiteralPositive go to state 73 NumericLiteralNegative go to state 74 BooleanLiteral go to state 228 String go to state 76 IRIref go to state 229 PrefixedName go to state 33 state 329 _O_QNIL_E_Or_QGT_LPAREN_E_S_QExpression_E_S_QGT_COMMA_E_S_QExpression_E_Star_S_QGT_RPAREN_E_C -> GT_LPAREN Expression _Q_O_QGT_COMMA_E_S_QExpression_E_C_E_Star GT_RPAREN . (rule 99) $default reduce using rule 99 (_O_QNIL_E_Or_QGT_LPAREN_E_S_QExpression_E_S_QGT_COMMA_E_S_QExpression_E_Star_S_QGT_RPAREN_E_C) state 330 _Q_O_QGT_COMMA_E_S_QExpression_E_C_E_Star -> _Q_O_QGT_COMMA_E_S_QExpression_E_C_E_Star _O_QGT_COMMA_E_S_QExpression_E_C . (rule 97) $default reduce using rule 97 (_Q_O_QGT_COMMA_E_S_QExpression_E_C_E_Star) state 331 BuiltInCall -> IT_LANGMATCHES GT_LPAREN Expression GT_COMMA Expression GT_RPAREN . (rule 192) $default reduce using rule 192 (BuiltInCall) state 332 BuiltInCall -> IT_sameTerm GT_LPAREN Expression GT_COMMA Expression GT_RPAREN . (rule 195) $default reduce using rule 195 (BuiltInCall) state 333 _Q_O_QGT_COMMA_E_S_QExpression_E_C_E_Opt -> _O_QGT_COMMA_E_S_QExpression_E_C . (rule 203) $default reduce using rule 203 (_Q_O_QGT_COMMA_E_S_QExpression_E_C_E_Opt) state 334 RegexExpression -> IT_REGEX GT_LPAREN Expression GT_COMMA Expression _Q_O_QGT_COMMA_E_S_QExpression_E_C_E_Opt . GT_RPAREN (rule 201) GT_RPAREN shift, and go to state 336 state 335 _O_QGT_COMMA_E_S_QExpression_E_C -> GT_COMMA Expression . (rule 95) $default reduce using rule 95 (_O_QGT_COMMA_E_S_QExpression_E_C) state 336 RegexExpression -> IT_REGEX GT_LPAREN Expression GT_COMMA Expression _Q_O_QGT_COMMA_E_S_QExpression_E_C_E_Opt GT_RPAREN . (rule 201) $default reduce using rule 201 (RegexExpression) state 337 $ go to state 338 state 338 $ go to state 339 state 339 $default accept