|| mapType == MapType.PREFIXCODEMAP
|| mapType == MapType.URICODEMAP) {
return new StringLiteral(InputHelper.readLuposString(in));
} else {
return new CodeMapLiteral(InputHelper.readLuposInt(in));
}
}
} catch (final URISyntaxException e) {
throw new IOException(
"Expected URI in InputStream, but it is not an URI!");