request.execute();
eTag = request.readETag();
maxAge = request.readMaxAge();
}
catch (MalformedData e) {
throw new RDFParseException(e);
}
catch (UnsupportedQueryLanguage e) {
throw new UnsupportedQueryLanguageException(e);
}
catch (UnsupportedFileFormat e) {