if (!RDF_FIRST.equals(state.curPredicate)) {
throw new JsonLdError(JsonLdError.Error.PARSE_ERROR,
"Error while parsing Turtle; unexpected ). {line: " + state.lineNumber
+ "position: " + state.linePosition + "}");
}
result.addTriple(state.curSubject, RDF_REST, RDF_NIL);
state.pop();
state.advanceLinePosition(1);
collectionClosed = true;
}