}
catch (final URISyntaxException e)
{
throw new ParserException(text + " is not a valid URI: " + e, e);
}
final UnsharedInput input = new UnsharedInput(semantic, source);
this.vertices.getInputs().add(input);
enterElement(ParserMode.VERTICES_INPUT);
}